diff --git a/Jenkinsfile b/Jenkinsfile index 59e24c2..400ce05 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ node{ copyArtifacts filter: '*', fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful() checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s412146/s412146-mlworkshops.git']]]) - sh label: '', script: 'Jenkinsfile' - archiveArtifacts 'Jenkinsfile' + sh label: '', script: './script.sh' + archiveArtifacts 'output' } \ No newline at end of file