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")