ebarboni closed pull request #6: script git commit line typo
URL: https://github.com/apache/incubator-netbeans-mavenutils/pull/6
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/Jenkinsfile-site.groovy b/Jenkinsfile-site.groovy
index 4149e6f..718ee35 100644
--- a/Jenkinsfile-site.groovy
+++ b/Jenkinsfile-site.groovy
@@ -60,7 +60,7 @@ pipeline {
                     echo 'Adding content...'
                     sshagent (credentials: 
['9b041bd0-aea9-4498-a576-9eeb771411dd']) {
                         sh 'git add -v .'
-                        sh 'git commit -v -m "Automated site publishing by 
Jenkins build ${BUILD_NUMBER}'
+                        sh "git commit -v -m 'Automated site publishing by 
Jenkins build ${BUILD_NUMBER}'"
                         sh 'git push -v origin asf-site'
                     }                 
                 }


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to