rename jenkins/hello-world to jenkins/plugins

This commit is contained in:
catalin-burcea 2019-10-04 10:13:23 +03:00
parent 653ce39dbc
commit 8efd122412
8 changed files with 13 additions and 13 deletions

View File

@ -1,7 +0,0 @@
## Jenkins Plugins
This module contains articles about Jenkins plugins.
### Relevant articles:
- [Writing a Jenkins Plugin](http://www.baeldung.com/jenkins-custom-plugin)

View File

@ -0,0 +1,7 @@
## Jenkins plugins
This module contains articles about various Jenkins plugins.
### Relevant articles:
- [Writing a Jenkins Plugin](https://www.baeldung.com/jenkins-custom-plugin)

View File

@ -2,9 +2,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>hello-world</artifactId>
<artifactId>plugins</artifactId>
<version>1.0-SNAPSHOT</version>
<name>hello-world</name>
<name>plugins</name>
<packaging>hpi</packaging>
<description>A sample Jenkins Hello World plugin</description>

View File

@ -1,4 +1,4 @@
package com.baeldung.jenkins.helloworld;
package com.baeldung.jenkins.plugins;
public class ProjectStats {

View File

@ -1,4 +1,4 @@
package com.baeldung.jenkins.helloworld;
package com.baeldung.jenkins.plugins;
import hudson.Extension;
import hudson.FilePath;

View File

@ -1039,7 +1039,7 @@
<module>core-kotlin-2</module>
<module>core-kotlin-io</module>
<module>jenkins/hello-world</module>
<module>jenkins/plugins</module>
<module>jhipster</module>
<module>jws</module>
@ -1589,7 +1589,7 @@
<module>core-kotlin</module> <!-- long running? -->
<module>core-kotlin-2</module>
<module>jenkins/hello-world</module>
<module>jenkins/plugins</module>
<module>jhipster</module>
<module>jws</module>