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

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,558,888
Community Members
 
Community Events
184
Community Groups

Options | Pipeline Settings

Hello!
I would like to know the list of repositories in a workspace that have the "Pipeline" option enabled.

 

PipelineSettings.JPG

 

thanks!

Ennio

1 answer

1 accepted

0 votes
Answer accepted
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 26, 2023

Hi Ennio,

This is possible from our website if you check the repositories' settings one by one. If you have a large number of repos in that workspace, you can get this info via API. First, you can use this API endpoint to get all repositories in the workspace:

Then, for each repository, you can use the following API endpoint:

If Pipelines are enabled for a repository, you will see in the response the field "enabled": true.

If Pipelines were previously enabled for a repo, but are now disabled, you will see in the response the field "enabled": false.

If Pipelines were never enabled in the past for a specific repo, you will get a response like the following:

{
"error": {
"message": "Not found",
"detail": "Repository {REPO_UUID} does not exist for account {WORKSPACE_UUID}.",
"data": {
"key": "account-service.repository.not-found",
"arguments": {
"uuid": "{REPO_UUID}"
}
}
}
}

where REPO_UUID is the UUID of the repository you are running the API call for, and WORKSPACE_UUID is the UUID of the workspace this repo belongs to.

This is a bug and we have a bug report to fix the response in order to indicate that Pipelines is disabled: https://jira.atlassian.com/browse/BCLOUD-22241.

Kind regards,
Theodora

Hi Theodora, thank you!!

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

You are very welcome, Ennio. Please feel free to reach out if you ever need anything else!

Kind regards,
Theodora

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PERMISSIONS LEVEL
Site Admin
TAGS
AUG Leaders

Atlassian Community Events