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