OP#618 add ssh-agent to last stage

This commit is contained in:
2026-06-13 14:30:36 +02:00
parent 4777a52c96
commit 427d032215

1
Jenkinsfile vendored
View File

@@ -126,6 +126,7 @@ pipeline {
git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \ git -c credential.helper="!f() { echo username=${GITEA_USER}; echo password=${GITEA_TOKEN}; }; f" \
push master --mirror push master --mirror
''' '''
}
} }
} }
} }