From c665190568621dc0e65f808258fe010b42480988 Mon Sep 17 00:00:00 2001 From: Mathieu Delrocq Date: Tue, 15 Jun 2021 11:20:28 +0200 Subject: [PATCH 1/4] add edf logo with link to groupe edf --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36e51f8..58cb7ec 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[](https://github.com/groupe-edf) + # Windows Plugin [![Build Status](https://ci.jenkins.io/buildStatus/icon?job=Plugins%2Fwindows-cloud-plugin%2Fmaster)](https://ci.jenkins.io/job/Plugins/job/windows-cloud-plugin/job/master/) [![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/windows-cloud.svg?color=blue)](https://plugins.jenkins.io/windows-cloud) From 42dbbd98112da2ec9fac9f1374da75ef993475fc Mon Sep 17 00:00:00 2001 From: Mathieu Delrocq Date: Tue, 15 Jun 2021 13:28:02 +0200 Subject: [PATCH 2/4] update readme title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58cb7ec..7455904 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [](https://github.com/groupe-edf) -# Windows Plugin +# Windows Cloud Plugin [![Build Status](https://ci.jenkins.io/buildStatus/icon?job=Plugins%2Fwindows-cloud-plugin%2Fmaster)](https://ci.jenkins.io/job/Plugins/job/windows-cloud-plugin/job/master/) [![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/windows-cloud.svg?color=blue)](https://plugins.jenkins.io/windows-cloud) [![Coverage Status](https://coveralls.io/repos/github/groupe-edf/windows-cloud-plugin/badge.svg?branch=master)](https://coveralls.io/github/groupe-edf/windows-cloud-plugin?branch=master) From a39b955187a2b1de4027afdc7d053aa3d674f54a Mon Sep 17 00:00:00 2001 From: Mathieu Delrocq Date: Tue, 15 Jun 2021 14:55:37 +0200 Subject: [PATCH 3/4] improvement of developer/contributor ref + format --- README.md | 25 ++-- pom.xml | 376 +++++++++++++++++++++++++++++------------------------- 2 files changed, 217 insertions(+), 184 deletions(-) diff --git a/README.md b/README.md index 7455904..03bfad0 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,6 @@ This plugin builds Windows agents to perform builds. It has been tested on VMware virtual machines with Windows Server 2012 R2 and Windows Server 2016. -**Team :** - -- [feirychris](https://github.com/feirychris) - -- [Aelotmani](https://github.com/Aelotmani) - -- [mat1e](https://github.com/mat1e) - - ## Requirements JNLP must be enabled on Jenkins. @@ -149,6 +140,22 @@ This project contains code under Apache-2.0 License from : - [cloudsoft/winrm4j](https://github.com/cloudsoft/winrm4j) for WinRM authentication - [sshoogr/groovy-winrm-client](https://github.com/sshoogr/groovy-winrm-client) for WinRM requests + +## Team + +Product owner : + +- [Cloudehard](https://github.com/Cloudehard) + +Developers : + +- [feirychris](https://github.com/feirychris) + +- [mat1e](https://github.com/mat1e) + +Microsoft expertise : + +- [Aelotmani](https://github.com/Aelotmani) ## Contact diff --git a/pom.xml b/pom.xml index d3fcbc4..dca2003 100644 --- a/pom.xml +++ b/pom.xml @@ -1,190 +1,216 @@ - - 4.0.0 - - org.jenkins-ci.plugins - plugin - 4.7 - - + + 4.0.0 + + org.jenkins-ci.plugins + plugin + 4.7 + + - fr.edf.jenkins.plugins - windows-cloud - 1.0.1-SNAPSHOT - hpi - https://github.com/jenkinsci/windows-cloud-plugin - - - scm:git:https://github.com/jenkinsci/windows-cloud-plugin.git - scm:git:https://github.com/jenkinsci/windows-cloud-plugin.git + fr.edf.jenkins.plugins + windows-cloud + 1.0.1-SNAPSHOT + hpi https://github.com/jenkinsci/windows-cloud-plugin - ${scmTag} - - - false - 2.249.1 - 8 - 1.8 - 1.8 - + + scm:git:https://github.com/jenkinsci/windows-cloud-plugin.git + scm:git:https://github.com/jenkinsci/windows-cloud-plugin.git + https://github.com/jenkinsci/windows-cloud-plugin + ${scmTag} + - Windows cloud plugin - This plugin create Windows agents on which builds can be performed - - EDF - + + false + 2.249.1 + 8 + 1.8 + 1.8 + - - - Apache-2.0 License - https://opensource.org/licenses/Apache-2.0 - repo - - + Windows cloud plugin + This plugin create Windows agents on which builds can be performed - - - feirychris - Chris Bahonda - chrisbahonda@gmail.com - - - mat1e - Mathieu Delrocq - delrocq.mathieu@gmail.com - - + + EDF + https://github.com/groupe-edf + - - - jenkins - https://repo.jenkins-ci.org/releases/ - - - - - jenkins - https://repo.jenkins-ci.org/releases/ - - + + + Apache-2.0 License + https://opensource.org/licenses/Apache-2.0 + repo + + - - - - io.jenkins.tools.bom - bom-2.235.x - 11 - import - pom - - - org.slf4j - jcl-over-slf4j - 1.7.30 - - + + + feirychris + https://github.com/feirychris + Chris Bahonda + + + mat1e + https://github.com/mat1e + Mathieu Delrocq + + Lead Developer + + + - - - - org.jenkins-ci.plugins - apache-httpcomponents-client-4-api - - - org.jenkins-ci.plugins - credentials - - - org.jenkins-ci.plugins - plain-credentials - - - org.jenkins-ci.plugins - durable-task - - - commons-io - commons-io - - - org.slf4j - slf4j-api - 1.7.30 - - + + + Olivier Routier + https://github.com/Cloudehard + EDF + https://github.com/groupe-edf + + Product Owner + + + + Aelotmani + https://github.com/Aelotmani + + Microsoft Expertise + + + - - org.spockframework - spock-core - 1.3-groovy-2.5 - test - - - org.objenesis - objenesis - test - - - cglib - cglib-nodep - 3.3.0 - test - - - org.jenkins-ci.plugins - junit - test - - + + + jenkins + https://repo.jenkins-ci.org/releases/ + + + + + jenkins + https://repo.jenkins-ci.org/releases/ + + - - - - org.eluder.coveralls - coveralls-maven-plugin - 4.3.0 - - - org.jacoco - jacoco-maven-plugin - - - prepare-agent - - prepare-agent - - - - jacoco-site - verify - - report - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - groovy-eclipse-compiler - false - 11 - + - - org.codehaus.groovy - groovy-eclipse-compiler - 2.9.2-01 - - - org.codehaus.groovy - groovy-eclipse-batch - 2.5.7-01 - + + io.jenkins.tools.bom + bom-2.235.x + 11 + import + pom + + + org.slf4j + jcl-over-slf4j + 1.7.30 + - - - + + + + + org.jenkins-ci.plugins + apache-httpcomponents-client-4-api + + + org.jenkins-ci.plugins + credentials + + + org.jenkins-ci.plugins + plain-credentials + + + org.jenkins-ci.plugins + durable-task + + + commons-io + commons-io + + + org.slf4j + slf4j-api + 1.7.30 + + + + + org.spockframework + spock-core + 1.3-groovy-2.5 + test + + + org.objenesis + objenesis + test + + + cglib + cglib-nodep + 3.3.0 + test + + + org.jenkins-ci.plugins + junit + test + + + + + + + org.eluder.coveralls + coveralls-maven-plugin + 4.3.0 + + + org.jacoco + jacoco-maven-plugin + + + prepare-agent + + prepare-agent + + + + jacoco-site + verify + + report + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + groovy-eclipse-compiler + false + 11 + + + + org.codehaus.groovy + groovy-eclipse-compiler + 2.9.2-01 + + + org.codehaus.groovy + groovy-eclipse-batch + 2.5.7-01 + + + + + From ba5440db9252ef3a3555d6ecb240b676cc6ea737 Mon Sep 17 00:00:00 2001 From: Mathieu Delrocq Date: Tue, 15 Jun 2021 15:01:28 +0200 Subject: [PATCH 4/4] format team part of README --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 03bfad0..1819f11 100644 --- a/README.md +++ b/README.md @@ -143,19 +143,11 @@ This project contains code under Apache-2.0 License from : ## Team -Product owner : +Product Owner : [Cloudehard](https://github.com/Cloudehard) -- [Cloudehard](https://github.com/Cloudehard) +Developers : [feirychris](https://github.com/feirychris), [mat1e](https://github.com/mat1e) -Developers : - -- [feirychris](https://github.com/feirychris) - -- [mat1e](https://github.com/mat1e) - -Microsoft expertise : - -- [Aelotmani](https://github.com/Aelotmani) +Microsoft expertise : [Aelotmani](https://github.com/Aelotmani) ## Contact