Skip to content

Commit

Permalink
chore(ci): remove engine plugins stage (camunda#3623)
Browse files Browse the repository at this point in the history
related to camunda#3620
  • Loading branch information
tmetzke authored Jul 31, 2023
1 parent dfdeecb commit bfdf4e7
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -445,26 +445,6 @@ pipeline {
])
}
}
stage('engine-UNIT-plugins') {
when {
expression {
cambpmIsNotFailedStageType(failedStageTypes, 'engine-unit') && cambpmWithLabels()
}
}
steps {
cambpmConditionalRetry([
agentLabel: 'h2',
runSteps: {
cambpmRunMaven('engine/', 'clean test -Pcheck-plugins', runtimeStash: true)
},
postFailure: {
cambpmPublishTestResult()
// archive any heap dumps generated in the target folder
cambpmArchiveArtifacts(false, '**/target/*.hprof')
}
])
}
}
stage('engine-UNIT-database-table-prefix') {
when {
expression {
Expand Down

0 comments on commit bfdf4e7

Please sign in to comment.