Skip to content

Commit

Permalink
CI Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jc21 committed Oct 1, 2024
1 parent 0703101 commit 4f9332d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
9 changes: 2 additions & 7 deletions Jenkinsfile.el8
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,8 @@ pipeline {
}
}
post {
success {
juxtapose event: 'success'
sh 'figlet "SUCCESS"'
}
failure {
juxtapose event: 'failure'
sh 'figlet "FAILURE"'
always {
printResult(true)
}
}
}
9 changes: 2 additions & 7 deletions Jenkinsfile.el9
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,8 @@ pipeline {
}
}
post {
success {
juxtapose event: 'success'
sh 'figlet "SUCCESS"'
}
failure {
juxtapose event: 'failure'
sh 'figlet "FAILURE"'
always {
printResult(true)
}
}
}

0 comments on commit 4f9332d

Please sign in to comment.