Merge pull request #16 from prairir/jenkins_test

Added comment to Jenkinsfile
This commit is contained in:
Brady-Malott 2023-02-17 22:00:15 -05:00 committed by GitHub
commit 40c8deeb2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {
success {
echo 'Pipeline has completed'