Merge pull request #1 from ccojocar/fail-curl fix: fail curl if an error is returned
Merge pull request #1 from ccojocar/fail-curl
fix: fail curl if an error is returned
This is a builder image that’s used in Jenkins-X pipelines to build maven based projects which need node and yarn such as for JHipster builds.
The idea of a builder image is it contains tools required to build an image so we don’t have to include them in the final image.
The builder image is referenced in a Jenkins kubernetes-plugin containerTemplate configuration. See https://github.com/jenkinsci/kubernetes-plugin#pod-and-container-template-configuration for more details.
containerTemplate
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
builder-maven-node-yarn
This is a builder image that’s used in Jenkins-X pipelines to build maven based projects which need node and yarn such as for JHipster builds.
The idea of a builder image is it contains tools required to build an image so we don’t have to include them in the final image.
The builder image is referenced in a Jenkins kubernetes-plugin
containerTemplateconfiguration. See https://github.com/jenkinsci/kubernetes-plugin#pod-and-container-template-configuration for more details.