post action after a single stage
jenkinsfiles_play/declarative_branch There was a failure building this commit Details

declarative_branch
Denes Matetelki 6 years ago
parent 2d31f87aaf
commit 14fd830b65

7
Jenkinsfile vendored

@ -11,10 +11,15 @@ pipeline {
echo "flag: ${params.userFlag}"
}
}
post {
always {
echo "this is always printed at the end of this stage"
}
}
}
post {
always {
echo "this is always printed"
echo "this is always printed at the end"
}
}
}

Loading…
Cancel
Save