From cb9e05f1313d80fdd612b5213a8a5eb8bf45a66b Mon Sep 17 00:00:00 2001 From: william Date: Wed, 11 Jun 2025 23:31:18 +0000 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 60c8377..476ac9e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,3 +1,5 @@ +def FIREBASE_TOKEN = "1//01qpBX7fJp_MkCgYIARAAGAESNwF-L9IrxNCVYfwDg6jE_bhT0-ja1yQGO1Wxn2mFd8cH1O15uC8Nv2b1NXpEp8-oQXdabUXLJqM" + pipeline { agent any stages { @@ -13,7 +15,7 @@ pipeline { } bat ''' - npx firebase login --token 1//01qpBX7fJp_MkCgYIARAAGAESNwF-L9IrxNCVYfwDg6jE_bhT0-ja1yQGO1Wxn2mFd8cH1O15uC8Nv2b1NXpEp8-oQXdabUXLJqM + npx firebase login --token ${FIREBASE_TOKEN} npx firebase init echo %cd% dir