test
This commit is contained in:
parent
97903a522e
commit
30bb59be58
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -1,6 +1,6 @@
|
|||||||
node {
|
node {
|
||||||
copyArtifacts fingerprintArtifacts: true, projectName: 'ASR-eval', selector: lastSuccessful()
|
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']]])
|
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s416094/s416094-mlworkshops']]])
|
||||||
files = findFiles(glob: '*.*')
|
sh label: '', script: 'ls -la ${pwd()}'
|
||||||
sh label: '', script: 'counter.sh'
|
sh label: '', script: 'counter.sh'
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user