again
This commit is contained in:
parent
f22d63c43f
commit
7314f11620
13
stats/Jenkinsfile
vendored
13
stats/Jenkinsfile
vendored
@ -1,10 +1,4 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
|
||||||
docker {
|
|
||||||
image 'jvncziii/ium:latest'
|
|
||||||
label 'dockerContainer'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
parameters {
|
parameters {
|
||||||
buildSelector(
|
buildSelector(
|
||||||
defaultSelector: lastSuccessful(),
|
defaultSelector: lastSuccessful(),
|
||||||
@ -13,7 +7,12 @@ pipeline {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
node("dockerContainer") {
|
agent {
|
||||||
|
docker {
|
||||||
|
image 'jvncziii/ium:latest'
|
||||||
|
label 'dockerContainer'
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Dataset statistics') {
|
stage('Dataset statistics') {
|
||||||
steps {
|
steps {
|
||||||
copyArtifacts filter:'train.csv', fingerprintArtifacts: true, projectName: 'z-s495716-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
copyArtifacts filter:'train.csv', fingerprintArtifacts: true, projectName: 'z-s495716-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||||
|
Loading…
Reference in New Issue
Block a user