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:
parent
66636d68f9
commit
0740cbe328
@ -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)
|
||||
}
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user