[jenkinsci/clif-performance-testing-plugin] 3ca9b2: Refresh plugin (#19)

2022-11-02 Thread 'Basil Crow' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 3ca9b2f565c77f3e42c9c2134e136a4459ad12ef
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/3ca9b2f565c77f3e42c9c2134e136a4459ad12ef
  Author: Basil Crow 
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
M .mvn/extensions.xml
M pom.xml
M src/test/java/jenkins/model/FakeTest.java
M src/test/java/org/ow2/clif/jenkins/ClifInstallationTest.java
M src/test/java/org/ow2/clif/jenkins/ClifPublisherTest.java
M src/test/java/org/ow2/clif/jenkins/PreviewZipActionTest.java
M src/test/java/org/ow2/clif/jenkins/jobs/ConfigurerTest.java
M src/test/java/org/ow2/clif/jenkins/jobs/FileSystemTest.java
M src/test/java/org/ow2/clif/jenkins/jobs/ParameterParserTest.java
M src/test/java/org/ow2/clif/jenkins/jobs/ZipExtractTest.java
M src/test/java/org/ow2/clif/jenkins/jobs/ZipTest.java
M src/test/java/org/ow2/clif/jenkins/parser/clif/ClifParserTest.java

  Log Message:
  ---
  Refresh plugin (#19)

Approved refresh contribution wrt tests and build toolchain


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/074186-3ca9b2%40github.com.


[jenkinsci/clif-performance-testing-plugin]

2022-09-01 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/71.v0741865e206f
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/tags/71.v0741865e206f/00-074186%40github.com.


[jenkinsci/clif-performance-testing-plugin] 074186: Fix security 2413 (#18)

2022-09-01 Thread 'Bruno Dillenseger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 0741865e206fdb2fe4cdbad7f9956de3121c7b26
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/0741865e206fdb2fe4cdbad7f9956de3121c7b26
  Author: Bruno Dillenseger 
  Date:   2022-09-01 (Thu, 01 Sep 2022)

  Changed paths:
M src/main/java/org/ow2/clif/jenkins/jobs/Zip.java
M src/test/java/org/ow2/clif/jenkins/jobs/ZipTest.java

  Log Message:
  ---
  Fix security 2413 (#18)

* [CI] Upgraded Java version from 8 to 11 for build

* Trivial updates of project description/metadata

* Added path sanitizing to zip extration and basedir calculus

* Discarded zip directory entry name chopping

* Added tests for 2 fixed Zip methods

* Fixed maliciousPathIsSanitizedOnExtract for Windows wrt POSIX permissions

* Fix for Zip.basedir on Windows environment


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/7214df-074186%40github.com.


[jenkinsci/clif-performance-testing-plugin]

2022-08-11 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/70.v7214dfdb_32ec
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/tags/70.v7214dfdb_32ec/00-7214df%40github.com.


[jenkinsci/clif-performance-testing-plugin] 7214df: Fix javadoc issues (#17)

2022-08-11 Thread 'Bruno Dillenseger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 7214dfdb32ecd7c23ffb675b4d1e9d419f4fea66
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/7214dfdb32ecd7c23ffb675b4d1e9d419f4fea66
  Author: Bruno Dillenseger 
  Date:   2022-08-11 (Thu, 11 Aug 2022)

  Changed paths:
M pom.xml
M src/main/java/org/ow2/clif/jenkins/ClifBuilder.java
M src/main/java/org/ow2/clif/jenkins/ClifPlugin.java
M src/main/java/org/ow2/clif/jenkins/PreviewZipAction.java
M src/main/java/org/ow2/clif/jenkins/jobs/Configurer.java
M src/main/java/org/ow2/clif/jenkins/jobs/Workspaces.java
M src/main/java/org/ow2/clif/jenkins/jobs/Zip.java
M src/main/java/org/ow2/clif/jenkins/model/TestPlan.java
M src/main/java/org/ow2/clif/jenkins/parser/clif/DoubleArraySorter.java

  Log Message:
  ---
  Fix javadoc issues (#17)

* Fixed html in javadoc
* Switch to Google JSR305 implementation (findbugs)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/55df63-7214df%40github.com.


[jenkinsci/clif-performance-testing-plugin] 55df63: Upgrade Java version from 8 to 11 for CI Maven bui...

2022-08-09 Thread 'Bruno Dillenseger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 55df63bb5cf74851c651ad8d8df07743a3c4489c
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/55df63bb5cf74851c651ad8d8df07743a3c4489c
  Author: Bruno Dillenseger 
  Date:   2022-08-09 (Tue, 09 Aug 2022)

  Changed paths:
M .github/workflows/maven.yml
M pom.xml

  Log Message:
  ---
  Upgrade Java version from 8 to 11 for CI Maven build action (#16)

* [CI] Upgraded Java version from 8 to 11 for build

* Trivial updates of project description/metadata


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/a1adde-55df63%40github.com.


[jenkinsci/clif-performance-testing-plugin]

2022-08-08 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-10.0.10
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-10.0.10/9a0046-00%40github.com.


[jenkinsci/clif-performance-testing-plugin] a1adde: Modernizing POM (#14)

2022-08-08 Thread 'Jesse Glick' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: a1adde0b765ecce491c510628446a95f35817070
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/a1adde0b765ecce491c510628446a95f35817070
  Author: Jesse Glick 
  Date:   2022-08-08 (Mon, 08 Aug 2022)

  Changed paths:
M pom.xml
M src/main/java/org/ow2/clif/jenkins/ClifBuilder.java
M src/main/java/org/ow2/clif/jenkins/ClifPlugin.java
M src/main/java/org/ow2/clif/jenkins/PreviewZipAction.java
M src/main/java/org/ow2/clif/jenkins/jobs/Configurer.java
M src/main/java/org/ow2/clif/jenkins/jobs/Workspaces.java
M src/main/java/org/ow2/clif/jenkins/jobs/Zip.java
M src/main/java/org/ow2/clif/jenkins/model/TestPlan.java

  Log Message:
  ---
  Modernizing POM (#14)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/314afe-a1adde%40github.com.


[jenkinsci/clif-performance-testing-plugin] 314afe: Fixed URL to the CLIF plug-in project on Github

2022-08-08 Thread 'Bruno Dillenseger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 314afe6cd42106a1dcbac9d9ce7c5841c047c566
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/314afe6cd42106a1dcbac9d9ce7c5841c047c566
  Author: Bruno Dillenseger 
  Date:   2022-08-08 (Mon, 08 Aug 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fixed URL to the CLIF plug-in project on Github


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/b89e53-314afe%40github.com.


[jenkinsci/clif-performance-testing-plugin] b89e53: Discarded implicit conversion from Double to doubl...

2022-07-19 Thread 'Bruno Dillenseger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: b89e536ad0a2e3a8ef5a6c3821c96d93fbfe785a
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/b89e536ad0a2e3a8ef5a6c3821c96d93fbfe785a
  Author: Bruno Dillenseger 
  Date:   2022-07-19 (Tue, 19 Jul 2022)

  Changed paths:
M src/main/java/org/ow2/clif/jenkins/ClifPublisher.java

  Log Message:
  ---
  Discarded implicit conversion from Double to double (#15)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/194e21-b89e53%40github.com.


[jenkinsci/clif-performance-testing-plugin] 194e21: Wip zip sanitize (#13)

2022-07-15 Thread 'Bruno Dillenseger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 194e21c44ac7c7c3af50a7dc453e64f4a6358f70
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/194e21c44ac7c7c3af50a7dc453e64f4a6358f70
  Author: Bruno Dillenseger 
  Date:   2022-07-15 (Fri, 15 Jul 2022)

  Changed paths:
M src/main/java/org/ow2/clif/jenkins/jobs/Zip.java
M src/test/java/org/ow2/clif/jenkins/jobs/ZipTest.java
A src/test/resources/zips/ProofOfConceptSEC2413.zip

  Log Message:
  ---
  Wip zip sanitize (#13)

* Added Zip.sanitize method. To be tested and used from wherever necessary.

* Improved Zip sanitize wrt existing tests. Still to be improved for malicious 
zip.

* Added malicious zip for tests

* Implemented zip sanitizing

* Fixed ZipTest compatibility with Windows

* Fixed regex in ZipTest to support Windows paths

* Fixed ZipTest by escaping File.separatorChar in case it is a backslash 
(Windows)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/c0d66d-194e21%40github.com.


[jenkinsci/clif-performance-testing-plugin]

2022-07-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-9.4.41.v20210516
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-9.4.41.v20210516/25a715-00%40github.com.


[jenkinsci/clif-performance-testing-plugin] 9a0046: Bump jetty-server from 9.4.25.v20191220 to 10.0.10

2022-07-07 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-10.0.10
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 9a0046e59a03e1e316994bd46cc7dcb7cf540a87
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/9a0046e59a03e1e316994bd46cc7dcb7cf540a87
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2022-07-07 (Thu, 07 Jul 2022)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jetty-server from 9.4.25.v20191220 to 10.0.10

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 
9.4.25.v20191220 to 10.0.10.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- 
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.25.v20191220...jetty-10.0.10)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-10.0.10/00-9a0046%40github.com.


[jenkinsci/clif-performance-testing-plugin]

2022-06-23 Thread 'github-actions[bot]' via Jenkins Commits
  Branch: refs/tags/64.vc0d66de1dfb_f
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/tags/64.vc0d66de1dfb_f/00-c0d66d%40github.com.


[jenkinsci/clif-performance-testing-plugin] c0d66d: Incrementals (#11)

2022-06-23 Thread 'Bruno Dillenseger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: c0d66de1dfbf547d72928e340e2bf802a3860162
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/c0d66de1dfbf547d72928e340e2bf802a3860162
  Author: Bruno Dillenseger 
  Date:   2022-06-23 (Thu, 23 Jun 2022)

  Changed paths:
A .github/release-drafter.yml
A .github/workflows/cd.yaml
M .mvn/maven.config
M pom.xml

  Log Message:
  ---
  Incrementals (#11)

* Incrementalified

* Incrementalified

* Set CD with fully automated versioning


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/868e61-c0d66d%40github.com.


[jenkinsci/clif-performance-testing-plugin] 868e61: Incrementals (#10)

2022-06-22 Thread 'Bruno Dillenseger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 868e6168bb54c7c31e276561f0b6d0895e634fdc
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/868e6168bb54c7c31e276561f0b6d0895e634fdc
  Author: Bruno Dillenseger 
  Date:   2022-06-22 (Wed, 22 Jun 2022)

  Changed paths:
A .mvn/extensions.xml
A .mvn/maven.config
M pom.xml

  Log Message:
  ---
  Incrementals (#10)

* Incrementalified

* Incrementalified


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/add4c3-868e61%40github.com.


[jenkinsci/clif-performance-testing-plugin] add4c3: Keep plug-in generated by Maven CI for download

2022-06-22 Thread 'Bruno Dillenseger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: add4c3027689edc31839a01bbe4f02f67b38c5f7
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/add4c3027689edc31839a01bbe4f02f67b38c5f7
  Author: Bruno Dillenseger 
  Date:   2022-06-22 (Wed, 22 Jun 2022)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Keep plug-in generated by Maven CI for download


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/7a6901-add4c3%40github.com.


[jenkinsci/clif-performance-testing-plugin] 151e2a: Deprecation fix on Jenkins.getInstance()

2022-06-21 Thread 'Bruno Dillenseger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 151e2ac22e9ab9e2f1ec4e89412eacf8f847fe7b
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/151e2ac22e9ab9e2f1ec4e89412eacf8f847fe7b
  Author: Bruno Dillenseger 
  Date:   2021-07-21 (Wed, 21 Jul 2021)

  Changed paths:
M src/main/java/org/ow2/clif/jenkins/PreviewZipAction.java

  Log Message:
  ---
  Deprecation fix on Jenkins.getInstance()


  Commit: 32ddee32b5725863ddc7c4ef48e46c3b1ce4d195
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/32ddee32b5725863ddc7c4ef48e46c3b1ce4d195
  Author: Bruno Dillenseger 
  Date:   2021-07-21 (Wed, 21 Jul 2021)

  Changed paths:
M src/main/java/org/ow2/clif/jenkins/ClifDataCleanup.java
M src/main/java/org/ow2/clif/jenkins/ClifProActiveConfig.java
M src/main/java/org/ow2/clif/jenkins/jobs/Installations.java
M src/main/java/org/ow2/clif/jenkins/jobs/Jobs.java

  Log Message:
  ---
  Deprecation fix on Jenkins.getInstance()


  Commit: f60d7effaf8d4744ad897ee357fc15abb178da25
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/f60d7effaf8d4744ad897ee357fc15abb178da25
  Author: Bruno Dillenseger 
  Date:   2022-06-09 (Thu, 09 Jun 2022)

  Changed paths:
M .github/workflows/maven.yml
M .gitignore
A Jenkinsfile
M src/main/resources/org/ow2/clif/jenkins/ImportZipAction/index.jelly
M src/main/resources/org/ow2/clif/jenkins/PreviewZipAction/index.jelly

  Log Message:
  ---
  Merge branch 'master' of github.com:jenkinsci/clif-performance-testing-plugin


  Commit: 2c6e6a6ff2bef23d1f66d6501d6ed0db4e053fc6
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/2c6e6a6ff2bef23d1f66d6501d6ed0db4e053fc6
  Author: Bruno Dillenseger 
  Date:   2022-06-17 (Fri, 17 Jun 2022)

  Changed paths:
M src/main/resources/org/ow2/clif/jenkins/ClifBuildAction/index.jelly
M src/main/resources/org/ow2/clif/jenkins/ClifBuilder/config.jelly
M src/main/resources/org/ow2/clif/jenkins/ClifInstallation/config.jelly
M src/main/resources/org/ow2/clif/jenkins/ClifPublisher/config.jelly
M src/main/resources/org/ow2/clif/jenkins/tags/injectorTable.jelly

  Log Message:
  ---
  Fix: inserted variable rootURL before href and src paths in jelly files


  Commit: 7a6901b7393828c799e3587edcc9fe70d1837c6f
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/7a6901b7393828c799e3587edcc9fe70d1837c6f
  Author: Bruno Dillenseger 
  Date:   2022-06-21 (Tue, 21 Jun 2022)

  Changed paths:
M src/main/java/org/ow2/clif/jenkins/ClifDataCleanup.java
M src/main/java/org/ow2/clif/jenkins/ClifProActiveConfig.java
M src/main/java/org/ow2/clif/jenkins/PreviewZipAction.java
M src/main/java/org/ow2/clif/jenkins/jobs/Installations.java
M src/main/java/org/ow2/clif/jenkins/jobs/Jobs.java
M src/main/resources/org/ow2/clif/jenkins/ClifBuildAction/index.jelly
M src/main/resources/org/ow2/clif/jenkins/ClifBuilder/config.jelly
M src/main/resources/org/ow2/clif/jenkins/ClifInstallation/config.jelly
M src/main/resources/org/ow2/clif/jenkins/ClifPublisher/config.jelly
M src/main/resources/org/ow2/clif/jenkins/tags/injectorTable.jelly

  Log Message:
  ---
  Merge pull request #9 from dillense/master

Fix for HTTP links to plugin in jelly files, trivial deprecation-related update


Compare: 
https://github.com/jenkinsci/clif-performance-testing-plugin/compare/79422aa7436c...7a6901b73938

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/79422a-7a6901%40github.com.


[jenkinsci/clif-performance-testing-plugin] 79422a: fix: Adapt icon path removal from core (#8)

2022-05-10 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 79422aa7436c4c28d24ab7177d06c6380efb9f5b
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/79422aa7436c4c28d24ab7177d06c6380efb9f5b
  Author: Alexander Brandes 
  Date:   2022-05-10 (Tue, 10 May 2022)

  Changed paths:
M .gitignore
M src/main/resources/org/ow2/clif/jenkins/ImportZipAction/index.jelly
M src/main/resources/org/ow2/clif/jenkins/PreviewZipAction/index.jelly

  Log Message:
  ---
  fix: Adapt icon path removal from core (#8)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/96b728-79422a%40github.com.


[jenkinsci/clif-performance-testing-plugin] 96b728: Added Jenkinsfile for build/test on ci.jenkins.io

2022-05-10 Thread 'Bruno Dillenseger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 96b7283488b91b17c6020826333f847abd4977fc
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/96b7283488b91b17c6020826333f847abd4977fc
  Author: Bruno Dillenseger 
  Date:   2022-05-10 (Tue, 10 May 2022)

  Changed paths:
A Jenkinsfile

  Log Message:
  ---
  Added Jenkinsfile for build/test on ci.jenkins.io


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/531591-96b728%40github.com.


[jenkinsci/clif-performance-testing-plugin] 531591: Fixed action maven.yml

2022-05-06 Thread 'Bruno Dillenseger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 531591dd62680126d40b3663144dd0a9cd5f7571
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/531591dd62680126d40b3663144dd0a9cd5f7571
  Author: Bruno Dillenseger 
  Date:   2022-05-06 (Fri, 06 May 2022)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Fixed action maven.yml


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/2f85b4-531591%40github.com.


[jenkinsci/clif-performance-testing-plugin] 2f85b4: Action maven.yml now triggers also on pull requests

2022-05-06 Thread 'Bruno Dillenseger' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 2f85b41f2aca6b027590769095088965bf40cfeb
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/2f85b41f2aca6b027590769095088965bf40cfeb
  Author: Bruno Dillenseger 
  Date:   2022-05-06 (Fri, 06 May 2022)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Action maven.yml now triggers also on pull requests


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/ff273e-2f85b4%40github.com.


[jenkinsci/clif-performance-testing-plugin]

2021-06-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-9.4.35.v20201120
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-9.4.35.v20201120/902c38-00%40github.com.


[jenkinsci/clif-performance-testing-plugin] 25a715: Bump jetty-server from 9.4.25.v20191220 to 9.4.41....

2021-06-23 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-9.4.41.v20210516
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 25a71545cc780e723600cfb3248d1d159c78ac1f
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/25a71545cc780e723600cfb3248d1d159c78ac1f
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-06-23 (Wed, 23 Jun 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jetty-server from 9.4.25.v20191220 to 9.4.41.v20210516

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 
9.4.25.v20191220 to 9.4.41.v20210516.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- 
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.25.v20191220...jetty-9.4.41.v20210516)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-9.4.41.v20210516/00-25a715%40github.com.


[jenkinsci/clif-performance-testing-plugin] 05068d: Signed-off-by: dependabot[bot]

2021-03-10 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-9.4.38.v20210224
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 05068d77c5cbcd7a344b26eb03ba5ac394839f07
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/05068d77c5cbcd7a344b26eb03ba5ac394839f07
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2021-03-10 (Wed, 10 Mar 2021)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-9.4.38.v20210224/00-05068d%40github.com.


[jenkinsci/clif-performance-testing-plugin] 902c38: Bump jetty-server from 9.4.25.v20191220 to 9.4.35....

2020-12-02 Thread 'dependabot[bot]' via Jenkins Commits
  Branch: 
refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-9.4.35.v20201120
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 902c3864f64318970d63cf2f023ffc1f681390c3
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/902c3864f64318970d63cf2f023ffc1f681390c3
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-12-02 (Wed, 02 Dec 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jetty-server from 9.4.25.v20191220 to 9.4.35.v20201120

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 
9.4.25.v20191220 to 9.4.35.v20201120.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- 
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.25.v20191220...jetty-9.4.35.v20201120)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-9.4.35.v20201120/00-902c38%40github.com.


[jenkinsci/clif-performance-testing-plugin]

2020-02-12 Thread Bruno Dillenseger
  Branch: refs/heads/update-jetty
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/update-jetty/48e9c8-00%40github.com.


[jenkinsci/clif-performance-testing-plugin] 5e6b16: Merge pull request #1 from jenkinsci/master

2020-02-12 Thread Bruno Dillenseger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 5e6b163cd00d9cee2ec667636de80f319b899d1d
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/5e6b163cd00d9cee2ec667636de80f319b899d1d
  Author: Bruno Dillenseger 
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #1 from jenkinsci/master

merge with upstream


  Commit: 93046b456dc4765e9d4baf6835ac8ab2af1123e7
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/93046b456dc4765e9d4baf6835ac8ab2af1123e7
  Author: Bruno Dillenseger 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M README.md
A docs/images/BuildPerformanceReport.png
A docs/images/CLIF-logo-100px.png
A docs/images/JVMusage.png
A docs/images/PerformanceTrendReport-mini.png
A docs/images/PerformanceTrendReport.png
A docs/images/callChart.png
A docs/images/fixedSliceNumberDistributionChart.png
A docs/images/movingStatChart.png
A docs/images/quantileDistributionChart.png

  Log Message:
  ---
  Integrating doc-as-code plugin page
converted wiki page as README and images


  Commit: 6357d7fe508b1e23f3d53158cc7cbb13c72e3635
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/6357d7fe508b1e23f3d53158cc7cbb13c72e3635
  Author: Bruno Dillenseger 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  Progress in moving plugin doc from wiki to doc-as-code README
(to be completed)


  Commit: 770972dfe171725177aedbe2506bac098087c91d
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/770972dfe171725177aedbe2506bac098087c91d
  Author: Bruno Dillenseger 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
A docs/images/BuildPerformanceReport-mini.png
A docs/images/JVMusage-mini.png
A docs/images/callChart-mini.png
A docs/images/fixedSliceNumberDistributionChart-mini.png
A docs/images/movingStatChart-mini.png
A docs/images/quantileDistributionChart-mini.png

  Log Message:
  ---
  [doc] Added missing images miniatures


  Commit: 6ae51de43d134c9c9ebb53b1dc3e73f6d43671e4
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/6ae51de43d134c9c9ebb53b1dc3e73f6d43671e4
  Author: Bruno Dillenseger 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  [doc] added inline images and text lost during conversion from wiki


  Commit: 4aae5c158418063d7d014a220da3005b2abe2f09
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/4aae5c158418063d7d014a220da3005b2abe2f09
  Author: Bruno Dillenseger 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [doc] updated documentation URL (from wiki to doc-as-code)


  Commit: d3e2907edd29c149d19956fb8f9c5af3e99a116b
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/d3e2907edd29c149d19956fb8f9c5af3e99a116b
  Author: Bruno Dillenseger 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M README.md

  Log Message:
  ---
  [doc] added heading buttons with release info


  Commit: ff273e1156b9770639d6aa34e21005d0dd7604ad
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/ff273e1156b9770639d6aa34e21005d0dd7604ad
  Author: Bruno Dillenseger 
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
M README.md
A docs/images/BuildPerformanceReport-mini.png
A docs/images/BuildPerformanceReport.png
A docs/images/CLIF-logo-100px.png
A docs/images/JVMusage-mini.png
A docs/images/JVMusage.png
A docs/images/PerformanceTrendReport-mini.png
A docs/images/PerformanceTrendReport.png
A docs/images/callChart-mini.png
A docs/images/callChart.png
A docs/images/fixedSliceNumberDistributionChart-mini.png
A docs/images/fixedSliceNumberDistributionChart.png
A docs/images/movingStatChart-mini.png
A docs/images/movingStatChart.png
A docs/images/quantileDistributionChart-mini.png
A docs/images/quantileDistributionChart.png
M pom.xml

  Log Message:
  ---
  Merge pull request #5 from dillense/master

Moved wiki plug-in page to README.md


Compare: 
https://github.com/jenkinsci/clif-performance-testing-plugin/compare/538bbe166739...ff273e1156b9

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/538bbe-ff273e%40github.com.


[jenkinsci/clif-performance-testing-plugin] 8949c8: Use HTTPS instead of HTTP to resolve dependencies

2020-02-11 Thread Bruno Dillenseger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 8949c899ded2b44eee996e0d0fe3391d0a7e0ee1
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/8949c899ded2b44eee996e0d0fe3391d0a7e0ee1
  Author: Jonathan Leitschuh 
  Date:   2020-02-10 (Mon, 10 Feb 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Use HTTPS instead of HTTP to resolve dependencies

This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.

Signed-off-by: Jonathan Leitschuh 


  Commit: 538bbe1667396fce5f75a5a372858d678b518676
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/538bbe1667396fce5f75a5a372858d678b518676
  Author: Bruno Dillenseger 
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Merge pull request #4 from 
JLLeitschuh/fix/JLL/use_https_to_resolve_dependencies

[SECURITY] Use HTTPS to resolve dependencies in Maven Build


Compare: 
https://github.com/jenkinsci/clif-performance-testing-plugin/compare/c17254914fc2...538bbe166739

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/c17254-538bbe%40github.com.


[jenkinsci/clif-performance-testing-plugin] b5d364: [maven-release-plugin] prepare release clif-perfor...

2020-01-31 Thread Bruno Dillenseger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: b5d3648689a2d38de157ac618004e9039dd57631
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/b5d3648689a2d38de157ac618004e9039dd57631
  Author: Bruno Dillenseger 
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release clif-performance-testing-1.0.2


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/42e413-b5d364%40github.com.


[jenkinsci/clif-performance-testing-plugin]

2020-01-31 Thread Bruno Dillenseger
  Branch: refs/tags/clif-performance-testing-1.0.2
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/tags/clif-performance-testing-1.0.2/00-1c93c3%40github.com.


[jenkinsci/clif-performance-testing-plugin] c17254: [maven-release-plugin] prepare for next developmen...

2020-01-31 Thread Bruno Dillenseger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: c17254914fc23db2d93ccaafa8a4877315f2bd5e
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/c17254914fc23db2d93ccaafa8a4877315f2bd5e
  Author: Bruno Dillenseger 
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/b5d364-c17254%40github.com.


[jenkinsci/clif-performance-testing-plugin] 3556d0: Quality improvement on ClifInstallation management...

2020-01-31 Thread Bruno Dillenseger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 3556d0c2d30d0e3eeedafa150bf534cde838e1c8
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/3556d0c2d30d0e3eeedafa150bf534cde838e1c8
  Author: Bruno Dillenseger 
  Date:   2020-01-30 (Thu, 30 Jan 2020)

  Changed paths:
M src/main/java/org/ow2/clif/jenkins/ClifInstallation.java

  Log Message:
  ---
  Quality improvement on ClifInstallation management, wrt null dereferencement 
threat


  Commit: 42e41380aaf70f297cf5bb74451cfe855764622c
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/42e41380aaf70f297cf5bb74451cfe855764622c
  Author: Bruno Dillenseger 
  Date:   2020-01-31 (Fri, 31 Jan 2020)

  Changed paths:
M src/main/java/org/ow2/clif/jenkins/ClifInstallation.java

  Log Message:
  ---
  Merge pull request #3 from dillense/master

Fixed null dereferencement threat in ClifInstallation management


Compare: 
https://github.com/jenkinsci/clif-performance-testing-plugin/compare/148fe701ae60...42e41380aaf7

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/148fe7-42e413%40github.com.


[jenkinsci/clif-performance-testing-plugin]

2020-01-30 Thread dependabot[bot]
  Branch: 
refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-9.4.17.v20190418
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-9.4.17.v20190418/b9dfd3-00%40github.com.


[jenkinsci/clif-performance-testing-plugin] f1e92c: [Security alert] Upgrade Jetty-server version to 9...

2020-01-30 Thread Bruno Dillenseger
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: f1e92c23d19deb17ed2a61bceb9612448b66f6ea
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/f1e92c23d19deb17ed2a61bceb9612448b66f6ea
  Author: fzzp7439 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [Security alert] Upgrade Jetty-server version to 9.4.25 and so JDK to 1.8.


  Commit: fe6f10be11cf345a7e21638eca38e222b8d921d0
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/fe6f10be11cf345a7e21638eca38e222b8d921d0
  Author: fzzp7439 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Set CI to JDK8.


  Commit: 48e9c8974547794441cbe3b4a5191e52bb9b4b97
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/48e9c8974547794441cbe3b4a5191e52bb9b4b97
  Author: fzzp7439 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix servlet API version.


  Commit: 148fe701ae6072b41eeca467a292eb5af09439b8
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/148fe701ae6072b41eeca467a292eb5af09439b8
  Author: Bruno Dillenseger 
  Date:   2020-01-30 (Thu, 30 Jan 2020)

  Changed paths:
M .github/workflows/maven.yml
M pom.xml

  Log Message:
  ---
  Merge pull request #2 from jenkinsci/update-jetty

[security alert] Update jetty


Compare: 
https://github.com/jenkinsci/clif-performance-testing-plugin/compare/8cd9ca02c742...148fe701ae60

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/8cd9ca-148fe7%40github.com.


[jenkinsci/clif-performance-testing-plugin] 48e9c8: Fix servlet API version.

2020-01-29 Thread stephanie-Mo
  Branch: refs/heads/update-jetty
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 48e9c8974547794441cbe3b4a5191e52bb9b4b97
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/48e9c8974547794441cbe3b4a5191e52bb9b4b97
  Author: fzzp7439 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fix servlet API version.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/update-jetty/fe6f10-48e9c8%40github.com.


[jenkinsci/clif-performance-testing-plugin] fe6f10: Set CI to JDK8.

2020-01-29 Thread stephanie-Mo
  Branch: refs/heads/update-jetty
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: fe6f10be11cf345a7e21638eca38e222b8d921d0
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/fe6f10be11cf345a7e21638eca38e222b8d921d0
  Author: fzzp7439 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M .github/workflows/maven.yml

  Log Message:
  ---
  Set CI to JDK8.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/update-jetty/f1e92c-fe6f10%40github.com.


[jenkinsci/clif-performance-testing-plugin] f1e92c: [Security alert] Upgrade Jetty-server version to 9...

2020-01-29 Thread stephanie-Mo
  Branch: refs/heads/update-jetty
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: f1e92c23d19deb17ed2a61bceb9612448b66f6ea
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/f1e92c23d19deb17ed2a61bceb9612448b66f6ea
  Author: fzzp7439 
  Date:   2020-01-29 (Wed, 29 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [Security alert] Upgrade Jetty-server version to 9.4.25 and so JDK to 1.8.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/update-jetty/00-f1e92c%40github.com.


[jenkinsci/clif-performance-testing-plugin] 8cd9ca: Add maven CI to build package.

2020-01-28 Thread stephanie-Mo
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 8cd9ca02c7428f005375da7dc69399a0461864c0
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/8cd9ca02c7428f005375da7dc69399a0461864c0
  Author: stephanie-Mo <60218662+stephanie...@users.noreply.github.com>
  Date:   2020-01-28 (Tue, 28 Jan 2020)

  Changed paths:
A .github/workflows/maven.yml

  Log Message:
  ---
  Add maven CI to build package.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/d6b2d8-8cd9ca%40github.com.


[jenkinsci/clif-performance-testing-plugin] b9dfd3: Bump jetty-server from 9.1.5.v20140505 to 9.4.17.v...

2020-01-27 Thread dependabot[bot]
  Branch: 
refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-9.4.17.v20190418
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: b9dfd3787a46d3414a88c276b3902f3104dfc46b
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/b9dfd3787a46d3414a88c276b3902f3104dfc46b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jetty-server from 9.1.5.v20140505 to 9.4.17.v20190418

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 
9.1.5.v20140505 to 9.4.17.v20190418.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- 
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.1.5.v20140505...jetty-9.4.17.v20190418)

Signed-off-by: dependabot[bot] 


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/dependabot/maven/org.eclipse.jetty-jetty-server-9.4.17.v20190418/00-b9dfd3%40github.com.


[jenkinsci/clif-performance-testing-plugin] d6b2d8: Fixed chart creation for compatibility with Jenkin...

2020-01-27 Thread stephanie-Mo
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: d6b2d8b4f0767c278ad625d9625816090b55ff37
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/d6b2d8b4f0767c278ad625d9625816090b55ff37
  Author: fzzp7439 
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
M 
src/main/java/org/ow2/clif/jenkins/chart/FixedSliceNumberDistributionChart.java

  Log Message:
  ---
  Fixed chart creation for compatibility with Jenkins 2.204.1


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clif-performance-testing-plugin/push/refs/heads/master/5604c5-d6b2d8%40github.com.


[jenkinsci/clif-performance-testing-plugin] 5604c5: [maven-release-plugin] prepare for next developmen...

2017-02-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 5604c5a59e50304fd0abf777166172180ecb12b5
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/5604c5a59e50304fd0abf777166172180ecb12b5
  Author: Bruno Dillenseger 
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/clif-performance-testing-plugin]

2017-02-03 Thread GitHub
  Branch: refs/tags/clif-performance-testing-1.0.1
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/clif-performance-testing-plugin] ade861: [maven-release-plugin] prepare release clif-perfor...

2017-02-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: ade861ba7e71204307f33d2c89d9153ea793166d
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/ade861ba7e71204307f33d2c89d9153ea793166d
  Author: Bruno Dillenseger 
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release clif-performance-testing-1.0.1


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/clif-performance-testing-plugin] 59cafb: fix for issue JENKINS-41703: updated the CLIF plug...

2017-02-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 59cafb1ef2345d9bdf25a6fd49ba4cd3bbfed784
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/59cafb1ef2345d9bdf25a6fd49ba4cd3bbfed784
  Author: Bruno Dillenseger 
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
M src/main/java/org/ow2/clif/jenkins/ClifBuilder.java
M src/main/java/org/ow2/clif/jenkins/ImportZipAction.java
M src/main/resources/org/ow2/clif/jenkins/ClifBuildAction/index.jelly
M src/main/resources/org/ow2/clif/jenkins/ClifBuilder/config.jelly
M src/main/resources/org/ow2/clif/jenkins/ClifInstallation/config.jelly
M src/main/resources/org/ow2/clif/jenkins/ClifPublisher/config.jelly
M src/main/resources/org/ow2/clif/jenkins/Messages.properties
M src/main/resources/org/ow2/clif/jenkins/Messages_fr.properties
M src/main/resources/org/ow2/clif/jenkins/tags/injectorTable.jelly

  Log Message:
  ---
  fix for issue JENKINS-41703: updated the CLIF plug-in name in weblinks


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/clif-performance-testing-plugin] aa90f3: Fixed plug-in name in title

2017-02-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: aa90f3f32b59ebbfb298039d7bb3d3b2c7aaf45a
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/aa90f3f32b59ebbfb298039d7bb3d3b2c7aaf45a
  Author: Bruno Dillenseger 
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  Fixed plug-in name in title


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/clif-performance-testing-plugin] 4628d6: Removed obsolete dependency with ant plugin.

2017-02-03 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 4628d63a0afc0fe3f8ae4dfee97febf581347e38
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/4628d63a0afc0fe3f8ae4dfee97febf581347e38
  Author: Bruno Dillenseger 
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Removed obsolete dependency with ant plugin.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/clif-performance-testing-plugin] cebdc8: [maven-release-plugin] prepare for next developmen...

2017-02-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: cebdc8b7ffe2b745a41ef1622425e8ef5971596c
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/cebdc8b7ffe2b745a41ef1622425e8ef5971596c
  Author: Bruno Dillenseger 
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare for next development iteration


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/clif-performance-testing-plugin]

2017-02-02 Thread GitHub
  Branch: refs/tags/clif-performance-testing-1.0.0
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/clif-performance-testing-plugin] 6b3ab4: [maven-release-plugin] prepare release clif-perfor...

2017-02-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 6b3ab47b0d38e99e9401eeb800dd09d5369a2eaf
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/6b3ab47b0d38e99e9401eeb800dd09d5369a2eaf
  Author: Bruno Dillenseger 
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release clif-performance-testing-1.0.0


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/clif-performance-testing-plugin] e160d4: [maven-release-plugin] prepare release clif-perfor...

2017-02-02 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: e160d4095b664e46c1277bcf9996f9703151017f
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/e160d4095b664e46c1277bcf9996f9703151017f
  Author: Bruno Dillenseger 
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release clif-performance-testing-1.0.0


  Commit: 1cbf6171a7a46c5d05e9c00df8c91068117e4e05
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/1cbf6171a7a46c5d05e9c00df8c91068117e4e05
  Author: Bruno Dillenseger 
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of clif-performance-testing-1.0.0


  Commit: f706d9d151b5ff7f660093ac6c1617a1fd74ee11
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/f706d9d151b5ff7f660093ac6c1617a1fd74ee11
  Author: Bruno Dillenseger 
  Date:   2017-02-02 (Thu, 02 Feb 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fixed connection/developer connection scm URLs


Compare: 
https://github.com/jenkinsci/clif-performance-testing-plugin/compare/51386f46b416...f706d9d151b5

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/clif-performance-testing-plugin] 4d39a0: [maven-release-plugin] prepare release clif-perfor...

2017-01-27 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 4d39a021a63524aa17721fa7a42aa2a6602d
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/4d39a021a63524aa17721fa7a42aa2a6602d
  Author: Bruno Dillenseger 
  Date:   2017-01-26 (Thu, 26 Jan 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release clif-performance-testing-1.0.0


  Commit: bc97a6d0cb083cf96d2d1a61153dc33faee10295
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/bc97a6d0cb083cf96d2d1a61153dc33faee10295
  Author: Bruno Dillenseger 
  Date:   2017-01-26 (Thu, 26 Jan 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of clif-performance-testing-1.0.0


  Commit: e3898b2dd7d26d70ec685cafc6c07eecc7ca4015
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/e3898b2dd7d26d70ec685cafc6c07eecc7ca4015
  Author: Bruno Dillenseger 
  Date:   2017-01-26 (Thu, 26 Jan 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release clif-performance-testing-1.0.0


  Commit: 4f9f2f8f117696b132aa7f567058cc26f79a0cb9
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/4f9f2f8f117696b132aa7f567058cc26f79a0cb9
  Author: Bruno Dillenseger 
  Date:   2017-01-26 (Thu, 26 Jan 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of clif-performance-testing-1.0.0


  Commit: 9f94537fefc7610c63faf3d1cf21db1043e57866
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/9f94537fefc7610c63faf3d1cf21db1043e57866
  Author: Bruno Dillenseger 
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release clif-performance-testing-1.0.0


  Commit: d199e90fe1b1811bcc102ffdc46140bea8901094
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/d199e90fe1b1811bcc102ffdc46140bea8901094
  Author: Bruno Dillenseger 
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of clif-performance-testing-1.0.0


  Commit: 51386f46b416aa04b892e7e20ad50d2cc2f012f3
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/51386f46b416aa04b892e7e20ad50d2cc2f012f3
  Author: Bruno Dillenseger 
  Date:   2017-01-27 (Fri, 27 Jan 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Further try to make Maven release work (trouble with "read-only" scm
connection)


Compare: 
https://github.com/jenkinsci/clif-performance-testing-plugin/compare/3b98b5607e1b...51386f46b416

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/clif-performance-testing-plugin] 61d443: [maven-release-plugin] prepare release clif-perfor...

2017-01-26 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 61d443e48313c66313c0ceff54b889486308f46b
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/61d443e48313c66313c0ceff54b889486308f46b
  Author: Bruno Dillenseger 
  Date:   2017-01-26 (Thu, 26 Jan 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release clif-performance-testing-1.0.0


  Commit: e69b1efd02ada9431a066f3022555bd65d1d3a87
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/e69b1efd02ada9431a066f3022555bd65d1d3a87
  Author: Bruno Dillenseger 
  Date:   2017-01-26 (Thu, 26 Jan 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of clif-performance-testing-1.0.0


  Commit: b8cc51a22421bc9482de5df6316b2790bfda532b
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/b8cc51a22421bc9482de5df6316b2790bfda532b
  Author: Bruno Dillenseger 
  Date:   2017-01-26 (Thu, 26 Jan 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] prepare release clif-performance-testing-1.0.0


  Commit: 4b834214d30ad2d19b5f9ff7e28617cab5b9a46c
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/4b834214d30ad2d19b5f9ff7e28617cab5b9a46c
  Author: Bruno Dillenseger 
  Date:   2017-01-26 (Thu, 26 Jan 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  [maven-release-plugin] rollback the release of clif-performance-testing-1.0.0


  Commit: 3b98b5607e1bff06737a0b045d5b89c558d693a0
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/3b98b5607e1bff06737a0b045d5b89c558d693a0
  Author: Bruno Dillenseger 
  Date:   2017-01-26 (Thu, 26 Jan 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Fixes for maven release: (1) set scm information; (2) discarded
distributionManagement information which seems redundant with parent POM


Compare: 
https://github.com/jenkinsci/clif-performance-testing-plugin/compare/968db6f05a58...3b98b5607e1b

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/clif-performance-testing-plugin] 968db6: Upgrading parent POM version to 2.21, hoping it wi...

2017-01-25 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 968db6f05a58fa92723b8429aa59d2fa49517545
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/968db6f05a58fa92723b8429aa59d2fa49517545
  Author: Bruno Dillenseger 
  Date:   2017-01-25 (Wed, 25 Jan 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Upgrading parent POM version to 2.21, hoping it will solve build issues
at jenkins.ci.cloudbees.com continuous integration server


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/clif-performance-testing-plugin] 3e5730: Global improvement of titles and labels, mainly to...

2017-01-24 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 3e5730b3c233de6a62af8e116f801dbc5bedd3bc
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/3e5730b3c233de6a62af8e116f801dbc5bedd3bc
  Author: Bruno Dillenseger 
  Date:   2017-01-24 (Tue, 24 Jan 2017)

  Changed paths:
M 
src/main/resources/org/ow2/clif/jenkins/ClifProjectAction/index_fr.properties
M src/main/resources/org/ow2/clif/jenkins/ClifPublisher/config.properties
M src/main/resources/org/ow2/clif/jenkins/ClifPublisher/config_fr.properties
M src/main/resources/org/ow2/clif/jenkins/Messages.properties
M src/main/resources/org/ow2/clif/jenkins/Messages_fr.properties
M src/main/resources/org/ow2/clif/jenkins/parser/clif/Messages.properties
M src/main/resources/org/ow2/clif/jenkins/parser/clif/Messages_fr.properties
M src/main/resources/org/ow2/clif/jenkins/tags/injectorTable.properties
M src/main/resources/org/ow2/clif/jenkins/tags/injectorTable_fr.properties
M src/main/resources/org/ow2/clif/jenkins/tags/probeHeader.jelly
M src/main/resources/org/ow2/clif/jenkins/tags/probeHeader.properties
M src/main/resources/org/ow2/clif/jenkins/tags/probeHeader_fr.properties

  Log Message:
  ---
  Global improvement of titles and labels, mainly to discard response time
units (ms), since some load injectors may measure reposne times with
other units (e.g. microsecond)


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/clif-performance-testing-plugin] d0e14b: Now refer to the official Wiki page at jenkins-ci....

2017-01-20 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: d0e14b0d97b2d80bd2d9dc6a58ef1e46e3c2b88f
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/d0e14b0d97b2d80bd2d9dc6a58ef1e46e3c2b88f
  Author: Bruno Dillenseger 
  Date:   2017-01-20 (Fri, 20 Jan 2017)

  Changed paths:
M README.md

  Log Message:
  ---
  Now refer to the official Wiki page at jenkins-ci.org


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/clif-performance-testing-plugin] cff166: Added developer id for Bruno Dillenseger, to match...

2017-01-19 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: cff1663001a4a41f8916d51791da3976d485fc85
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/cff1663001a4a41f8916d51791da3976d485fc85
  Author: Bruno Dillenseger 
  Date:   2017-01-19 (Thu, 19 Jan 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Added developer id for Bruno Dillenseger, to match jenkins-ci.org
account.


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/clif-performance-testing-plugin] 11b643: Changed URL to new plug-in site at jenkins-ci.org

2017-01-18 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/clif-performance-testing-plugin
  Commit: 11b643b86db1180a7d5f81adff8ad9879051b88f
  
https://github.com/jenkinsci/clif-performance-testing-plugin/commit/11b643b86db1180a7d5f81adff8ad9879051b88f
  Author: Bruno Dillenseger 
  Date:   2017-01-18 (Wed, 18 Jan 2017)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Changed URL to new plug-in site at jenkins-ci.org


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.