diff --git a/Jenkinsfile b/Jenkinsfile index e261c9f..6607340 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,9 +39,7 @@ node { } } - stage ("build training") { //an arbitrary stage name - steps { - build 's434765-training/master/' //this is where we specify which job to invoke. - } + stage ("build training") { + build 's434765-training/master/' } } \ No newline at end of file diff --git a/JenkinsfileNeural b/JenkinsfileNeural index 4ce2c91..b14b551 100644 --- a/JenkinsfileNeural +++ b/JenkinsfileNeural @@ -42,9 +42,8 @@ node { 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/' + } }