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 ac30061 [Jenkinsfile] Remove derp
ac30061 is described below
commit ac30061bf77a7db99ec4be61e6b9203ab21c615e
Author: Zoltan Nagy <[email protected]>
AuthorDate: Mon Apr 22 09:04:26 2019 +0100
[Jenkinsfile] Remove derp
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 249ebeb..bdde5ca 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -112,7 +112,7 @@ pipeline {
if [ -z "$(git status --porcelain)" ]; then
echo 'No changes to commit/push'
else
- sh 'git config --local
credential.helper "!p() { echo username=\\$GITUSER_USR; echo
password=\\$GITUSER_PSW; }; p"'
+ git config --local credential.helper
"!p() { echo username=\\$GITUSER_USR; echo password=\\$GITUSER_PSW; }; p"
git commit -m "$commitmsg"
git log asf-site -3
git push origin asf-site