jenkinsfile

This commit is contained in:
s452111 2020-04-21 21:42:28 +02:00
parent b264e7e149
commit 8c2e54a722

5
Jenkinsfile vendored
View File

@ -21,10 +21,5 @@ pipeline {
sh 'chmod +x ./service.sh'
sh './service.sh wikiniews_results.tsv'
}
stage('Archive artifacts') {
steps {
//archiveArtifacts: 'lines_count.txt', fingerprint: true
}
}
}
}