Skip to content

Commit 45ccd68

Browse files
authored
Update Jenkinsfile
1 parent 87f2c61 commit 45ccd68

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

projects/jenkins/Jenkinsfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,12 @@ pipeline {
4747
}
4848
}
4949
}
50+
post {
51+
success {
52+
echo "build succeeded"
53+
}
54+
failure {
55+
echo "Build failed"
56+
}
57+
}
5058
}

0 commit comments

Comments
 (0)