diff --git a/train.Jenkinsfile b/train.Jenkinsfile index bd8296e..5de6eae 100644 --- a/train.Jenkinsfile +++ b/train.Jenkinsfile @@ -20,7 +20,7 @@ pipeline { } stages{ - stage('artifacts') { + stage('copy-artifacts') { steps { copyArtifacts fingerprintArtifacts: true, projectName: 's434784-create-dataset', selector: buildParameter('BUILD_SELECTOR') } @@ -38,5 +38,10 @@ pipeline { } } } + stage('archive-model') { + steps{ + archiveArtifacts 'sucides_model.h5' + } + } } } \ No newline at end of file