Skip to content

Commit

Permalink
Update auto_build_deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
G33tha authored Jun 15, 2021
1 parent 760e625 commit 3ea23ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions auto_build_deploy
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ node('build-slave') {
String ANSI_YELLOW = "\u001B[33m"

ansiColor('xterm') {
timestamps {
stage('Checkout') {
tag_name = env.JOB_NAME.split("/")[-1]
pre_checks()
Expand Down Expand Up @@ -38,6 +39,7 @@ node('build-slave') {
currentBuild.description = "${build_tag}"

}
}
currentBuild.result = "SUCCESS"
slack_notify(currentBuild.result, tag_name)
email_notify()
Expand Down

0 comments on commit 3ea23ff

Please sign in to comment.