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') { 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'
} }
} }

View File

@ -1,6 +1,6 @@
pipeline { pipeline {
agent any; agent any;
parameters{ parameters{
buildSelector( buildSelector(
defaultSelector: lastSuccessful(), defaultSelector: lastSuccessful(),
@ -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"