OP#618 add ssh-agent to last stage

This commit is contained in:
2026-06-13 14:35:46 +02:00
parent 427d032215
commit 2d1cdb42b3

2
Jenkinsfile vendored
View File

@@ -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"