Skip to content

Commit 0761fa2

Browse files
remove old ruby test running
1 parent 50a598b commit 0761fa2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Jenkinsfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,7 @@ def runtests(dockerImageVersion)
6868
}
6969
}
7070

71-
node('words-linux') {
72-
stage('oldruby'){
73-
try {
74-
runtests("2.7")
75-
} finally {
76-
cleanWs()
77-
}
78-
}
79-
71+
node('words-linux') {
8072
stage('newruby'){
8173
try {
8274
runtests("3.1")

0 commit comments

Comments
 (0)