Skip to content

Commit c95a355

Browse files
committed
chore(CI): add stage for historyLvl none
related to internal#146
1 parent 00ce680 commit c95a355

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Jenkinsfile

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,24 @@ pipeline {
215215
])
216216
}
217217
}
218+
stage('engine-UNIT-historylevel-none') {
219+
when {
220+
expression {
221+
cambpmWithLabels('default-build')
222+
}
223+
}
224+
steps {
225+
cambpmConditionalRetry([
226+
agentLabel: 'h2',
227+
runSteps: {
228+
cambpmRunMaven('engine/', 'verify -Pcfghistorynone', runtimeStash: true, jdkVersion: 'jdk-17-latest')
229+
},
230+
postFailure: {
231+
cambpmPublishTestResult()
232+
}
233+
])
234+
}
235+
}
218236
stage('quarkus-UNIT') {
219237
when {
220238
expression {

0 commit comments

Comments
 (0)