Skip to content

Commit

Permalink
Update run.adoc (jenkins-infra#5422)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
  • Loading branch information
julieheard and timja committed Sep 5, 2022
1 parent 577ce6d commit db735ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/doc/developer/tutorial/run.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ It also provides a convenient way to run a Jenkins instance with your plugin:
[listing]
mvn hpi:run

NOTE: You may need to specify a port number for your plugin to use. You can specify a port like this *mvn hpi:run -Dport=5000*

NOTE: To learn more about Maven HPI Plugin and the goals it provides, see link:https://jenkinsci.github.io/maven-hpi-plugin/[its documentation].

This will set up a Jenkins instance on `\http://localhost:8080/jenkins/`. Wait for the following console output, then open a web browser and look at what the plugin does.
Expand Down

0 comments on commit db735ce

Please sign in to comment.