Skip to content

Commit

Permalink
revert Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yanavasileva committed Aug 14, 2024
1 parent fbceb35 commit 0541025
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,11 @@ pipeline {
stage('MISC tests') {
parallel {
stage('engine-api-compatibility') {
when {
expression {
cambpmIsNotFailedStageType(failedStageTypes, 'engine-unit') && cambpmWithLabels('default-build')
}
}
steps {
cambpmConditionalRetry([
agentLabel: 'h2',
Expand Down

0 comments on commit 0541025

Please sign in to comment.