jenkins-library icon indicating copy to clipboard operation
jenkins-library copied to clipboard

It is possible to combine multiple pipelines?

Open rubentacastro02 opened this issue 5 years ago • 1 comments

Hi,

It is possible to combine NodeJs Pipeline and Docker Pipeline in the same JenkinsFile to run sequential in the same Pipeline ?

Many thanks!

rubentacastro02 avatar Jan 13 '20 14:01 rubentacastro02

@rubentacastro02 it's great question. It's possible to also initiate org.zowe.jenkins_shared_library.docker.Registry and use it's build/tag/publish methods. But apparently it requires some code. It will be great to add native support for docker image build/publish stage to nodejs/gradle pipeline. Just like those pipelines have native support to publish artifacts to Artifactory, docker image is a new kind of project build result.

If you like to hack the pipeline before the native support is added, please feel free to contact me.

jackjia-ibm avatar Feb 18 '20 15:02 jackjia-ibm