mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
Document new identifier (#1392)
This commit is contained in:
@@ -70,7 +70,7 @@ In this scenario, we want to show how to implement a basic continuous delivery p
|
||||
#### Jenkinsfile
|
||||
|
||||
```groovy
|
||||
@Library('piper-library-os') _
|
||||
@Library('piper-lib-os') _
|
||||
|
||||
node(){
|
||||
stage('Prepare') {
|
||||
|
||||
@@ -46,7 +46,7 @@ The basic workflow is as follows:
|
||||
### Jenkinsfile
|
||||
|
||||
```groovy
|
||||
@Library('piper-library-os') _
|
||||
@Library('piper-lib-os') _
|
||||
|
||||
node() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user