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 {
|
||||
|
||||
static def lazyLoadedLibrary = library()
|
||||
.name('piper-library')
|
||||
.name('piper-library-os')
|
||||
.retriever(new ProjectSource())
|
||||
.targetPath('is/not/necessary')
|
||||
.defaultVersion("master")
|
||||
@ -14,7 +14,7 @@ class SharedLibraryCreator {
|
||||
.build()
|
||||
|
||||
static def implicitLoadedLibrary = library()
|
||||
.name('piper-library')
|
||||
.name('piper-library-os')
|
||||
.retriever(new ProjectSource())
|
||||
.targetPath('is/not/necessary')
|
||||
.defaultVersion("master")
|
||||
|
Loading…
Reference in New Issue
Block a user