fixed python

This commit is contained in:
Lukasz Tatrocki 2020-04-23 11:55:53 +02:00
parent 649910832c
commit 091b26040c

View File

@ -15,7 +15,8 @@ pipeline {
} }
stage('Make plots') { stage('Make plots') {
steps{ steps{
sh('python plots.py') sh('chmod +x plots.py')
sh('python3 plots.py')
} }
} }
stage('Archive artifacts') { stage('Archive artifacts') {