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