jenkinsfile

This commit is contained in:
s452111 2020-04-21 21:51:59 +02:00
parent 2cfdf2f264
commit 46b757b410

5
Jenkinsfile vendored
View File

@ -23,5 +23,10 @@ pipeline {
sh './service.sh'
}
}
stage('Archive artifacts') {
steps {
archiveArtifacts 'lines_count.txt'
}
}
}
}