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/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4d686b1  - Enabled stack-trace-dumping in order to track down the 
problem.
4d686b1 is described below

commit 4d686b1b5fd692fbb0da57191a167f1d66fd14d7
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Fri May 22 17:06:59 2020 +0200

    - Enabled stack-trace-dumping in order to track down the problem.
---
 Jenkinsfile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 729dd37..13bdd65 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -173,10 +173,7 @@ pipeline {
             steps {
                 echo 'Building Site'
                 //sh 'mvn 
-P${JENKINS_PROFILE},skip-prerequisite-check,with-proxies,with-logstash site'
-                // Explicitly deselecting the 
"_allow_illegal_access_reflection_in_tests"
-                // profile as there seem to be problems on the site building 
node to detect the java version.
-                // In this case we don't really care as no unit- or 
integration-tests are being executed.
-                sh 'mvn 
-P${JENKINS_PROFILE},skip-prerequisite-check,with-logstash,!_allow_illegal_access_reflection_in_tests
 site -pl .'
+                sh 'mvn 
-P${JENKINS_PROFILE},skip-prerequisite-check,with-logstash site -X -pl .'
             }
         }
 

Reply via email to