summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthias Jaros <jarlucmat@mailbox.org>2026-04-13 10:13:12 +0200
committerGravatar Matthias Jaros <jarlucmat@mailbox.org>2026-04-13 10:13:35 +0200
commit8a800939109c24a1997a9bc3066e0a15866327a0 (patch)
treeb2750f6342dc2e480527002d3e8d95e4a13de1c9
parent496c86e93c5242138262b87796e3b39c28416d24 (diff)
Renamed project also in Jenkins
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
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 = ''