Zaktualizuj 'Jenkinsfile_evaluation'

This commit is contained in:
Kornelia Girejko 2022-05-06 21:11:25 +02:00
parent c6e3e92bc5
commit aa59acbf65

View File

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