add ex 1 iv
This commit is contained in:
parent
5164f1886f
commit
8b2c685a15
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -24,5 +24,10 @@ pipeline {
|
||||
sh './count.sh'
|
||||
}
|
||||
}
|
||||
stage('Archive Artifacts') {
|
||||
steps {
|
||||
archiveArtifacts 'results.txt'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user