Document new identifier (#1392)

This commit is contained in:
Daniel Kurzynski
2020-04-22 11:25:51 +02:00
committed by GitHub
parent 52822ded5e
commit a37ef48570
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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() {