Skip to content

Commit

Permalink
fix: expected environment param value (#30)
Browse files Browse the repository at this point in the history
fixes #17
  • Loading branch information
mattrabe authored Oct 10, 2023
1 parent 1af9a17 commit 0473fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/deployment_payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"url": "${JIRA_PIPELINE_URL}"
},
"environment": {
"id": "${JIRA_VAL_ENVIRONMENT}",
"displayName": "${CIRCLE_JOB}::${JIRA_VAL_PIPELINE_ID}",
"id": "${CIRCLE_JOB}::${JIRA_VAL_PIPELINE_ID}",
"displayName": "${JIRA_VAL_ENVIRONMENT}",
"type": "${JIRA_VAL_ENVIRONMENT_TYPE}"
},
"schemaVersion": "1.0"
Expand Down

0 comments on commit 0473fa2

Please sign in to comment.