zad4 test13

This commit is contained in:
massta 2020-04-05 19:52:55 +02:00
parent 3257d8392a
commit b9c3b4f22a

View File

@ -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') {