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

lukaszlenart pushed a commit to branch fix/do-not-clean
in repository https://gitbox.apache.org/repos/asf/struts.git

commit fb7fec3550a6e14ce2429961123bd6fa7ee98387
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sat Jan 6 15:11:01 2024 +0100

    Stops cleaning nightlies to allow to coexist different versions
---
 Jenkinsfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 22e608f4d..1c62cdb5a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -242,8 +242,7 @@ pipeline {
                         sshTransfer(
                             remoteDirectory: '/struts/snapshot',
                             removePrefix: 'assembly/target/assembly/out',
-                            sourceFiles: 
'assembly/target/assembly/out/struts-*.zip',
-                            cleanRemote: true
+                            sourceFiles: 
'assembly/target/assembly/out/struts-*.zip'
                         )
                     ],
                     verbose: true

Reply via email to