Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Skipping Package Artifact on Bamboo if no commit is found

Ramandeep Singh
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!
June 30, 2020

We execute plan on daily which integrated with Jenkins. This plan is triggered by deployment of various components. Now on daily basis there are no changes in each of the component, Do we have any way by which we can create the package artifact only for those component which have commits present. For components where we donot have commits point we shall skip package artifact and Jenkins should not be deploying the package and  should proceed with already deployed code base for that respective component.

We basically want to save time for that repeated deployment which doesnt have any change. 

1 answer

0 votes
Bloompeak Support
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
June 30, 2020

Hi @Ramandeep Singh ,

You can check if there has been a commit in the last 1 day using "git log" command as below and if it returns 0, you can skip artifact creation.

git log --pretty=format: --name-only --since="1 days ago" | wc -l

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events