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

deki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new c6b762b  Jenkins: commented out stages apart from build to get it 
running first
c6b762b is described below

commit c6b762b70358423212e1d4b35b2873d31c156672
Author: Dennis Kieselhorst <d...@apache.org>
AuthorDate: Fri Jul 31 09:28:22 2020 +0200

    Jenkins: commented out stages apart from build to get it running first
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 3197193..083563c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -82,7 +82,7 @@ pipeline {
                 }
               }
             }
-            stage('Build Source & JavaDoc') {
+            /* stage('Build Source & JavaDoc') {
               when {
                 branch 'master'
               }
@@ -112,7 +112,7 @@ pipeline {
                   sh 'mvn sonar:sonar -DskipAssembly -Dsonar.projectKey=cxf 
-Dsonar.organization=apache -Dsonar.host.url=https://sonarcloud.io 
-Dsonar.login=${SONARCLOUD_TOKEN}'
                 }
               }
-            }
+            } */
           }
           post {
             always {

Reply via email to