Login
Remember
Register
Ask a Question
Let us say, you have a pipeline. The first job was successful, but the second failed. What should you do next?
0
votes
asked
May 1, 2021
in
Jenkins
by
rajeshsharma
Let us say, you have a pipeline. The first job was successful, but the second failed. What should you do next?
#jenkins
jenkins-pipeline
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 1, 2021
by
rajeshsharma
You can restart the pipeline from the point where it failed by doing ‘restart from stage’.
...