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