Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix plugin file names
  • Loading branch information
exlegalalien authored Sep 19, 2024
1 parent 75c0096 commit c8f9a2e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ In your console, head over to the *Authorizations* tab in the *Account Managemen

```mvn clean install```

and the artifact `zDevJenkinsUploadPlugin.hpi` will have been created in the `target` directory
(`./target/zScanJenkinsUploadPlugin.hpi`.)
and the artifact `zscan-upload.hpi` will have been created in the `target` directory
(`./target/zscan-upload.hpi`.)
If you don't see the `.hpi` file, running ```mvn package``` also creates the `.hpi` file.

## Installation

The easiest way to install this plugin is from the Jenkins Marketplace. If you prefer the manual installation, follow these steps:
The easiest way to install this plugin is from the Jenkins Marketplace. If you prefer manual installation, follow these steps:

1. Manage Jenkins -> Manage Plugins -> Advanced tab -> Deploy Plugin -> Choose file (`zDevJenkinsUploadPlugin.hpi`)
2. Restart Jenkins
1. Download one of the official releases from this repo or build one yourself using the above instructions.
2. Manage Jenkins -> Manage Plugins -> Advanced tab -> Deploy Plugin -> Choose file (`zscan-upload.hpi`)
3. Restart Jenkins

## Configuration

Expand Down

0 comments on commit c8f9a2e

Please sign in to comment.