Skip to content

Commit a5b6f36

Browse files
DEVO-808: Updating the version to 10.0-10
1 parent 8197675 commit a5b6f36

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
@@ -127,7 +127,7 @@ pipeline{
127127
runE2ETests('Latest','10.0')
128128
}
129129
}
130-
stage('runtests-10.0-9.5'){
130+
stage('runtests-10.0-10'){
131131
when{
132132
allOf{
133133
branch 'develop'
@@ -136,8 +136,8 @@ pipeline{
136136
}
137137
agent {label 'nodeclientpool'}
138138
steps{
139-
runTests('Release','10.0-9.5')
140-
runE2ETests('Release','10.0-9.5')
139+
runTests('Release','10.0-10')
140+
runE2ETests('Release','10.0-10')
141141
}
142142
}
143143
}

0 commit comments

Comments
 (0)