[cxf] branch master updated: Jenkins: JDK 8 -> JDK 1.8

2020-08-04 Thread deki
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 d9a7680  Jenkins: JDK 8 -> JDK 1.8
d9a7680 is described below

commit d9a7680ec5978fe9f4338bede5de4e0d020acdb3
Author: Dennis Kieselhorst 
AuthorDate: Wed Aug 5 06:56:28 2020 +0200

Jenkins: JDK 8 -> JDK 1.8
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 63d7627..1dd043e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,7 +33,7 @@ pipeline {
 axes {
   axis {
 name 'JAVA_VERSION'
-values 'JDK 8 (latest)', 'JDK 11 (latest)'
+values 'JDK 1.8 (latest)', 'JDK 11 (latest)'
   }
 }
 stages {



buildbot success in on cxf-site-production

2020-08-04 Thread buildbot
The Buildbot has detected a restored build on builder cxf-site-production while 
building . Full details are available at:
https://ci.apache.org/builders/cxf-site-production/builds/43063

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb-cms-slave

Build Reason: The Nightly scheduler named 'cxf-site-production' triggered this 
build
Build Source Stamp: [branch cxf/web] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot failure in on cxf-site-production

2020-08-04 Thread buildbot
The Buildbot has detected a new failure on builder cxf-site-production while 
building . Full details are available at:
https://ci.apache.org/builders/cxf-site-production/builds/43062

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb-cms-slave

Build Reason: The Nightly scheduler named 'cxf-site-production' triggered this 
build
Build Source Stamp: [branch cxf/web] HEAD
Blamelist: 

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot





buildbot success in on cxf-site-production

2020-08-04 Thread buildbot
The Buildbot has detected a restored build on builder cxf-site-production while 
building . Full details are available at:
https://ci.apache.org/builders/cxf-site-production/builds/43051

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb-cms-slave

Build Reason: The Nightly scheduler named 'cxf-site-production' triggered this 
build
Build Source Stamp: [branch cxf/web] HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot failure in on cxf-site-production

2020-08-04 Thread buildbot
The Buildbot has detected a new failure on builder cxf-site-production while 
building . Full details are available at:
https://ci.apache.org/builders/cxf-site-production/builds/43050

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb-cms-slave

Build Reason: The Nightly scheduler named 'cxf-site-production' triggered this 
build
Build Source Stamp: [branch cxf/web] HEAD
Blamelist: 

BUILD FAILED: failed compile

Sincerely,
 -The Buildbot





[cxf] branch master updated: Jenkins: try ${JAVA_VERSION} instead of ${JDK}

2020-08-04 Thread deki
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 5e2655a  Jenkins: try ${JAVA_VERSION} instead of ${JDK}
5e2655a is described below

commit 5e2655a268e22622aac4f8835b71b942df8e5ff7
Author: Dennis Kieselhorst 
AuthorDate: Tue Aug 4 08:25:29 2020 +0200

Jenkins: try ${JAVA_VERSION} instead of ${JDK}
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d4f3df3..63d7627 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -32,7 +32,7 @@ pipeline {
 }
 axes {
   axis {
-name 'JDK'
+name 'JAVA_VERSION'
 values 'JDK 8 (latest)', 'JDK 11 (latest)'
   }
 }
@@ -42,7 +42,7 @@ pipeline {
   label 'ubuntu'
 }
 tools {
-  jdk "${JDK}"
+  jdk "${JAVA_VERSION}"
   maven 'Maven (latest)'
 }
 environment {



[cxf] branch master updated: Jenkins: fix ${JDK} label

2020-08-04 Thread deki
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 ff2b7c8  Jenkins: fix ${JDK} label
ff2b7c8 is described below

commit ff2b7c87de12d16cd71a62e7a1f0a0be3901b39e
Author: Dennis Kieselhorst 
AuthorDate: Tue Aug 4 08:22:19 2020 +0200

Jenkins: fix ${JDK} label
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 0567dda..d4f3df3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -49,7 +49,7 @@ pipeline {
   MAVEN_OPTS = "-Xmx1024m"
 }
 stages {
-  stage('Build & Test ${JDK}') {
+  stage('Build & Test') {
 steps {
   sh 'mvn -B clean install'
   // step([$class: 'JiraIssueUpdater', issueSelector: [$class: 
'DefaultIssueSelector'], scm: scm])



[cxf] branch master updated: Jenkins: fix ${JDK} label

2020-08-04 Thread deki
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 3313427  Jenkins: fix ${JDK} label
3313427 is described below

commit 331342782e654235803406a5d80cd38f7a88a2b9
Author: Dennis Kieselhorst 
AuthorDate: Tue Aug 4 08:17:51 2020 +0200

Jenkins: fix ${JDK} label
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b73574b..0567dda 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -37,7 +37,7 @@ pipeline {
   }
 }
 stages {
-  stage("${JDK}") {
+  stage('JDK specific build') {
 agent {
   label 'ubuntu'
 }



[cxf] branch master updated: Jenkins: fix ${JDK} label

2020-08-04 Thread deki
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 77dcdc7  Jenkins: fix ${JDK} label
77dcdc7 is described below

commit 77dcdc79082a380083c6e349b16935d9427bd52f
Author: Dennis Kieselhorst 
AuthorDate: Tue Aug 4 08:15:15 2020 +0200

Jenkins: fix ${JDK} label
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ce21e4d..b73574b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -37,7 +37,7 @@ pipeline {
   }
 }
 stages {
-  stage(${JDK}) {
+  stage("${JDK}") {
 agent {
   label 'ubuntu'
 }



[cxf] branch master updated: Jenkins: fix ${JDK} label

2020-08-04 Thread deki
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 6856458  Jenkins: fix ${JDK} label
6856458 is described below

commit 685645871160d02696d8df3c584633d29e42df3b
Author: Dennis Kieselhorst 
AuthorDate: Tue Aug 4 08:13:28 2020 +0200

Jenkins: fix ${JDK} label
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 99194bc..ce21e4d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -37,7 +37,7 @@ pipeline {
   }
 }
 stages {
-  stage('${JDK}') {
+  stage(${JDK}) {
 agent {
   label 'ubuntu'
 }