jenkinsfile modified
This commit is contained in:
parent
5e1371e215
commit
9d04ae3f25
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -24,9 +24,7 @@ pipeline {
|
|||||||
steps{
|
steps{
|
||||||
sh 'chmod +x script.sh'
|
sh 'chmod +x script.sh'
|
||||||
sh './script.sh'
|
sh './script.sh'
|
||||||
sh label: 'ls', script: 'ls'
|
|
||||||
sh label: 'cat', script: 'cat res.txt'
|
sh label: 'cat', script: 'cat res.txt'
|
||||||
sh label: 'cat', script: 'cat wikiniews_results.tsv'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user