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