diff --git a/jenkinsfile2 b/jenkinsfile2 index 970f522..34236a9 100644 --- a/jenkinsfile2 +++ b/jenkinsfile2 @@ -14,8 +14,8 @@ copyArtifacts filter: 'averagewer.txt', fingerprintArtifacts: true, projectName: } stage('Plot') { steps { - sh label: '', script: 'python3 plotwer.py' - sh label: '', script: 'python3 plotsrr.py' + sh label: '', script: 'python plotwer.py' + sh label: '', script: 'python plotsrr.py' } } stage('Archive atifacts') {