From 8b87181da12ebaabad37868fb18ab685368897e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Mo=C5=9B?= Date: Fri, 26 Apr 2019 12:08:08 +0000 Subject: [PATCH] Zaktualizuj 'Jenkinsfile' --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 9cc25e2..241f252 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,6 +8,7 @@ pipeline { echo 'Hello world!' copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[credentialsId: '8cdbf19a-e62d-4807-9112-bc7a8d225074', url: 'https://git.wmi.amu.edu.pl/s442673/s442673-mlworkshops.git']]]) + sh label: '', script: 'ls -l' } } }