first add
This commit is contained in:
commit
cf993d1ec2
6
Jenkinsfile
vendored
Normal file
6
Jenkinsfile
vendored
Normal file
@ -0,0 +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/s416072/s416072-mlworkshops.git']]])
|
||||
sh label: '', script: './mu/script.sh'
|
||||
archiveArtifacts 'output'
|
||||
}
|
Loading…
Reference in New Issue
Block a user