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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-ide-tooling.git


The following commit(s) were added to refs/heads/master by this push:
     new d67dbfb0 SLING-12946 - Nightly update site keeps old artifacts around 
(#54)
d67dbfb0 is described below

commit d67dbfb064e448447697cd238174819b1570d256
Author: Robert Munteanu <[email protected]>
AuthorDate: Mon Sep 22 22:01:37 2025 +0200

    SLING-12946 - Nightly update site keeps old artifacts around (#54)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c736b3f0..8fbea249 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -98,7 +98,7 @@ def buildAndDeployP2Repository( def mvnVersion, def 
javaVersion ) {
                                sshPublisherDesc(configName: 'Nightlies', 
                                        transfers: [
                                                sshTransfer(
-                                                       cleanRemote: false,
+                                                       cleanRemote: true,
                                                        excludes: '',
                                                        execCommand: '',
                                                        execTimeout: 120000,

Reply via email to