jenkins-library
jenkins-library copied to clipboard
It is possible to combine multiple pipelines?
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 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.