scripted post action
jenkinsfiles_play/master There was a failure building this commit Details

master
Denes Matetelki 6 years ago
parent d4d75c3ca8
commit d89cb33df3

5
Jenkinsfile vendored

@ -14,4 +14,9 @@ node('master') {
echo "flag: ${params.cat}"
echo "flag: ${params.name}"
}
post {
always {
echo "this is printed always"
}
}
}

Loading…
Cancel
Save