Zaktualizuj 'Jenkisfile_train'
Some checks failed
s434804-training/pipeline/head There was a failure building this commit
Some checks failed
s434804-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4c0c0644a6
commit
6f35d71b64
@ -11,7 +11,6 @@ pipeline {
|
||||
stage('copyArtifacts') {
|
||||
steps {
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434804-create-dataset', selector: buildParameter('BUILD_SELECTOR')
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434705-training/master', selector: buildParameter('BUILD_SELECTOR')
|
||||
}
|
||||
}
|
||||
stage('training') {
|
||||
@ -25,7 +24,7 @@ pipeline {
|
||||
stage('archiveArtifacts') {
|
||||
steps{
|
||||
archiveArtifacts 'vaccines_model/saved_model.pb'
|
||||
archiveArtifacts 'movies_imdb/**'
|
||||
archiveArtifacts 'country_vaccination/**'
|
||||
}
|
||||
}
|
||||
stage('sendMail') {
|
||||
|
Loading…
Reference in New Issue
Block a user