You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/10/31 09:27:40 UTC

[plc4x-build-tools] branch feature/moving-unfinished-things-to-the-sandbox created (now e0565bd)

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a change to branch feature/moving-unfinished-things-to-the-sandbox
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git.


      at e0565bd  Removed all the plc4x profiles from the build-tools Jenkinsfile

This branch includes the following new commits:

     new e0565bd  Removed all the plc4x profiles from the build-tools Jenkinsfile

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[plc4x-build-tools] 01/01: Removed all the plc4x profiles from the build-tools Jenkinsfile

Posted by cd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch feature/moving-unfinished-things-to-the-sandbox
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git

commit e0565bd2d5f3776b753439cb240926c2bc7a2166
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Oct 31 10:27:34 2019 +0100

    Removed all the plc4x profiles from the build-tools Jenkinsfile
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4190ded..6ed9e71 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -83,7 +83,7 @@ pipeline {
             }
             steps {
                 echo 'Building'
-                sh 'mvn -P${JENKINS_PROFILE},development,with-cpp,with-java,with-dotnet,with-python,with-proxies,with-sandbox ${MVN_TEST_FAIL_IGNORE} ${MVN_LOCAL_REPO_OPT} clean install'
+                sh 'mvn ${MVN_TEST_FAIL_IGNORE} ${MVN_LOCAL_REPO_OPT} clean install'
             }
             post {
                 always {
@@ -106,7 +106,7 @@ pipeline {
 
                 // We'll deploy to a relative directory so we can save
                 // that and deploy in a later step on a different node
-                sh 'mvn -U -P${JENKINS_PROFILE},development,with-java,with-dotnet,with-cpp,with-python,with-proxies,with-sandbox ${MVN_TEST_FAIL_IGNORE} ${JQASSISTANT_NEO4J_VERSION} -DaltDeploymentRepository=snapshot-repo::default::file:./local-snapshots-dir clean deploy'
+                sh 'mvn ${MVN_TEST_FAIL_IGNORE} -DaltDeploymentRepository=snapshot-repo::default::file:./local-snapshots-dir clean deploy'
 
                 // Stash the build results so we can deploy them on another node
                 stash name: 'plc4x-build-snapshots', includes: 'local-snapshots-dir/**'