Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Title for pipeline build status in pull request

Per Gårdebrink
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!
March 3, 2019

When running a pipeline triggered for a pull request, the default title for the pipeline result (when clicking the link inside the pull request) says something like "Pipeline #20 for Pull Request #4" Where #20 is the number of pipelines having been run so far, and #4 is the id of the current pull request.

I would like to name this title something more useful like "Generating XYZ" or similar. I've tried to use the "name" in bitbucket-pipelines.yml for the step but couldn't make that work. Is there a way to make it happen?

Example config:

image: node:10.15.0

pipelines:
pull-requests:
'**':
- step:
name: Doing some stuff
script:
- echo "About to do stuff"

pullreq.PNG

1 answer

1 accepted

0 votes
Answer accepted
Marty
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 4, 2019

Hi Per,

I am not on the Bitbucket Pipelines team, but I reached out to them informally and it looks like there is currently no way to do this.

You could raise a feature requests in our public issue tracker for Bitbucket Pipelines: https://bitbucket.org/site/master/issues?status=new&status=open&component=Pipelines

Click Create Issue in the top right.

I hope that helps!

Per Gårdebrink
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!
March 5, 2019

Thanks! I've created an issue there now!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events