comment out samples stuff in Jenkinsfile

Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/92672c05
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/92672c05
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/92672c05

Branch: refs/heads/develop
Commit: 92672c050331c56478f65ab754444d637e9adbab
Parents: a7aeb2b
Author: Dale LaBossiere <dlab...@us.ibm.com>
Authored: Thu Nov 23 10:36:26 2017 -0500
Committer: Dale LaBossiere <dlab...@us.ibm.com>
Committed: Thu Nov 23 10:36:26 2017 -0500

----------------------------------------------------------------------
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/92672c05/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 3087a6e..52bc845 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -69,6 +69,7 @@ node('ubuntu') {
             }
         }
 
+/* ========================== TODO figure out what to do with samples now in a 
separate repo
         stage ('Build Samples') {
             echo 'Building samples'
             sh "cd samples; ${mvnHome}/bin/mvn ${mavenFailureMode} 
${mavenLocalRepo} clean package"
@@ -83,6 +84,7 @@ node('ubuntu') {
             sh "cd samples/template; ${mvnHome}/bin/mvn ${mavenFailureMode} 
${mavenLocalRepo} -Pplatform-java7 clean package; ./app-run.sh"
             sh "cd samples/template; ${mvnHome}/bin/mvn ${mavenFailureMode} 
${mavenLocalRepo} -Pplatform-android clean package; ./app-run.sh"
         }
+========================== */
 
         /* There seems to be a problem with this (Here the output of the build 
log):
 

Reply via email to