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