Jenkins will default to stopping execution on the first error.
So I assume some command in the 'stage 1' failed and so it never reached
the second one.
Le jeu. 23 juil. 2020 à 05:38, gene golub a écrit :
> Hello All,
>
> i am new user to Jenkins.
> for some reasons below
Hello All,
i am new user to Jenkins.
for some reasons below Jenkins file does not execute 'Stage 2'.
Any help would be apprecuated.
pipeline {
agent any
stages {
stage('Stage 1') {
steps {
bat "echo running batch file : %date% : %time%&