siema eniu

This commit is contained in:
s434695 2021-05-15 16:30:28 +02:00
parent 02a2ec6fcb
commit d7a6d61238
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ pipeline {
stage('send email') {
steps {
emailext body: currentBuild.result ?: 'SUCCESS',
subject: 's434760 - evaluation',
subject: 's434695 - evaluation',
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
}
}

View File

@ -1,6 +1,6 @@
pipeline {
agent any;
parameters{
buildSelector(
defaultSelector: lastSuccessful(),
@ -28,7 +28,7 @@ pipeline {
stage('docker-training') {
steps {
script {
def img = docker.build('shroomy/ium:5')
def img = docker.build('shroomy/ium:6')
img.inside {
sh "python3 train.py"
sh "python3 sacred1.py"