added artifacts
This commit is contained in:
parent
471e2e4c41
commit
434b0b3748
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -22,5 +22,12 @@ pipeline {
|
||||
sh './preparations.sh'
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts'){
|
||||
steps{
|
||||
archiveArtifacts 'data.dev'
|
||||
archiveArtifacts 'data.train'
|
||||
archiveArtifacts 'data.test'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user