Skip to content

Commit ecfafd5

Browse files
committed
Updating Jenkinsfile to run on 11.1.0 instead of 11.0.3
1 parent c3d62fa commit ecfafd5

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.3'){
86+
stage('runtests-11.1.0'){
8787
agent {label 'nodeclientpool'}
8888
steps{
8989
runAuditReport()
90-
runTests('Release','11.0.3')
91-
runE2ETests('Release','11.0.3')
90+
runTests('Release','11.1.0')
91+
runE2ETests('Release','11.1.0')
9292
}
9393
}
9494
stage('regressions'){

0 commit comments

Comments
 (0)