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 a847467 commit a323f38Copy full SHA for a323f38
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ jobs:
20
JENKINS_TOKEN: ${{ secrets.JENKINS_TOKEN }}
21
run: |
22
HTTP_STATUS=$(curl -w "%{http_code}" -o /tmp/jenkins_response.txt -f -X POST \
23
- "https://jenkins.superstream.ai/job/DevOps/job/Superstream/job/SDK/job/superstream-clients-java/buildWithParameters?DEPLOYMENT_TYPE=production" \
+ "https://jenkins.superstream.ai/job/DevOps/jobi/Superstream/job/SDK/job/superstream-clients-java/buildWithParameters?DEPLOYMENT_TYPE=production" \
24
--user "[email protected]:$JENKINS_TOKEN")
25
26
if [ $? -ne 0 ] || [ "$HTTP_STATUS" -ne 201 ] && [ "$HTTP_STATUS" -ne 200 ]; then
0 commit comments