We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d62fa commit ecfafd5Copy full SHA for ecfafd5
1 file changed
Jenkinsfile
@@ -83,12 +83,12 @@ pipeline{
83
DMC_PASSWORD = credentials('MLBUILD_PASSWORD')
84
}
85
stages{
86
- stage('runtests-11.0.3'){
+ stage('runtests-11.1.0'){
87
agent {label 'nodeclientpool'}
88
steps{
89
runAuditReport()
90
- runTests('Release','11.0.3')
91
- runE2ETests('Release','11.0.3')
+ runTests('Release','11.1.0')
+ runE2ETests('Release','11.1.0')
92
93
94
stage('regressions'){
0 commit comments