, v3
This commit is contained in:
parent
9c135c7665
commit
00e1272c10
@ -7,14 +7,14 @@ pipeline {
|
||||
defaultSelector: lastSuccessful(),
|
||||
description: 'Which build to use for copying artifacts',
|
||||
name: 'WHICH_BUILD'
|
||||
),
|
||||
)
|
||||
string(
|
||||
defaultValue: '16'
|
||||
defaultValue: '16',
|
||||
description: 'batch size',
|
||||
name: 'BATCH_SIZE'
|
||||
),
|
||||
)
|
||||
string(
|
||||
defaultValue: '15'
|
||||
defaultValue: '15',
|
||||
description: 'epochs',
|
||||
name: 'EPOCHS'
|
||||
)
|
||||
@ -40,9 +40,11 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('send email') {
|
||||
emailext body: 'build status: ${currentBuild.result}',
|
||||
subject: 's434760 - train',
|
||||
to: 'annnow19@st.amu.edu.pl'
|
||||
steps {
|
||||
emailext body: 'build status: ${currentBuild.result}',
|
||||
subject: 's434760 - train',
|
||||
to: 'annnow19@st.amu.edu.pl'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user