Zaktualizuj 'Jenkinsfile_train'

This commit is contained in:
Kornelia Girejko 2022-05-06 22:53:03 +02:00
parent 7351fe7c1a
commit 779d6278e8
1 changed files with 2 additions and 1 deletions

View File

@ -27,12 +27,13 @@ pipeline {
}
stages {
stage('First'){
stage('Main train'){
steps {
copyArtifacts filter: '*', projectName: 's478815-create-dataset'
sh 'python3 ./DL.py $EPOCHS'
archiveArtifacts artifacts: 'modelP.pkl', followSymlinks: false
build job: 's478815-evaluation/master/'
}
}
}