This commit is contained in:
Ufnow 2020-04-22 01:13:06 +02:00
parent 834923aecb
commit 20758a29c4

View File

@ -18,7 +18,7 @@ pipeline {
stage('Plots') stage('Plots')
{ {
steps { steps {
sh label: '', script: 'chmod a+rwx script.py' sh label: '', script: 'chmod a+rwx wykres.py'
sh label: '', script: 'python3 wykres.py' sh label: '', script: 'python3 wykres.py'
archiveArtifacts 'wer.png' archiveArtifacts 'wer.png'
archiveArtifacts 'srr.png' archiveArtifacts 'srr.png'