jenkinsfile

This commit is contained in:
s452111 2020-04-21 21:36:55 +02:00
parent eef6d50a39
commit b264e7e149

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
} }
stage('Archive artifacts') { stage('Archive artifacts') {
steps { steps {
archiveArtifacts: 'lines_count.txt', fingerprint: true //archiveArtifacts: 'lines_count.txt', fingerprint: true
} }
} }
} }