1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/test/groovy/com/sap/piper/versioning
Marcus Holl d31e0e73cb Remove not (really) needed declarations of prepareObjectInterceptors
- In ArtifactSetVersionTest the method was declared,
    but not used at all.
  - In MtaUtilsTest there was a particular Object created
    for the sole purpose of serving as script.
    For that we have the nullScript.
  - In DockerArtifactVersioningTest 'this' was configured to
    serve as script. There is basically no reason why the
    instance of the JUnitTest should serve as script.
    Instead we have the nullScript for that purpose.
2018-09-10 16:52:44 +02:00
..
ArtifactVersioningTest.groovy Step for automatic versioning (#65) 2018-02-07 13:17:33 +01:00
DlangArtifactVersioningTest.groovy artifactSetVersion - add new artifact types & cleanup (#242) 2018-08-08 22:21:26 +02:00
DockerArtifactVersioningTest.groovy Remove not (really) needed declarations of prepareObjectInterceptors 2018-09-10 16:52:44 +02:00
GolangArtifactVersioningTest.groovy artifactSetVersion - add new artifact types & cleanup (#242) 2018-08-08 22:21:26 +02:00
MavenArtifactVersioningTest.groovy Merge remote-tracking branch 'github/master' into work 2018-09-04 10:42:36 +02:00
MtaArtifactVersioningTest.groovy Be more flexible with JenkinsReadYaml rule 2018-09-04 09:46:59 +02:00
NpmArtifactVersioningTest.groovy artifactSetVersion - add new artifact types & cleanup (#242) 2018-08-08 22:21:26 +02:00
PipArtifactVersioningTest.groovy artifactSetVersion - add new artifact types & cleanup (#242) 2018-08-08 22:21:26 +02:00
SbtArtifactVersioningTest.groovy artifactSetVersion - add new artifact types & cleanup (#242) 2018-08-08 22:21:26 +02:00