Skip to content

Instantly share code, notes, and snippets.

@VovaStelmashchuk
Created September 15, 2019 22:01
Show Gist options
  • Save VovaStelmashchuk/18aab484502c527bab15e8daf64fad8f to your computer and use it in GitHub Desktop.
Save VovaStelmashchuk/18aab484502c527bab15e8daf64fad8f to your computer and use it in GitHub Desktop.
curl -D- -u $JIRA_USERNAME:$JIRA_PASSWORD -X POST --data "{"description": "***", "name": "${BUILD_NUMBER}", "archived": false, "released": false, "project": "${PROJECT_KEY}"}" -H "Content-Type:application/json" ${JIRA_URL}rest/api/2/version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment