jenkinsfile modified

This commit is contained in:
Yevheniia Tsapkova 2020-04-03 13:17:05 +02:00
parent fafc4092e0
commit 9d63cb6912
2 changed files with 3 additions and 3 deletions

2
Jenkinsfile vendored
View File

@ -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'
}
}

View File

@ -1,3 +1 @@
echo wc -l wikiniews_results.tsv >> res.txt
ls
cat res.txt
echo wc -l wikiniews_results.tsv >> res.txt