Skip to content

Commit 6f4fb24

Browse files
jstastny-czjstastny-cz
andauthored
kie-issues#1123: adjust Jenkinsfile.deploy after refactor (#3104)
Co-authored-by: jstastny-cz <[email protected]>
1 parent f8b82da commit 6f4fb24

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.ci/jenkins/Jenkinsfile.deploy

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -205,17 +205,6 @@ pipeline {
205205
}
206206
}
207207
}
208-
stage('Stage artifacts') {
209-
when {
210-
expression { return shouldStageArtifacts() }
211-
}
212-
steps {
213-
script {
214-
// Stage release artifacts
215-
runMavenStage(getOptaplannerMavenCommand(), optaplannerRepository)
216-
}
217-
}
218-
}
219208

220209
stage('Create PRs') {
221210
when {

0 commit comments

Comments
 (0)