You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dl...@apache.org on 2017/11/02 03:21:50 UTC

[39/50] [abbrv] incubator-edgent git commit: - Undid the split into several steps (Seems the files aren't available from another step)

- Undid the split into several steps (Seems the files aren't available from another step)


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

Branch: refs/heads/develop
Commit: 297726159b1f117a0429ab7d1a3f8b404bc64732
Parents: 6044419
Author: Christofer Dutz <ch...@c-ware.de>
Authored: Tue Oct 31 13:11:48 2017 +0100
Committer: Christofer Dutz <ch...@c-ware.de>
Committed: Tue Oct 31 13:11:48 2017 +0100

----------------------------------------------------------------------
 Jenkinsfile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/29772615/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 38c6849..aef183c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -53,24 +53,24 @@ node('ubuntu') {
         stage ('Build Edgent') {
             echo 'Building Edgent'
             sh "${mvnHome}/bin/mvn ${mavenFailureMode} ${mavenLocalRepo} -Pplatform-android,platform-java7,distribution,toolchain -Djava8.home=${env.JAVA_HOME} -Dedgent.build.ci=true clean ${mavenGoal} sonar:sonar site:site"
-        }
+/*        }
 
-        stage ('Build Samples') {
+        stage ('Build Samples') {*/
             echo 'Building samples'
             sh "cd samples; ${mvnHome}/bin/mvn ${mavenFailureMode} ${mavenLocalRepo} clean package"
             sh "cd samples/topology; ./run-sample.sh HelloEdgent"
             sh "cd samples; ${mvnHome}/bin/mvn ${mavenFailureMode} ${mavenLocalRepo} -Pplatform-java7 clean package"
             sh "cd samples/topology; ./run-sample.sh HelloEdgent"
-        }
+/*        }
 
-        stage ('Build Templates') {
+        stage ('Build Templates') {*/
             echo 'Building templates'
             sh "cd samples/template; ${mvnHome}/bin/mvn ${mavenFailureMode} ${mavenLocalRepo} clean package; ./run-app.sh"
             sh "cd samples/template; ${mvnHome}/bin/mvn ${mavenFailureMode} ${mavenLocalRepo} -Pplatform-java7 clean package; ./run-app.sh"
             sh "cd samples/template; ${mvnHome}/bin/mvn ${mavenFailureMode} ${mavenLocalRepo} -Pplatform-android clean package; ./run-app.sh"
-        }
+/*        }
 
-        stage ('Verify get-engent-jars') {
+        stage ('Verify get-engent-jars') {*/
             echo 'Verifying get-edgent-jars'
             sh "cd samples/get-edgent-jars; ./get-edgent-jars.sh"
         }