We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fd066 commit f2eabbeCopy full SHA for f2eabbe
Jenkinsfile
@@ -4,7 +4,7 @@ import java.util.Collections
4
5
if (env.JENKINS_URL.contains('markwaite.net')) {
6
// Valid Jenkins versions for markwaite.net test
7
- def testJenkinsVersions = [ '2.479.1', '2.479', '2.480', '2.481', '2.482', '2.483', ]
+ def testJenkinsVersions = [ '2.479.1', '2.479.2', '2.481', '2.482', '2.483', '2.484', '2.485', '2.486', '2.487', '2.488' ]
8
Collections.shuffle(testJenkinsVersions)
9
10
// build with randomized Jenkins versions
0 commit comments