diff --git a/JenkinsfileNeural b/JenkinsfileNeural index 9e90d2e..75d0496 100644 --- a/JenkinsfileNeural +++ b/JenkinsfileNeural @@ -40,11 +40,9 @@ node { subject: "s434765", to: "26ab8f35.uam.onmicrosoft.com@emea.teams.ms" throw e - }*/ + } } - stage ("build evaluation") { //an arbitrary stage name - steps { - build 's434765-evaluation/evaluation/' //this is where we specify which job to invoke. - } + stage ("build evaluation") { + build 's434765-evaluation/evaluation/'*/ } }