fix for fix
Some checks failed
s444018-training/pipeline/head There was a failure building this commit
Some checks failed
s444018-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4cf9f97c65
commit
32330e5335
@ -11,6 +11,7 @@ pipeline {
|
|||||||
name: 'EPOCHS',
|
name: 'EPOCHS',
|
||||||
trim: false
|
trim: false
|
||||||
)
|
)
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Script'){
|
stage('Script'){
|
||||||
steps {
|
steps {
|
||||||
@ -19,7 +20,6 @@ pipeline {
|
|||||||
archiveArtifacts artifacts: 'model.pkl', followSymlinks: false
|
archiveArtifacts artifacts: 'model.pkl', followSymlinks: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
Loading…
Reference in New Issue
Block a user