1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +02:00

Switch library identifier to piper-library-os

this identifier is commonly used.
This commit is contained in:
Marcus Holl 2018-01-15 15:06:02 +01:00
parent fe89155a04
commit 998abed377

View File

@ -5,7 +5,7 @@ import static com.lesfurets.jenkins.unit.global.lib.LibraryConfiguration.library
class SharedLibraryCreator { class SharedLibraryCreator {
static def lazyLoadedLibrary = library() static def lazyLoadedLibrary = library()
.name('piper-library') .name('piper-library-os')
.retriever(new ProjectSource()) .retriever(new ProjectSource())
.targetPath('is/not/necessary') .targetPath('is/not/necessary')
.defaultVersion("master") .defaultVersion("master")
@ -14,7 +14,7 @@ class SharedLibraryCreator {
.build() .build()
static def implicitLoadedLibrary = library() static def implicitLoadedLibrary = library()
.name('piper-library') .name('piper-library-os')
.retriever(new ProjectSource()) .retriever(new ProjectSource())
.targetPath('is/not/necessary') .targetPath('is/not/necessary')
.defaultVersion("master") .defaultVersion("master")