Update Jenkinsfile

This commit is contained in:
s452487 2024-05-04 15:09:45 +02:00
parent 89d55cd49a
commit 48fbe30e25
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -1,5 +1,8 @@
pipeline {
agent { dockerfile true }
parameters {
string(name: 'training_parameters', defaultValue: '{"epochs":11}', description: 'Parameters for training the model')
}
triggers {
upstream(upstreamProjects: "z-s452487-create-dataset", threshold: hudson.model.Result.SUCCESS)
}