From f1483b76aa24adaf161dfc85af9d4a480c9ea6ac Mon Sep 17 00:00:00 2001 From: Matthias Lucas Jaros Date: Mon, 13 Apr 2026 10:13:12 +0200 Subject: Renamed project also in Jenkins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jenkinsfile') diff --git a/Jenkinsfile b/Jenkinsfile index ed4e8cb..1fb1c46 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { // 👇 Fill these for your setup environment { // Project - PROJECT = 'gitfish' + PROJECT = 'gitreef' GIT_URL = "/var/git/${PROJECT}.git" GIT_BRANCH = 'trunk' GIT_CREDENTIALS = '' -- cgit v1.3.1