I have tried using this plugin to allow deactivation of tasks in certain jobs, if running on a particular branch. Problem is, there's practically no documentation whatsoever to guide me. The plugin page and its linked documentation site simply shows a screenshot of an empty form.
Has anyone used this plugin successfully, and have some examples to share?
Example:
I read a variable from a text file using bamboo Inject (content of file: BUILD=YES ).
then in the next job I define tasks with task description: SKIP_SL.
As a task description I've used
script: if ( inject_BUILD.equals("YES") ) return "False" else return "True";
Task matcher: SKIP_SL
So what happens that depending on a file a task is run or not.
It also took me quite some time to figure this out ;-s
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.