test
This commit is contained in:
parent
48bb49181b
commit
9fbcca1062
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -1,3 +1,5 @@
|
||||
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
1
counter.sh
Normal file
@ -0,0 +1 @@
|
||||
touch 'test'
|
Loading…
Reference in New Issue
Block a user