Updating an existing pipeline schedule variable #3063
Unanswered
lfvjimisola
asked this question in
Q&A
Replies: 1 comment
-
FYI, I worked around it but still curious to know. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The documentation only covers updating a schedule variable that was created. The only returned from create is
ProjectPipelineScheduleVariable
whereasschedule.attributes["variables"]
returns a list containing dicts (see screenshot).schedule.variables.create
andschedule.variables.delete
can be used directly but I'm unable to useschedule.variables.update
directly.What is the correct way? Also, will update fail if the variable does not exist or is it simply created?
Beta Was this translation helpful? Give feedback.
All reactions