Merge pull request #7939 from catalin-burcea/BAEL-18083
[BAEL-18083] rename jenkins/hello-world to jenkins/plugins
This commit is contained in:
commit
efc9dc9d25
|
@ -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)
|
|
@ -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)
|
|
@ -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>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.jenkins.helloworld;
|
||||
package com.baeldung.jenkins.plugins;
|
||||
|
||||
public class ProjectStats {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.baeldung.jenkins.helloworld;
|
||||
package com.baeldung.jenkins.plugins;
|
||||
|
||||
import hudson.Extension;
|
||||
import hudson.FilePath;
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue