This is an automated email from the ASF dual-hosted git repository.
skygo pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-netbeans-mavenutils.git
The following commit(s) were added to refs/heads/master by this push:
new acd1bec missing quote
acd1bec is described below
commit acd1bec02e0fa9fde553d0bcb4722f2042101d65
Author: Eric Barboni <[email protected]>
AuthorDate: Tue Oct 30 18:00:27 2018 +0100
missing quote
---
Jenkinsfile-site.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Jenkinsfile-site.groovy b/Jenkinsfile-site.groovy
index 4149e6f..5e00b3f 100644
--- a/Jenkinsfile-site.groovy
+++ b/Jenkinsfile-site.groovy
@@ -60,11 +60,11 @@ 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'
}
}
}
}
}
-}
\ No newline at end of file
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists