diff --git a/Jenkinsfile b/Jenkinsfile index 0baa68f..d4ac437 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' } \ No newline at end of file diff --git a/counter.sh b/counter.sh new file mode 100644 index 0000000..9351497 --- /dev/null +++ b/counter.sh @@ -0,0 +1 @@ +touch 'test' \ No newline at end of file