From 2c26ec7ac611ca28c9c8be081d8fe9cdd72aed93 Mon Sep 17 00:00:00 2001 From: william <william.vonhagen@gmail.com> Date: Wed, 11 Jun 2025 23:58:28 +0000 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 09b644a..adba5de 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,3 @@ -def FIREBASE_TOKEN = "1//01qpBX7fJp_MkCgYIARAAGAESNwF-L9IrxNCVYfwDg6jE_bhT0-ja1yQGO1Wxn2mFd8cH1O15uC8Nv2b1NXpEp8-oQXdabUXLJqM" - pipeline { agent any stages { @@ -16,7 +14,7 @@ pipeline { bat ''' echo ${FIREBASE_TOKEN} - npx firebase login --token ${FIREBASE_TOKEN} + npx firebase login:ci --token 1//01qpBX7fJp_MkCgYIARAAGAESNwF-L9IrxNCVYfwDg6jE_bhT0-ja1yQGO1Wxn2mFd8cH1O15uC8Nv2b1NXpEp8-oQXdabUXLJqM npx firebase init echo %cd% dir