13
This commit is contained in:
parent
da8f5d5ae3
commit
70ea64fee1
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -20,18 +20,13 @@ 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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
post {
|
|
||||||
always {
|
|
||||||
junit 'build/reports/out.txt'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user