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 6321ffd Jenkins: use matrix
6321ffd is described below
commit 6321ffd680de76dc882068cf0b74492ce3c0e23e
Author: Dennis Kieselhorst <[email protected]>
AuthorDate: Mon Aug 3 13:59:16 2020 +0200
Jenkins: use matrix
---
Jenkinsfile | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 2e8a210..32790ac 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -61,7 +61,7 @@ pipeline {
}
}
}
- /* stage('Build Source & JavaDoc') {
+ /* stage('Build Source & JavaDoc') {
when {
branch 'master'
}
@@ -92,10 +92,11 @@ pipeline {
}
}
} */
- }
- post {
- always {
- cleanWs deleteDirs: true, patterns: [[pattern: '**/target/**',
type: 'INCLUDE']]
+ }
+ post {
+ always {
+ cleanWs deleteDirs: true, patterns: [[pattern: '**/target/**',
type: 'INCLUDE']]
+ }
}
}
}