evaluation jenkinsfile
This commit is contained in:
parent
1ea4cf0f27
commit
b693a63331
@ -13,7 +13,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Stage 1') {
|
||||
steps {
|
||||
git branch: "${params.BRANCH}", url: 'https://git.wmi.amu.edu.pl/s444386/ium_s444386.git'
|
||||
git branch: "${params.BRANCH}", url: 'https://git.wmi.amu.edu.pl/s444386/ium_444386.git'
|
||||
copyArtifacts filter: 'model.tar.gz', projectName: "s444386-training/${BRANCH}/", selector: buildParameter('BUILD_SELECTOR')
|
||||
sh 'tar xvzf model.tar.gz'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user