We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8197675 commit a5b6f36Copy full SHA for a5b6f36
Jenkinsfile
@@ -127,7 +127,7 @@ pipeline{
127
runE2ETests('Latest','10.0')
128
}
129
130
- stage('runtests-10.0-9.5'){
+ stage('runtests-10.0-10'){
131
when{
132
allOf{
133
branch 'develop'
@@ -136,8 +136,8 @@ pipeline{
136
137
agent {label 'nodeclientpool'}
138
steps{
139
- runTests('Release','10.0-9.5')
140
- runE2ETests('Release','10.0-9.5')
+ runTests('Release','10.0-10')
+ runE2ETests('Release','10.0-10')
141
142
143
0 commit comments