s416094-mlworkshops/Jenkinsfile
Kuba Kowalczyk 30bb59be58 test
2019-04-26 10:45:01 +02:00

6 lines
412 B
Groovy

node {
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: 'ls -la ${pwd()}'
sh label: '', script: 'counter.sh'
}