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