This is an automated email from the ASF dual-hosted git repository.
oflebbe pushed a commit to branch BIGTOP-3419
in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/BIGTOP-3419 by this push:
new ec2b38d BIGTOP-3419: fix condition
ec2b38d is described below
commit ec2b38d0e9c0245ba3e8dbd3c3d8eea49db68cbe
Author: Olaf Flebbe <[email protected]>
AuthorDate: Sat Sep 26 15:11:49 2020 +0200
BIGTOP-3419: fix condition
---
Jenkinsfile.site | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile.site b/Jenkinsfile.site
index 0959c7f..e2bd97e 100644
--- a/Jenkinsfile.site
+++ b/Jenkinsfile.site
@@ -49,9 +49,9 @@ pipeline {
}
stage('Deploy to ASF site') {
- when {
+ /* when {
branch 'master'
- }
+ } */
steps {
dir('deploy') {