Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch committed Jan 2, 2024
1 parent 5e92222 commit d416cb7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions integrations/bitbucket/actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
},
"invocationMethod": {
"type": "WEBHOOK",
"agent": false,
"url": "https://<JENKINS_URL>/generic-webhook-trigger/invoke?token=<JOB_TOKEN>",
"synchronized": true,
"agent": true,
"url": "https://example.com",
"synchronized": false,
"method": "POST"
},
"trigger": "CREATE",
Expand All @@ -40,9 +40,9 @@
},
"invocationMethod": {
"type": "WEBHOOK",
"agent": false,
"url": "https://<JENKINS_URL>/generic-webhook-trigger/invoke?token=<JOB_TOKEN>",
"synchronized": true,
"agent": true,
"url": "https://example.com",
"synchronized": false,
"method": "POST"
},
"trigger": "CREATE",
Expand Down Expand Up @@ -143,10 +143,10 @@
},
"invocationMethod": {
"type": "WEBHOOK",
"agent": false,
"agent": true,
"url": "https://example.com",
"synchronized": false,
"method": "POST",
"url": "https://<JENKINS_URL>/generic-webhook-trigger/invoke?token=<JOB_TOKEN>"
"method": "POST"
},
"trigger": "DAY-2",
"description": "To complete setting up this action, please follow following guide: [Setup create s3 bucket ->](https://docs.getport.io/guides-and-tutorials/create-cloud-resource-using-iac/)",
Expand Down

0 comments on commit d416cb7

Please sign in to comment.