Zaktualizuj 'Jenkinsfile_train'

This commit is contained in:
Kornelia Girejko 2022-05-06 18:59:49 +02:00
parent 20b815041b
commit 8d94e3d16e

View File

@ -5,20 +5,13 @@ pipeline {
}
}
parameters {
string(
defaultValue: '1000',
description: 'Number of epochs',
name: 'EPOCHS',
trim: false
)
}
stages {
stage('Script'){
steps {
copyArtifacts filter: '*', projectName: 's478815-create-dataset'
sh 'python3 ./biblioteka_DL.py $EPOCHS'
archiveArtifacts artifacts: 'output', followSymlinks: false
}
}