Created
February 4, 2021 23:58
-
-
Save jayco/519e209b8db7c41c352ec76ce00e8c52 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mutation scheduleBuild { | |
pipelineScheduleCreate( | |
input: { | |
pipelineID: "UGlwZWxpbmUtLS1teS1waXBlbGluZS11dWlkLWFzLWZvdW5kLWluLXlvdXItcGlwZWxpbmUtc2V0dGluZ3M=" | |
cronline: "0 */4 * * *" | |
message: "My schedule" | |
label: "new schedule" | |
} | |
) { | |
clientMutationId | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment