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 <[email protected]>
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])