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:
parent
fe89155a04
commit
998abed377
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user