From ff812074bfa8b6032af2363a52949a22ab030cf4 Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Fri, 12 May 2023 15:40:02 +0200 Subject: [PATCH] test jenkins --- Jenkinsfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 204732c..9ae8371 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,16 +7,16 @@ pipeline { stage('Run Script') { steps { - echo ("checkout: check out from version control") - git "https://git.wmi.amu.edu.pl/s151636/ium_151636.git" + //echo ("checkout: check out from version control") + //git "https://git.wmi.amu.edu.pl/s151636/ium_151636.git" - echo ("sh: Shell Script") - sh "python3 script2.py" + //echo ("sh: Shell Script") + //sh "python3 script2.py" - echo ("copyArtifacts") + //echo ("copyArtifacts") - echo("archiveArtifacts") + //echo("archiveArtifacts") } } }