We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689ac47 commit a73d517Copy full SHA for a73d517
pom.xml
@@ -27,7 +27,7 @@
27
<parent>
28
<groupId>org.jenkins-ci.plugins</groupId>
29
<artifactId>plugin</artifactId>
30
- <version>1.482</version>
+ <version>1.509.1</version>
31
</parent>
32
33
<groupId>com.cloudbees.plugins</groupId>
src/test/groovy/com/cloudbees/plugins/flow/ConcurrencyTest.groovy
@@ -52,6 +52,7 @@ class ConcurrencyTest extends DSLTestCase {
52
BuildFlow flow = new BuildFlow(Jenkins.instance, getName())
53
flow.concurrentBuild = true;
54
flow.dsl = """ build("concjob1", param1: build.number) """
55
+ flow.onCreatedFromScratch()
56
57
def sfr1 = flow.scheduleBuild2(0)
58
def fr1 = sfr1.waitForStart()
0 commit comments