Zaktualizuj 'Jenkinsfile_train'
This commit is contained in:
parent
20b815041b
commit
8d94e3d16e
@ -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
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user