From f112ccb8566f27dde315a829c4ca1ceb0237ca3e Mon Sep 17 00:00:00 2001 From: Saya Andy Date: Mon, 22 Jun 2026 22:03:14 +0700 Subject: fix: specify correct type of registry-sayagit-jenkins-password cred --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c9103e8..995e09b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -66,7 +66,7 @@ spec: checkout scm unstash 'tailwindcss-output' container(name: 'kaniko', shell: '/busybox/sh') { - withCredentials([file(credentialsId: 'registry-sayagit-jenkins-password', variable: 'REGISTRY_SAYAGIT_JENKINS_PASSWORD')]) { + withCredentials([string(credentialsId: 'registry-sayagit-jenkins-password', variable: 'REGISTRY_SAYAGIT_JENKINS_PASSWORD')]) { withEnv(['PATH+EXTRA=/busybox']) { script { try { -- cgit v1.3.1+13