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 to intialize pipeline variables in a schedule pipeline REST call?

Edited

Hey. I'm trying to create a pipeline schedule (through rest api) with non-default variable values.

I've tried different combinations but nothing is working. It always uses default values. Below is my current rest call.

curl --request POST -u ''\
--url 'https://api.bitbucket.org/2.0/repositories/mmksystems/myrepo/pipelines_config/schedules/' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '
{
"type": "pipeline_schedule",
"uuid": "{40}",
"enabled":true,
"target": {
"type":"pipeline_ref_target",
"ref_type":"branch",
"ref_name":"master",
"selector": {
"type":"custom",
"pattern":"deploy-project"
}
},
"variables": [
{
"key": "VAR_1",
"value": "a"
},
{
"key": "VAR_2",
"value": "b"
},
{
"key": "VAR_3",
"value": "c"
}
],
"cron_pattern": "0 0 5,9,13 * * ?",
}

 

EDIT:
It seems like triggering a pipeline with variables works fine but for some reason you can't create a schedule with custom variables? (https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pipelines/#trigger-a-custom-pipeline-with-variables)

1 answer

1 vote
Theodora Boudale
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Aug 09, 2022

Hi Matija,

I'm afraid that this is not possible at the moment.

The only workaround would be by creating multiple custom pipelines with the same script but different default values, and then creating a schedule for each one.

We have a feature request in our issue tracker for what you are asking:

Since you'd be interested in that feature, I would suggest adding your vote to that feature request (by selecting the Vote for this issue link) as the number of votes helps the development team and product managers better understand the demand for new features. You are more than welcome to leave any feedback, and you can also add yourself as a watcher (by selecting the Start watching this issue link) if you'd like to get notified via email on updates.

Implementation of new features is done as per our policy here and any updates will be posted in the feature request.

Kind regards,
Theodora

Thanks for letting me know. Wish there was more interest for this functionality. Seems like a trivial change.

Suggest an answer

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

Atlassian Community Events