The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We call a custom pipeline that does the following:
pipelines:
custom:
create_value:
- variables:
- name: SECRET_ENDPOINT
- name: SECRET_VALUE
- step:
name: Create Value
image:
name: myimage
username: _json_key
password: '$thepass'
script:
- echo "test"
- ./create_value.sh
Sometimes part of the output of the step, more specifically of the script "./create_value.sh", is shown in both:
"./create_value.sh" <1s
And
"Build teardown" <1s
For instance, lets say the script will do:
echo "first line"
echo "second line"
The output logs sometimes will be:
"./create_value.sh" <1s
first line
And
"Build teardown" <1s
second line
This happens 1 out of 20 runs.
Has anyone observed the same behavior?
Hi Jonathan,
It is possible that this is a bug but in order to confirm that we would need to access these builds and do some investigation. Accessing the builds is possible if we have a support ticket open for this issue.
I see that your Bitbucket account is part of a workspace on a paid plan, is the repo where this issue occurs owned by that workspace? If so, you can open a support ticket via https://support.atlassian.com/contact/#/, in "What can we help you with?" select "Technical issues and bugs" and then Bitbucket Cloud as product. In the details you can copy-paste your message from here, and please also provide the URL of some of the builds where the issue occurs, so we can investigate. The support ticket will be visible only to you and Atlassian staff.
If the repo is owned by a workspace on the free plan, then I will need to create the support ticket for you, please feel free to let me know if that's the case.
Kind regards,
Theodora
Beginning on April 4th, we will be implementing push limits. This means that your push cannot be completed if it is over 3.5 GB. If you do attempt to complete a push that is over 3.5 GB, it will fail...
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.