From 86be057e4a844b0f260f2f7149b549ebd2302e3a Mon Sep 17 00:00:00 2001 From: "sadurska@trui.pl" Date: Mon, 19 Apr 2021 14:31:13 +0200 Subject: [PATCH] tweak(UMA_03) Update Jenkinsfile --- Jenkinsfile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 993bd66..51207d2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,11 +2,6 @@ pipeline{ agent any properties([parameters([text(defaultValue: '50', description: 'Number of lines to cutoff', name: 'CUTOFF')])]) stages{ - stage('Stage 1'){ - steps{ - echo 'Hello World!' - } - } stage('checkout: Check out from version control'){ steps{ git url: 'https://git.wmi.amu.edu.pl/s434780/ium_434780' @@ -14,7 +9,7 @@ pipeline{ } stage('sh: Shell Script'){ steps{ - ./script.sh + script.sh } } stage('Archive artifacts'){