Merge pull request #16 from prairir/jenkins_test
Added comment to Jenkinsfile
This commit is contained in:
commit
40c8deeb2f
|
@ -22,6 +22,8 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Post always runs even if the pipeline fails
|
||||
post {
|
||||
success {
|
||||
echo 'Pipeline has completed'
|
||||
|
|
Loading…
Reference in New Issue