We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45b0c4 commit 7f17f88Copy full SHA for 7f17f88
1 file changed
Jenkinsfile
@@ -34,19 +34,10 @@ pipeline {
34
currentBuild.displayName = params.RELEASE_VERSION
35
currentBuild.description = "Release build ${params.RELEASE_VERSION}"
36
currentBuild.setKeepLog(true)
37
- slack.info "Bamboo Plugin release build ${params.RELEASE_VERSION} complete"
38
}
39
40
41
42
43
44
-
45
- post {
46
- failure {
47
- script {
48
- slack.error 'Burp Plugin build FAILED'
49
- }
50
51
52
0 commit comments