Skip to content

Commit

Permalink
Fix running list in jenkinsfile security
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Sep 13, 2023
1 parent 874c5b4 commit 2990ceb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Jenkinsfile-security
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ pipeline {
}
}
steps {



script {
running.add("Publish - common plugin")
updateSlack(errors, running, slackResponse, version, changeUrl)
}
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
dir('plugins-common') {
withMaven(globalMavenSettingsConfig: "1bfa2e1a-afda-4cb4-8568-236c44b94dbf",
Expand Down

0 comments on commit 2990ceb

Please sign in to comment.