We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b82da commit 6f4fb24Copy full SHA for 6f4fb24
.ci/jenkins/Jenkinsfile.deploy
@@ -205,17 +205,6 @@ pipeline {
205
}
206
207
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
219
220
stage('Create PRs') {
221
when {
0 commit comments