This commit is contained in:
Adrianna Zaleska 2020-04-19 21:45:53 +02:00
parent 10a47bf860
commit 2925ae70fb
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ pipeline {
copyArtifacts filter: 'wer.txt', fingerprintArtifacts: true, projectName: 's416296-metrics', selector: lastSuccessful() copyArtifacts filter: 'wer.txt', fingerprintArtifacts: true, projectName: 's416296-metrics', selector: lastSuccessful()
copyArtifacts filter: 'srr.txt', fingerprintArtifacts: true, projectName: 's416296-metrics', selector: lastSuccessful() copyArtifacts filter: 'srr.txt', fingerprintArtifacts: true, projectName: 's416296-metrics', selector: lastSuccessful()
sh label: '', script: 'chmod a+rwx script.py' sh label: '', script: 'chmod a+rwx script.py'
sh label: '', script: 'python script.py' sh label: '', script: 'python3 script.py'
archiveArtifacts 'wer.png' archiveArtifacts 'wer.png'
archiveArtifacts 'srr.png' archiveArtifacts 'srr.png'
} }