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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git

commit e92049681ceafb7a987dcaa872638eeee16f81ab
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Sun Feb 3 17:06:22 2019 +0100

    - Enabled the sandbox profile for the develop branch build.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c3b76ce..6cc4977 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -107,7 +107,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 -P${JENKINS_PROFILE},development 
${MVN_TEST_FAIL_IGNORE} ${JQASSISTANT_NEO4J_VERSION} 
-DaltDeploymentRepository=snapshot-repo::default::file:./local-snapshots-dir 
clean deploy'
+                sh 'mvn -P${JENKINS_PROFILE},development,with-sandbox 
${MVN_TEST_FAIL_IGNORE} ${JQASSISTANT_NEO4J_VERSION} 
-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/**'

Reply via email to