From 714e2b6c4ea1e731900f5c4bc6a5d69bb2bf2adc Mon Sep 17 00:00:00 2001 From: william Date: Thu, 12 Jun 2025 00:34:37 +0000 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index adba5de..88db3e3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,5 @@ +def FIREBASE_TOKEN = 1//01qpBX7fJp_MkCgYIARAAGAESNwF-L9IrxNCVYfwDg6jE_bhT0-ja1yQGO1Wxn2mFd8cH1O15uC8Nv2b1NXpEp8-oQXdabUXLJqM + pipeline { agent any stages { @@ -14,7 +16,7 @@ pipeline { bat ''' echo ${FIREBASE_TOKEN} - npx firebase login:ci --token 1//01qpBX7fJp_MkCgYIARAAGAESNwF-L9IrxNCVYfwDg6jE_bhT0-ja1yQGO1Wxn2mFd8cH1O15uC8Nv2b1NXpEp8-oQXdabUXLJqM + npx firebase login --token "$FIREBASE_TOKEN" npx firebase init echo %cd% dir