From 2925ae70fb1fb30a1dc9e7b933592b5fa2d8d73f Mon Sep 17 00:00:00 2001 From: Adrianna Zaleska Date: Sun, 19 Apr 2020 21:45:53 +0200 Subject: [PATCH] plots 4 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 95037ad..25c73f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { copyArtifacts filter: 'wer.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: 'python script.py' + sh label: '', script: 'python3 script.py' archiveArtifacts 'wer.png' archiveArtifacts 'srr.png' }