From 662463711cdd8ef95320432c93622b0d9b71912c Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Thu, 3 Oct 2024 12:49:50 +0200 Subject: [PATCH] [Build] Fix deployment on new Ubuntu images --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c33c51e7ca..84cc617f61 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -51,7 +51,7 @@ pipeline { } steps { sshagent(['projects-storage.eclipse.org-bot-ssh']) { - sh ''' + sh '''#!/bin/bash ssh genie.pde@projects-storage.eclipse.org "rm -rf /home/data/httpd/download.eclipse.org/pde/builds/master/*" scp -r repository/target/repository/* genie.pde@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/pde/builds/master/ '''