You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2018/12/25 22:13:29 UTC

[jspwiki] branch master updated: fix Jenkinsfile typo; there shouldn't be anymore failures now...

This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git


The following commit(s) were added to refs/heads/master by this push:
     new 609c5c4  fix Jenkinsfile typo; there shouldn't be anymore failures now...
609c5c4 is described below

commit 609c5c4c9533974dfb17bd304c246ca5a9ae81df
Author: juanpablo <ju...@apache.org>
AuthorDate: Tue Dec 25 23:13:02 2018 +0100

    fix Jenkinsfile typo; there shouldn't be anymore failures now...
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d5bf1dd..1aeb74a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -71,7 +71,7 @@ try {
                 timeout( 15 ) { // 15 minutes
                     sh 'git add .'
                     sh 'git commit -m "Automatic Site Publish by Buildbot"'
-                    echo "pushing to $repo"
+                    echo "pushing to $siteRepo"
                     sh "git push origin asf-site"
                 }
             }