1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-04 04:07:16 +02:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

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)
}

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: