Skip to content

Commit 44e528b

Browse files
committed
Replace deprecated @bug with @issue
1 parent 8e57b70 commit 44e528b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
package com.cloudbees.plugins.flow
2727

2828
import hudson.model.Result
29-
import org.jvnet.hudson.test.Bug
29+
import org.jvnet.hudson.test.Issue
3030

3131
import static hudson.model.Result.SUCCESS
3232
import static hudson.model.Result.FAILURE
@@ -195,7 +195,7 @@ class BuildTest extends DSLTestCase {
195195
assert SUCCESS == flow.result
196196
}
197197

198-
@Bug(17199)
198+
@Issue("JENKINS-17199")
199199
@Test
200200
public void testImportStatement() {
201201
def flow = run("""

0 commit comments

Comments
 (0)