Remove comments in jenkinsfile

This commit is contained in:
Jake Runyan 2026-06-21 20:16:35 -07:00
parent 958df7623c
commit 6ba38b5907

2
Jenkinsfile vendored
View File

@ -2,10 +2,8 @@ pipeline {
agent any agent any
environment { environment {
// Only secret this project needs: the build-notification webhook.
DISCORD_WEBHOOK = credentials('discord-pws-builds-channel-webhook') DISCORD_WEBHOOK = credentials('discord-pws-builds-channel-webhook')
// Deployment coordinates (match docker-compose.yml).
COMPOSE_PROJECT = 'jakesphotos' COMPOSE_PROJECT = 'jakesphotos'
TRAEFIK_NETWORK = 'traefik' TRAEFIK_NETWORK = 'traefik'
APP_HOST = 'jakesphotos.whitney.rip' APP_HOST = 'jakesphotos.whitney.rip'