Use new piper identifier in tests (#1391)

This commit is contained in:
Daniel Kurzynski
2020-04-11 12:27:27 +02:00
committed by GitHub
parent 66636d68f9
commit 0740cbe328
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class TestRunnerThread extends Thread {
private void setLibraryVersionInJenkinsfile() {
def jenkinsfile = new File("${testCaseWorkspace}/Jenkinsfile")
def manipulatedText =
"@Library(\"piper-library-os@${libraryVersionUnderTest}\") _\n" +
"@Library(\"piper-lib-os@${libraryVersionUnderTest}\") _\n" +
jenkinsfile.text
jenkinsfile.write(manipulatedText)
}
+1 -1
View File
@@ -11,7 +11,7 @@ unclassified:
git:
remote: "https://github.com/SAP/cloud-s4-sdk-pipeline-lib.git"
- defaultVersion: "master"
name: "piper-library-os"
name: "piper-lib-os"
retriever:
modernSCM:
scm: