siema eniu
This commit is contained in:
parent
02a2ec6fcb
commit
d7a6d61238
@ -41,7 +41,7 @@ pipeline {
|
|||||||
stage('send email') {
|
stage('send email') {
|
||||||
steps {
|
steps {
|
||||||
emailext body: currentBuild.result ?: 'SUCCESS',
|
emailext body: currentBuild.result ?: 'SUCCESS',
|
||||||
subject: 's434760 - evaluation',
|
subject: 's434695 - evaluation',
|
||||||
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -28,7 +28,7 @@ pipeline {
|
|||||||
stage('docker-training') {
|
stage('docker-training') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
def img = docker.build('shroomy/ium:5')
|
def img = docker.build('shroomy/ium:6')
|
||||||
img.inside {
|
img.inside {
|
||||||
sh "python3 train.py"
|
sh "python3 train.py"
|
||||||
sh "python3 sacred1.py"
|
sh "python3 sacred1.py"
|
||||||
|
Loading…
Reference in New Issue
Block a user