32 lines
636 B
JSON
32 lines
636 B
JSON
[
|
|
{
|
|
"id": "jira-descours-deploy",
|
|
"execute-command": "/config/deploy.sh",
|
|
"command-working-directory": "/",
|
|
"trigger-rule": {
|
|
"and": [
|
|
{
|
|
"match": {
|
|
"type": "value",
|
|
"value": "refs/heads/main",
|
|
"parameter": {
|
|
"source": "payload",
|
|
"name": "ref"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"match": {
|
|
"type": "value",
|
|
"value": "CHANGEME_SECRET_TOKEN",
|
|
"parameter": {
|
|
"source": "url",
|
|
"name": "token"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|