Skip to content

Commit

Permalink
feat(jira): allow setting Jira version using env variable
Browse files Browse the repository at this point in the history
The desired Jira version can be set using the JIRA_VERSION environment variable.

BREAKING BREAKING BREAKING: now the Jira version also goes up to 8.9.0
  • Loading branch information
Addono committed May 22, 2020
1 parent 929078c commit c7394f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM addono/atlassian-sdk

env JIRA_VERSION="8.9.0"

COPY ./plugin .

ENTRYPOINT ["atlas-run"]
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
</build>

<properties>
<jira.version>7.13.0</jira.version>
<jira.version>${env.JIRA_VERSION}</jira.version>
<amps.version>8.0.2</amps.version>
<plugin.testrunner.version>2.0.1</plugin.testrunner.version>
<atlassian.spring.scanner.version>1.2.13</atlassian.spring.scanner.version>
Expand Down

0 comments on commit c7394f4

Please sign in to comment.