bitrise-steplib
bitrise-steplib copied to clipboard
waldo-upload 2.4.0
What to do if the build fails?
At the moment contributors do not have access to the CI workflow triggered by StepLib PRs. In case of a failed build, we ask for your patience. Maintainers of Bitrise Steplib will sort it out for you or inform you if any further action is needed.
New Pull Request Checklist
Please mark the points which you did / accept.
- [x] I will not move an already shared step version's tag to another commit
- [x] I read the Step Development Guideline
- [x] I have a test for my Step, which can be run with
bitrise run test
(in the step's repository) - [x] I did run
bitrise run audit-this-step
(in the step's repository - note, if you don't have this workflow in yourbitrise.yml
, you can copy it from the step template.) - [x] I read and accept the Abandoned Step policy
Don't forget to follow semantic versioning! Breaking changes (including step inputs) should be in major versions only.
step.yml
changes compared to previous version:
--- steps/waldo-upload/2.3.1/step.yml 2024-05-07 17:35:04
+++ steps/waldo-upload/2.4.0/step.yml 2024-05-07 17:35:04
@@ -20,12 +20,11 @@
source_code_url: https://github.com/waldoapp/bitrise-step-waldo-upload
support_url: https://github.com/waldoapp/bitrise-step-waldo-upload/issues
-published_at: 2023-02-10T11:10:56.664366-05:00
+published_at: 2024-05-07T13:23:24.045865-04:00
source:
git: https://github.com/waldoapp/bitrise-step-waldo-upload.git
- commit: 080edc1bccc7244d3f9c7b8dce762164c7f31884
+ commit: 4c5884a92a0c987c334455671d5acfb2e0a52144
project_type_tags:
- ios
- android
-- xamarin
- react-native
- cordova
@@ -63,5 +62,5 @@
- opts:
description: |
- An arbitrary string to associate with this build.
+ This is an arbitrary string to associate with this build.
is_required: false
summary: An optional variant name.
@@ -101,2 +100,10 @@
- "yes"
- "no"
+outputs:
+- WALDO_BUILD_ID: null
+ opts:
+ description: |
+ This is a unique identifier for the build that you just uploaded. Empty if
+ the upload failed.
+ summary: The ID of the uploaded build.
+ title: Build ID
Any chance we can get a review on this soon? Thanks!