From 6ba38b5907a57cb85fceb2fc859d7030c07c9034 Mon Sep 17 00:00:00 2001 From: Jake Runyan Date: Sun, 21 Jun 2026 20:16:35 -0700 Subject: [PATCH] Remove comments in jenkinsfile --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 92aee74..bc98083 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,10 +2,8 @@ pipeline { agent any environment { - // Only secret this project needs: the build-notification webhook. DISCORD_WEBHOOK = credentials('discord-pws-builds-channel-webhook') - // Deployment coordinates (match docker-compose.yml). COMPOSE_PROJECT = 'jakesphotos' TRAEFIK_NETWORK = 'traefik' APP_HOST = 'jakesphotos.whitney.rip'