From 091b26040cac1b856a5a984d64c97b03bcdeb661 Mon Sep 17 00:00:00 2001 From: Lukasz Tatrocki Date: Thu, 23 Apr 2020 11:55:53 +0200 Subject: [PATCH] fixed python --- Jenkinsfile-plots | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile-plots b/Jenkinsfile-plots index be2b1c7..72733bf 100644 --- a/Jenkinsfile-plots +++ b/Jenkinsfile-plots @@ -15,7 +15,8 @@ pipeline { } stage('Make plots') { steps{ - sh('python plots.py') + sh('chmod +x plots.py') + sh('python3 plots.py') } } stage('Archive artifacts') {