Skip to content

Commit

Permalink
Thank You for Choosing to Learn from in28Minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
in28minutes committed Feb 7, 2020
1 parent eb335b1 commit 2ac861f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,15 @@ pipeline {
echo "Integration Test"
}
}
} post {
always {
echo 'Im awesome. I run always'
}
success {
echo 'I run when you are successful'
}
failure {
echo 'I run when you fail'
}
}
}

0 comments on commit 2ac861f

Please sign in to comment.