add ex 1 iv

This commit is contained in:
Olga 2020-04-03 16:50:56 +02:00
parent 5164f1886f
commit 8b2c685a15

5
Jenkinsfile vendored
View File

@ -24,5 +24,10 @@ pipeline {
sh './count.sh'
}
}
stage('Archive Artifacts') {
steps {
archiveArtifacts 'results.txt'
}
}
}
}