mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
Merge remote-tracking branch 'github/master' into HEAD
This commit is contained in:
commit
729f0a7f09
@ -60,7 +60,7 @@ steps:
|
|||||||
newmanCollection: 'myNewmanCollection.file'
|
newmanCollection: 'myNewmanCollection.file'
|
||||||
newmanEnvironment: 'myNewmanEnvironment'
|
newmanEnvironment: 'myNewmanEnvironment'
|
||||||
newmanGlobals: 'myNewmanGlobals'
|
newmanGlobals: 'myNewmanGlobals'
|
||||||
```
|
```
|
||||||
|
|
||||||
## Access to configuration from custom scripts
|
## Access to configuration from custom scripts
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ class ArtifactSetVersionTest extends BasePiperTest {
|
|||||||
.around(thrown)
|
.around(thrown)
|
||||||
.around(jlr)
|
.around(jlr)
|
||||||
.around(jscr)
|
.around(jscr)
|
||||||
.around(new JenkinsReadMavenPomRule(this, 'test/resources/MavenArtifactVersioning'))
|
.around(new JenkinsReadMavenPomRule(this, 'test/resources/versioning/MavenArtifactVersioning'))
|
||||||
.around(jwfr)
|
.around(jwfr)
|
||||||
.around(jder)
|
.around(jder)
|
||||||
.around(jsr)
|
.around(jsr)
|
||||||
|
@ -20,7 +20,7 @@ class DockerArtifactVersioningTest extends BasePiperTest{
|
|||||||
|
|
||||||
String passedDir
|
String passedDir
|
||||||
|
|
||||||
JenkinsReadFileRule jrfr = new JenkinsReadFileRule(this, 'test/resources/DockerArtifactVersioning')
|
JenkinsReadFileRule jrfr = new JenkinsReadFileRule(this, 'test/resources/versioning/DockerArtifactVersioning')
|
||||||
JenkinsWriteFileRule jwfr = new JenkinsWriteFileRule(this)
|
JenkinsWriteFileRule jwfr = new JenkinsWriteFileRule(this)
|
||||||
JenkinsLoggingRule jlr = new JenkinsLoggingRule(this)
|
JenkinsLoggingRule jlr = new JenkinsLoggingRule(this)
|
||||||
ExpectedException thrown = ExpectedException.none()
|
ExpectedException thrown = ExpectedException.none()
|
||||||
|
@ -24,7 +24,7 @@ class MavenArtifactVersioningTest extends BasePiperTest{
|
|||||||
public RuleChain ruleChain = Rules
|
public RuleChain ruleChain = Rules
|
||||||
.getCommonRules(this)
|
.getCommonRules(this)
|
||||||
.around(jscr)
|
.around(jscr)
|
||||||
.around(new JenkinsReadMavenPomRule(this, 'test/resources/MavenArtifactVersioning'))
|
.around(new JenkinsReadMavenPomRule(this, 'test/resources/versioning/MavenArtifactVersioning'))
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
void init() {
|
void init() {
|
||||||
|
Loading…
Reference in New Issue
Block a user