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/netbeans-website.git
The following commit(s) were added to refs/heads/master by this push:
new d6546629b Update Jenkinsfile.groovy
d6546629b is described below
commit d6546629b905ed54249cce25e97e145e3fd4c2c1
Author: Eric Barboni <[email protected]>
AuthorDate: Wed Jun 15 15:35:24 2022 +0200
Update Jenkinsfile.groovy
---
Jenkinsfile.groovy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy
index c0a7dae82..91d068c37 100644
--- a/Jenkinsfile.groovy
+++ b/Jenkinsfile.groovy
@@ -145,7 +145,8 @@ echo "Done."
}
post {
cleanup {
- println "Cleanup todo"
+ println "Cleanup todo (using cleanWS to test)"
+ cleanWs()
}
success {
//echo "Success?"
---------------------------------------------------------------------
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