From 83baa1589a6a6294e8b65855791dab3d8f58e312 Mon Sep 17 00:00:00 2001 From: william Date: Wed, 11 Jun 2025 22:56:05 +0000 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c9daab9..308fc9e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { bat 'npm install' bat 'npm i -g firebase-tools -f' // force install bat 'npm run build' - bat 'npx firebase login --interactive' + bat 'npx firebase login --token "1//01qpBX7fJp_MkCgYIARAAGAESNwF-L9IrxNCVYfwDg6jE_bhT0-ja1yQGO1Wxn2mFd8cH1O15uC8Nv2b1NXpEp8-oQXdabUXLJqM"' } bat '''