14
This commit is contained in:
parent
70ea64fee1
commit
37c94af38f
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -20,12 +20,10 @@ pipeline {
|
|||||||
stage('run script') {
|
stage('run script') {
|
||||||
steps{
|
steps{
|
||||||
sh 'sh test.sh text.txt out.txt'
|
sh 'sh test.sh text.txt out.txt'
|
||||||
archiveArtifacts artifacts: 'output/*.txt', excludes: 'output/*.md'
|
archiveArtifacts artifacts: 'out.txt'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user