Skip to content

Commit

Permalink
Updating Jenkinsfile to run on 11.1.0 instead of 11.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anu3990 committed Oct 12, 2023
1 parent c3d62fa commit ecfafd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ pipeline{
DMC_PASSWORD = credentials('MLBUILD_PASSWORD')
}
stages{
stage('runtests-11.0.3'){
stage('runtests-11.1.0'){
agent {label 'nodeclientpool'}
steps{
runAuditReport()
runTests('Release','11.0.3')
runE2ETests('Release','11.0.3')
runTests('Release','11.1.0')
runE2ETests('Release','11.1.0')
}
}
stage('regressions'){
Expand Down

0 comments on commit ecfafd5

Please sign in to comment.