jenkinsfile modified
This commit is contained in:
parent
fafc4092e0
commit
9d63cb6912
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -23,6 +23,8 @@ pipeline {
|
||||
stage('Shell script'){
|
||||
steps{
|
||||
sh 'chmod +x ./script.sh'
|
||||
sh label: 'ls', script: 'ls'
|
||||
sh label: 'cat', script: 'cat res.txt'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user