You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I am trying to use firebasedeploy pipe for deployment and I am getting the following error:
Status: Downloaded newer image for bitbucketpipelines/firebase-deploy:0.2.1
INFO: Executing the pipe...
INFO: Starting deployment of the project to Firebase.
✖ Error: HTTP Error: 404, Method not found.
It seems this could be related to the version of the CLI used?
@Maximos Sapranidis in current firebase it is working fine. At some older versions it failed with such error, but for our test cases was working fine.
Anyway now we do not know, how you are using the pipe, please, share your pipeline firebase-deploy pipe part.
The root cause can also be not in CLI only, but in google-cloud-functions configuration or hosting, but to investigate that in more detail, we need to know specific preconditions.
Also, we have released new version 0.7.0 where firebase-toolks cli is updated to 1.14.1. You can try it.
Thanks!
Thank you for the answer @Galyna Zholtkevych I am using the following step (sorry for the formatting):
- step:
name: Deploy DEV
deployment: staging
script:
- pipe: atlassian/firebase-deploy:0.2.1
variables:
FIREBASE_TOKEN: $FIREBASE_TOKEN
PROJECT_ID: $PROD_PROJECT_ID
I was only able to find version 0.2.1 please let me know where to find the other versions?
I will also try with 0.7.0 and update the question with the results
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Maximos Sapranidis yes, you can find latest version here https://bitbucket.org/atlassian/firebase-deploy/src/0.7.0/pipe.yml .
To use this, just write in pipeline code
- step:
name: Deploy DEV
deployment: staging
script:
- pipe: atlassian/firebase-deploy:0.7.0
variables:
FIREBASE_TOKEN: $FIREBASE_TOKEN
PROJECT_ID: $PROD_PROJECT_ID
Looking forward to getting feedback from you. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am trying to post a reply but for whatever reason, it seems that I cannot.
The above didn't work, now I am seeing an error about firebase-functions missing and suggesting I should do an npm install but I am doing that already on previous steps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
...hey are a part of us, shaping how we interact with the world around us. The same holds true for programming languages when we think about how different kinds of vulnerabilities raise their heads in t...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.