This is an automated email from the ASF dual-hosted git repository.
abesto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git
The following commit(s) were added to refs/heads/master by this push:
new cc0828c [Jenkinsfile] Still trying to fix the Publish step
cc0828c is described below
commit cc0828c5178bce39d1a8c8b24c34e0952e66e612
Author: Zoltan Nagy <[email protected]>
AuthorDate: Mon Apr 22 08:43:37 2019 +0100
[Jenkinsfile] Still trying to fix the Publish step
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 27604e4..d0722f9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -95,7 +95,7 @@ pipeline {
git fetch origin asf-site:asf-site
git reset --hard
- git checkout asf-site
+ git checkout -b asf-site --track origin/asf-site
git log -3
git status