From f8777ae96008cee1fd29d3b327d8d9b099ad2a50 Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Thu, 11 May 2023 21:30:58 +0200 Subject: [PATCH] update jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7c739f2..e6204a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { git "https://git.wmi.amu.edu.pl/s151636/ium_151636.git" echo ("sh: Shell Script") - sh "./script1" + sh "python3 script2.py" echo ("copyArtifacts")