From 2cd4d07ae677bb79aaca144c87c4ee021fac8078 Mon Sep 17 00:00:00 2001 From: Saya Andy Date: Mon, 22 Jun 2026 21:47:33 +0700 Subject: fix: hardcoded name of the kaniko pod --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 55fbc6c..2eb561b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,13 +13,13 @@ pipeline { checkout scm sh ''' npm install tailwindcss @tailwindcss/cli @tailwindcss/forms - npx tailwindcss -i static/input.css -o static/output.css --watch + npx tailwindcss -i static/input.css -o static/output.css --minify ''' stash name: 'tailwindcss-output', includes: 'static/output.css' } } - stage('Build') { + stage('Matrix Build') { matrix { axes { axis { @@ -40,7 +40,6 @@ pipeline { apiVersion: v1 kind: Pod metadata: - name: kaniko-sayauz-web namespace: jenkins spec: containers: -- cgit v1.3.1+13