Skip to content

Commit

Permalink
Remove outdated test configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Oct 30, 2024
1 parent e519a65 commit d3c4289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import java.util.Collections

if (env.JENKINS_URL.contains('markwaite.net')) {
// Valid Jenkins versions for markwaite.net test
def testJenkinsVersions = [ /* '2.440.3', '2.452.4', '2.462.3', */ '2.479', '2.480', '2.481', '2.482', ]
def testJenkinsVersions = [ '2.479.1', '2.479', '2.480', '2.481', '2.482', '2.483', ]
Collections.shuffle(testJenkinsVersions)

// build with randomized Jenkins versions
Expand Down

0 comments on commit d3c4289

Please sign in to comment.