This commit is contained in:
Kuba Kowalczyk 2019-04-26 10:31:12 +02:00
parent 48bb49181b
commit 9fbcca1062
2 changed files with 4 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -1,3 +1,5 @@
node { node {
copyArtifacts(projectName: 'ASR-eval '); copyArtifacts 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/s416094/s416094-mlworkshops']]])
sh label: '', script: 'counter.sh'
} }

1
counter.sh Normal file
View File

@ -0,0 +1 @@
touch 'test'