Update jenkinsfile
This commit is contained in:
parent
45c506f567
commit
5803d4dc19
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -12,6 +12,7 @@ pipeline {
|
||||||
sh '''
|
sh '''
|
||||||
echo "Multiline shell steps work too"
|
echo "Multiline shell steps work too"
|
||||||
ls -lah
|
ls -lah
|
||||||
|
pwd
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue