We are trying to configure a build-chain in which every job is a step towards production.
For example: init_ws -> sanity_check -> build -> unit_test -> coverage -> package
We would like to start the sanity_check with the resulting (tagged) image from the init_ws job, then use the resulting image for build step, and reuse the build result for unit and coverage steps. Then use the clean build step to create a package.

If only we could pass the current jobs image tag to the next job which in turn will run that container as starting point.

originally posted: https://github.com/jenkinsci/docker-plugin/issues/60

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to