Skip to content

Commit

Permalink
kie-issues#1123: adjust Jenkinsfile.deploy after refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
jstastny-cz committed Jun 26, 2024
1 parent f8b82da commit 27fb216
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -205,17 +205,6 @@ pipeline {
}
}
}
stage('Stage artifacts') {
when {
expression { return shouldStageArtifacts() }
}
steps {
script {
// Stage release artifacts
runMavenStage(getOptaplannerMavenCommand(), optaplannerRepository)
}
}
}

stage('Create PRs') {
when {
Expand Down

0 comments on commit 27fb216

Please sign in to comment.