This commit is contained in:
laskau 2019-04-26 12:10:57 +02:00
parent 70ea64fee1
commit 37c94af38f

4
Jenkinsfile vendored
View File

@ -20,12 +20,10 @@ pipeline {
stage('run script') {
steps{
sh 'sh test.sh text.txt out.txt'
archiveArtifacts artifacts: 'output/*.txt', excludes: 'output/*.md'
archiveArtifacts artifacts: 'out.txt'
}
}
}
}