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') } } }