From 8542dabcda31872559bdd323be1b9a80fe47968f Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sat, 13 Jun 2026 14:34:28 +0200 Subject: [PATCH] OP#618 add ssh-agent to last stage --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d192249..2b6320d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -108,7 +108,7 @@ pipeline { sh ''' git checkout master git pull origin master - git branch -D development + git branch -D development || echo "No branch development to remove from git" git branch -D jenkins-build-$BUILD_NUMBER git rm -f Jenkinsfile git rm -r --cached .vscode || echo "No .vscode to remove from git"