From 00e1272c1046f62a36e8c0074b9f025023d8993b Mon Sep 17 00:00:00 2001 From: Anna Nowak Date: Wed, 28 Apr 2021 21:24:24 +0200 Subject: [PATCH] , v3 --- Jenkinsfile-train | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile-train b/Jenkinsfile-train index af45f86..c4348e3 100644 --- a/Jenkinsfile-train +++ b/Jenkinsfile-train @@ -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' + } } } } \ No newline at end of file