Skip to content

Commit 7f17f88

Browse files
committed
Remove slack notifications
1 parent c45b0c4 commit 7f17f88

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

Jenkinsfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,10 @@ pipeline {
3434
currentBuild.displayName = params.RELEASE_VERSION
3535
currentBuild.description = "Release build ${params.RELEASE_VERSION}"
3636
currentBuild.setKeepLog(true)
37-
slack.info "Bamboo Plugin release build ${params.RELEASE_VERSION} complete"
3837
}
3938
}
4039
}
4140
}
4241
}
4342
}
44-
45-
post {
46-
failure {
47-
script {
48-
slack.error 'Burp Plugin build FAILED'
49-
}
50-
}
51-
}
5243
}

0 commit comments

Comments
 (0)