From 0a42554c059455e8d01148ef55e912acf770ed93 Mon Sep 17 00:00:00 2001 From: Diana-Krol Date: Fri, 3 Apr 2020 15:35:00 +0200 Subject: [PATCH] pierwszy --- jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jenkinsfile b/jenkinsfile index 7a38603..e8eecc3 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -6,6 +6,8 @@ pipeline { echo 'Hello World' echo 'Trigger Check' checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], gitTool: 'Default', submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s416251/s416251-mlworkshops.git']]]) + copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful () + sh('chmod +x ./lines.sh') } } }