We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffa62f commit 3cead77Copy full SHA for 3cead77
.github/workflows/release.yaml
@@ -19,6 +19,6 @@ jobs:
19
env:
20
JENKINS_TOKEN: ${{ secrets.JENKINS_TOKEN }}
21
run: |
22
- curl -X POST https://jenkins.superstream.ai/job/superstream-clients/buildWithParameters?DEPLOYMENT_TYPE=production \
+ curl -X POST https://jenkins.superstream.ai/job/DevOps/job/Superstream/job/SDK/job/buildWithParameters?DEPLOYMENT_TYPE=production \
23
--user "[email protected]:$JENKINS_TOKEN" \
24
--header "Content-Type: application/json"
0 commit comments