is this gonna work?
This commit is contained in:
parent
e241dd2594
commit
2410a89a93
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,8 +1,14 @@
|
||||
node {
|
||||
checkout scm
|
||||
|
||||
def local_image = docker.build("local-image")
|
||||
|
||||
local_image.inside {
|
||||
stage('Build') {
|
||||
checkout([$class: 'GitSCM', branches: [[name: 'ztm']], extensions: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s452639/ium_452639']]])
|
||||
sh './prepare-ztm-data.sh'
|
||||
archiveArtifacts artifacts: 'train.csv,test.csv', followSymlinks: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user