This commit is contained in:
Ufnow 2020-04-22 01:15:25 +02:00
parent 777eaa2dd6
commit 7fe29c944f

View File

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