poprawka Jenkinsfile

This commit is contained in:
unknown 2020-04-21 17:00:13 +02:00
parent 206651533a
commit 4f47254d9e

3
Jenkinsfile vendored
View File

@ -12,6 +12,9 @@ pipeline {
sh('chmod 755 ./run.sh') sh('chmod 755 ./run.sh')
sh('chmod 755 ./diagrams.py') sh('chmod 755 ./diagrams.py')
sh('./run.sh') sh('./run.sh')
archiveArtifacts 'ssr.png'
archiveArtifacts 'wer.png'
} }
} }
} }