-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #48 from aservo/upgrade-jira-version
Upgrade Jira version to 9.12.5 (LTS), adjust tests
- Loading branch information
Showing
6 changed files
with
79 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
How generated test resources.zip has been generated | ||
--------------------------------------------------- | ||
|
||
The whole steps don't have to be repeated when 'upgrading' the home zip, | ||
they are just documented for reproducibility. | ||
|
||
1. Start Jira with `./mvnw clean package jira:run` and login with 'admin:admin' | ||
2. Change baseurl to localhost if necessary | ||
3. Close health checks and other dialogs | ||
4. Create user: | ||
``` | ||
username: user | ||
fullname: user | ||
email: [email protected] | ||
password: user | ||
``` | ||
with access to Jira Service Management and Jira Software (includes Jira Core) | ||
5. Shut down using `[Ctrl]+[D]` | ||
6. Save home ZIP with `./mvnw jira:create-home-zip` and copy | ||
`./target/jira/generated-test-resources.zip` to `src/test/resources/` | ||
|
||
7. ... |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.