This commit is contained in:
Kamil Paprota 2020-04-03 16:53:46 +02:00
parent 4e1689ffd0
commit 203fa94245

View File

@ -11,7 +11,7 @@ pipeline {
stage('Wykresy') {
steps{
sh('chmod +x ./plots.sh')
sh('./lots.sh wer srr')
sh('./plots.sh wer srr')
archiveArtifacts 'wer.png'
archiveArtifacts 'srr.png'
}