Added comment to Jenkinsfile

This commit is contained in:
Brady-Malott 2023-02-17 21:30:08 -05:00
parent 8b757ad1bd
commit 052f034f50
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -22,6 +22,8 @@ pipeline {
} }
} }
} }
// Post always runs even if the pipeline fails
post { post {
success { success {
echo 'Pipeline has completed' echo 'Pipeline has completed'