Pipeline step don't get Artifacts correctly when build setup starts

조승현 (모바일개발그룹 AOS 팀)
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 24, 2023

Hello I have problem with pipeline steps,

 

I'm try to distribute my .aab output with gradle and firebase

My pipeline.yaml has 4 steps to ditribute .aab to firebase

[step 1] prepare .gradle

[step 2] build debugAAB ( step2 -1 ) / build releaseAAB (step2 - 2) by parallel 

[step 3] distribute AAB with using gradle and firesbase 

[step 4] update versionCode for after uploading

 

I have prob with step 2 and step 3

 

I have to upload .aab so I added result of debugAAB's process. So Step2-1 artifacts like this,

스크린샷 2023-04-24 155751.png

and It has valid outputs in bfdrtDevDebug directory.

스크린샷 2023-04-24 155854.png

 

BUT on [step 3] , It's gonna empty.  I don't know reason why this happen.

[step 3]'s build setup donwload and extract bfdrtDevDebug, but when i using command ls to looking devAAB's output well in the directory. But it's empty

 

스크린샷 2023-04-24 160230.png스크린샷 2023-04-24 160306.png

please help me... I don't know why this situation happened.

I realize that each step can use artifacts of previous step. Am i understand wrong? 
why this one can't extract  [step2 -1 ]'s artifacts well? why it's extract result is empty?

1 answer

0 votes
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 25, 2023

Hi @조승현 (모바일개발그룹 AOS 팀),

Can you please move the ls command that lists the files in the artifacts folder to the beginning of the script of step 3? (Make it the first command of step 3)

I can see from your screenshots that the artifacts folder is not empty, it gets extracted in the 3rd step and it has a size of 27.2 MB. The only possible reason for this issue that I can think of right now is that perhaps the content of the artifacts directory gets deleted before the ls command. I see that you are running ./gradlew --stop before the ls command, I am unsure if this command does anything that deletes this file.

Adding the ls command at the very beginning of the script of step 3 should give us more clarity.

Kind regards,
Theodora

조승현 (모바일개발그룹 AOS 팀)
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 26, 2023

it is empty now.. 
스크린샷 2023-04-26 165919.png

Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 26, 2023

Hi @조승현 (모바일개발그룹 AOS 팀),

Thank you for the info.

Since the directory is empty at the beginning of the step, we would need to check the full build logs and your configuration in case I am missing something. I am not able to access your repo, but if we have a support ticket, the engineer working on the ticket will be able to access the repo and troubleshooting should be faster.

Would you like me to create a support ticket for you? You can also create it yourself via https://support.atlassian.com/contact/#/, in "What can we help you with?" select "Technical issues and bugs" and then Bitbucket Cloud as product. Otherwise, feel free to let me know and I can create it for you.

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events