Update contributing instructions (#2192)
This commit is contained in:
parent
a2219d9fcb
commit
31d4a9816d
|
|
@ -12,7 +12,6 @@
|
|||
<option name="mavenProperties">
|
||||
<map>
|
||||
<entry key="java.awt.headless" value="true" />
|
||||
<entry key="jenkins.version" value="2.302" />
|
||||
<entry key="port" value="8085" />
|
||||
</map>
|
||||
</option>
|
||||
|
|
|
|||
|
|
@ -68,14 +68,11 @@ Prerequisites: _Java_, _Maven_ & _IntelliJ IDEA_
|
|||
|
||||
- Open the root directory of this project in IntelliJ IDEA.
|
||||
- If you are opening the first time, wait patiently while project dependencies are being downloaded.
|
||||
- Click `Run` in the menu. Select `Edit Configurations` in the menu item.
|
||||
- Click `Add New Configuration` (`+`) in the top left of the shown dialog. Select `Maven`.
|
||||
- Under `Parameters` tab group, `Working directory:` is `/path/to/configuration-as-code-plugin/plugin`.
|
||||
- Under `Parameters` tab group, `Command line:` is `hpi:run`.
|
||||
- Verify that IntelliJ IDEA is not using bundled maven.
|
||||
- Click `File` -> `Preferences...` -> `Build, Execution, Deployment` -> `Build Tools` -> `Maven`.
|
||||
- `Maven home directory:` has `/path/to/apache-maven-x.y.z` value, not `Bundled (Maven 3)`.
|
||||
- Open <http://localhost:8080/jenkins/configuration-as-code/> to test the plugin locally.
|
||||
- Use the `start jenkins` run configuration stored in the `.run` folder of this project, (if you wish to change it then duplicate it and maintain your own local copy)
|
||||
- Open <http://localhost:8085/jenkins/configuration-as-code/> to test the plugin locally.
|
||||
|
||||
### CLI
|
||||
|
||||
|
|
|
|||
|
|
@ -17,21 +17,6 @@
|
|||
<description>Manage Jenkins configuration as code</description>
|
||||
<url>https://github.com/jenkinsci/configuration-as-code-plugin</url>
|
||||
|
||||
<developers>
|
||||
<developer>
|
||||
<id>jetersen</id>
|
||||
<name>Joseph Petersen</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>timja</id>
|
||||
<name>Tim Jacomb</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>oleg_nenashev</id>
|
||||
<name>Oleg Nenashev</name>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:https://github.com/jenkinsci/configuration-as-code-plugin.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:jenkinsci/configuration-as-code-plugin.git</developerConnection>
|
||||
|
|
|
|||
Loading…
Reference in New Issue