Skip to content

Commit f9acc2b

Browse files
committed
Updating Jenkins file to run on MarkLogic 11.0.3
1 parent 7ef1d34 commit f9acc2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ pipeline{
8383
DMC_PASSWORD = credentials('MLBUILD_PASSWORD')
8484
}
8585
stages{
86-
stage('runtests-11.0.2'){
86+
stage('runtests-11.0.3'){
8787
agent {label 'nodeclientpool'}
8888
steps{
8989
runAuditReport()
90-
runTests('Release','11.0.2')
91-
runE2ETests('Release','11.0.2')
90+
runTests('Release','11.0.3')
91+
runE2ETests('Release','11.0.3')
9292
}
9393
}
9494
stage('regressions'){

0 commit comments

Comments
 (0)