werwer
This commit is contained in:
parent
777eaa2dd6
commit
7fe29c944f
@ -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'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user