Skip to content

Commit

Permalink
Remove non-relevant info from test
Browse files Browse the repository at this point in the history
  • Loading branch information
jervi committed Feb 20, 2023
1 parent a4a8208 commit f07b693
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ class ArtifactUtilsSpec extends Specification {
}

execution.trigger = new DefaultTrigger('manual')
execution.trigger.other['buildNumber'] = 100
execution.trigger.artifacts.add(Artifact.builder().type('http/file').name('build/libs/my-jar-100.jar').build())

when:
Expand Down

0 comments on commit f07b693

Please sign in to comment.