Added comment to Jenkinsfile
This commit is contained in:
parent
8b757ad1bd
commit
052f034f50
|
@ -22,6 +22,8 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Post always runs even if the pipeline fails
|
||||
post {
|
||||
success {
|
||||
echo 'Pipeline has completed'
|
||||
|
|
Loading…
Reference in New Issue