Re: CICD Pipeline

2017-10-04 Thread Baptiste Mathus
Hello, A link would have helped contextualize what you talk about. I suspect you're talking about https://jenkins.io/doc/pipeline/tour/running-multiple-steps/ ? If so, then please file a pull request with what you think would be better against https://github.com/jenkins-infra/jenkins.io more

CICD Pipeline

2017-10-04 Thread Sunil Batra
I have an issue with the diagram and description shown in the documentation of pipeline. The problem is you have shown SCM Checkout -> Build -> Test -> Deploy for performing the test you have to deploy the application, so I would suggest to change the workflow as SCM Checkout -> Build ->