jenkinsfile modified
This commit is contained in:
parent
86a55ebcf2
commit
bbad94dad5
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -22,7 +22,8 @@ pipeline {
|
||||
|
||||
stage('Shell script'){
|
||||
steps{
|
||||
sh 'chmod +x ./script.sh'
|
||||
sh 'chmod +x script.sh'
|
||||
sh './script.sh'
|
||||
sh label: 'ls', script: 'ls'
|
||||
sh label: 'cat', script: 'cat res.txt'
|
||||
sh label: 'cat', script: 'cat wikiniews_results.tsv'
|
||||
|
Loading…
Reference in New Issue
Block a user