Skip to content

Commit a73d517

Browse files
committed
Upgrade to 1.509.1 (earliest LTS version after minimal 1.482 version)
1 parent 689ac47 commit a73d517

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.jenkins-ci.plugins</groupId>
2929
<artifactId>plugin</artifactId>
30-
<version>1.482</version>
30+
<version>1.509.1</version>
3131
</parent>
3232

3333
<groupId>com.cloudbees.plugins</groupId>

src/test/groovy/com/cloudbees/plugins/flow/ConcurrencyTest.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class ConcurrencyTest extends DSLTestCase {
5252
BuildFlow flow = new BuildFlow(Jenkins.instance, getName())
5353
flow.concurrentBuild = true;
5454
flow.dsl = """ build("concjob1", param1: build.number) """
55+
flow.onCreatedFromScratch()
5556

5657
def sfr1 = flow.scheduleBuild2(0)
5758
def fr1 = sfr1.waitForStart()

0 commit comments

Comments
 (0)