From 2d1cdb42b388c1be34e657c5a4bc476e7b40d7eb Mon Sep 17 00:00:00 2001 From: 12ww1160 <12ww1160@confdroid.com> Date: Sat, 13 Jun 2026 14:35:46 +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 b24c6ea..7b6e22a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -117,7 +117,7 @@ pipeline { sh ''' git checkout master git pull origin master - git branch -D development + git branch -D development || echo "No development branch to remove" git branch -D jenkins-build-$BUILD_NUMBER git rm -f Jenkinsfile git rm -r --cached .vscode || echo "No .vscode to remove from git"