This commit is contained in:
parent
18172eadf9
commit
9a0711c0d3
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -27,6 +27,15 @@ pipeline {
|
|||||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434695-create-dataset', selector: buildParameter('WHICH_BUILD')
|
copyArtifacts fingerprintArtifacts: true, projectName: 's434695-create-dataset', selector: buildParameter('WHICH_BUILD')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('train')
|
||||||
|
{
|
||||||
|
steps
|
||||||
|
{
|
||||||
|
catchError {
|
||||||
|
sh 'python3 train.py ${BATCH_SIZE} ${EPOCHS}'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('archiveArtifacts') {
|
stage('archiveArtifacts') {
|
||||||
steps{
|
steps{
|
||||||
archiveArtifacts 'vgsales_model.h5'
|
archiveArtifacts 'vgsales_model.h5'
|
||||||
|
Loading…
Reference in New Issue
Block a user