mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
Switch library identifier to piper-library-os
this identifier is commonly used.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user