From 66be0765a6abf6eba630f434921d2f3508a70b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Ga=C5=82=C4=85zkiewicz?= Date: Mon, 28 Mar 2022 00:03:44 +0200 Subject: [PATCH] Zad 03.Jenkins - zapisanie zbioru danych --- jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkinsfile b/jenkinsfile index a411227..9c48ac7 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -31,7 +31,7 @@ pipeline { } stage('Checkout') { steps { - checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's470623', url: 'https://git.wmi.amu.edu.pl/s470623/ium_470623.git]]]) + checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's470623', url: 'https://git.wmi.amu.edu.pl/s470623/ium_470623.git']]]) } } stage('Shell script') {