From f88dc4de63892206bac7617bf2727984e59fc016 Mon Sep 17 00:00:00 2001 From: william Date: Wed, 11 Jun 2025 23:15:13 +0000 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index bac2807..60c8377 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,11 +10,11 @@ pipeline { bat 'npm install' bat 'npm i -g firebase-tools -f' // force install bat 'npm run build' - bat 'npx firebase login --token 1//01qpBX7fJp_MkCgYIARAAGAESNwF-L9IrxNCVYfwDg6jE_bhT0-ja1yQGO1Wxn2mFd8cH1O15uC8Nv2b1NXpEp8-oQXdabUXLJqM' - bat 'npx firebase init' } bat ''' + npx firebase login --token 1//01qpBX7fJp_MkCgYIARAAGAESNwF-L9IrxNCVYfwDg6jE_bhT0-ja1yQGO1Wxn2mFd8cH1O15uC8Nv2b1NXpEp8-oQXdabUXLJqM + npx firebase init echo %cd% dir '''