From eccae7d0041107ed41467776da883187ddd07f13 Mon Sep 17 00:00:00 2001 From: Ufnow Date: Tue, 21 Apr 2020 16:21:17 +0200 Subject: [PATCH] test --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 081a1d6..ffd6cc0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,9 @@ pipeline { agent any stages { - stage('checkout: Check out from version control') { + stage('Stage 1') { steps { - git branch: 'stable-2.204', - url: 'https://git.wmi.amu.edu.pl/s426274/s426274-mlworkshops.git' + echo 'Hello world!' } } }