Search code examples
jenkins-pluginspipeline

Parametrized job using build pipeline plugin on Jenkins


I've been using build pipeline plugin with Jenkins (v1.534) for a long time now and recently I've tried to create a pipeline with the same job (using different parameters) twice and it seems not possible. It looks like this:

Job A (param env=dev) -> Job B -> Job A (param env=qa)

Is this possible using build pipeline plugin (v1.4)?


Solution

  • You can try the Jenkins FLOW plugin... https://wiki.jenkins-ci.org/display/JENKINS/FLOW+Plugin