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

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

How do I run pipelines one at a time only

I don't want to have multiple pipelines run at the same time. Instead, I would like new pipelines to wait for the running ones to finish.

2 answers

0 votes
SebC
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 22, 2017

Hey Eugene,

pipelines are designed to trigger and run on every commit to specified branches/tags.

I'm curious to know more about your workflow, why do you want to avoid running multiple pipelines?

Hello Sebastian,

We have code deployed to our staging servers upon every commit to develop branch.

In situation when two commits are put into develop quickly one after another, two deployment processed are started almost simulateously and interfere with each other.

I have overcome this problem by setting up a lock mechanism in our deployment script using flock command.

Thanks for asking anyway :)

I found this one because I am having the same issue.

 

@SebC the new pipeline should wait the current one to finish before being triggered. The reasons are very simple (pre setup) and this behaviour is pretty much standard across the tools which provide CI/CD as service.

I am sure this matter will be given the right attention.

 

Regards,

Cleriston

Like Sumanth Anumolu likes this

@Eugene Oleinik Could you explain how did you setup the flock command? We are having the same issue as you have described

We're on windows platform any thoughts on alternatives to flock on windows?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events