s416072-mlworkshops/Jenkinsfile
Dominika Grajewska 347d647878 first addabh
2019-04-26 12:23:06 +02:00

7 lines
409 B
Groovy

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/s416072/s416072-mlworkshops.git']]])
sh label: '', script: './skrypt.sh'
archiveArtifacts 'output'
}