From 94abd333f34f20237e0010cf57663075c705a081 Mon Sep 17 00:00:00 2001 From: "sadurska@trui.pl" Date: Mon, 19 Apr 2021 14:28:03 +0200 Subject: [PATCH] tweak(UMA_03) Update Jenkinsfile --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index c3bd96f..993bd66 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,11 @@ 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'