[jenkinsci/influxdb-plugin] 0b425b: Update Jenkinsfile syntax (#168)

2023-12-13 Thread 'Fabian Knittel' via Jenkins Commits
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/influxdb-plugin
  Commit: 0b425ba85014b2266169c733a28c53242796a853
  
https://github.com/jenkinsci/influxdb-plugin/commit/0b425ba85014b2266169c733a28c53242796a853
  Author: Alexander Brandes 
  Date:   2023-06-28 (Wed, 28 Jun 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile syntax (#168)


  Commit: b103f46a0813128347fe2b07c3734fb5819dfae1
  
https://github.com/jenkinsci/influxdb-plugin/commit/b103f46a0813128347fe2b07c3734fb5819dfae1
  Author: Aleksi Simell 
  Date:   2023-07-20 (Thu, 20 Jul 2023)

  Changed paths:
M Jenkinsfile
M pom.xml
M src/test/java/jenkinsci/plugins/influxdb/InfluxDbPublisherTest.java

  Log Message:
  ---
  Refactor dependencies with BOM (#169)

Major cleanup of `pom.xml`: Take BOM into use and remove multiple redundant 
dependencies.


  Commit: d01cc201babdc14986ae7119be76499932f62fd6
  
https://github.com/jenkinsci/influxdb-plugin/commit/d01cc201babdc14986ae7119be76499932f62fd6
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-07-20 (Thu, 20 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump jacoco from 1.0.12 to 3.3.2.1 (#165)

Bumps [jacoco](https://github.com/jenkinsci/jacoco-plugin) from 1.0.12 to 
3.3.2.1.
- [Release notes](https://github.com/jenkinsci/jacoco-plugin/releases)
- 
[Commits](https://github.com/jenkinsci/jacoco-plugin/compare/jacoco-1.0.12...jacoco-3.3.2.1)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:jacoco
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>


  Commit: 6f03481171bbf337643eaa879d57522604606b6b
  
https://github.com/jenkinsci/influxdb-plugin/commit/6f03481171bbf337643eaa879d57522604606b6b
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2023-07-20 (Thu, 20 Jul 2023)

  Changed paths:
M pom.xml

  Log Message:
  ---
  Bump junit from 1.47 to 1166.va_436e268e972 (#166)

Bumps [junit](https://github.com/jenkinsci/junit-plugin) from 1.47 to 
1166.va_436e268e972.
- [Release notes](https://github.com/jenkinsci/junit-plugin/releases)
- [Commits](https://github.com/jenkinsci/junit-plugin/commits)

---
updated-dependencies:
- dependency-name: org.jenkins-ci.plugins:junit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>


  Commit: 49a8a54264e088e3d17c597f5840e8059d257a9a
  
https://github.com/jenkinsci/influxdb-plugin/commit/49a8a54264e088e3d17c597f5840e8059d257a9a
  Author: Aleksi Simell 
  Date:   2023-07-20 (Thu, 20 Jul 2023)

  Changed paths:
M 
src/main/java/jenkinsci/plugins/influxdb/generators/AbstractPointGenerator.java
M 
src/main/java/jenkinsci/plugins/influxdb/generators/JenkinsBasePointGenerator.java
M src/main/java/jenkinsci/plugins/influxdb/models/Target.java
M src/test/java/jenkinsci/plugins/influxdb/InfluxDbPublisherTest.java

  Log Message:
  ---
  Refactor deprecated API uses (#170)

* Remove uses of deprecated API

* Remove unused imports


  Commit: d6ef358c005c6691103c99a123c0775dc42b86e7
  
https://github.com/jenkinsci/influxdb-plugin/commit/d6ef358c005c6691103c99a123c0775dc42b86e7
  Author: Fabian Knittel 
  Date:   2023-12-12 (Tue, 12 Dec 2023)

  Changed paths:
M 
src/main/java/jenkinsci/plugins/influxdb/generators/serenity/SerenityJsonSummaryFile.java
M 
src/main/java/jenkinsci/plugins/influxdb/generators/serenity/SerenityPointGenerator.java
A 
src/test/java/jenkinsci/plugins/influxdb/generators/serenity/SerenityJsonSummaryFileTest.java

  Log Message:
  ---
  JENKINS-69384 - SerenityJsonSummaryFile: Add support for missing workspace 
(#171)

* SerenityJsonSummaryFile: Check for missing workspace (#163)

* add tests for SerenityJsonSummaryFile

* when called outside of a workspace, workspace is null -> added check
  for that edge case to avoid passing in null to Paths.get(), which
  avoids NPE on Java 17

* Remove null check for serenityjsonfile (#163)

serenityjsonfile is never null, so reduce unnecessary clutter.


Compare: 
https://github.com/jenkinsci/influxdb-plugin/compare/cfe37dfbb5a7...d6ef358c005c

-- 
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/influxdb-plugin/push/refs/heads/master/cfe37d-d6ef35%40github.com.


[jenkinsci/influxdb-plugin] 0b425b: Update Jenkinsfile syntax (#168)

2023-07-19 Thread 'Aleksi Simell' via Jenkins Commits
  Branch: refs/heads/dependencies
  Home:   https://github.com/jenkinsci/influxdb-plugin
  Commit: 0b425ba85014b2266169c733a28c53242796a853
  
https://github.com/jenkinsci/influxdb-plugin/commit/0b425ba85014b2266169c733a28c53242796a853
  Author: Alexander Brandes 
  Date:   2023-06-28 (Wed, 28 Jun 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile syntax (#168)


  Commit: 8bc15059846f6a8f4dab6d8632bcdb78e6aeb5ce
  
https://github.com/jenkinsci/influxdb-plugin/commit/8bc15059846f6a8f4dab6d8632bcdb78e6aeb5ce
  Author: Aleksi Simell 
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:

  Log Message:
  ---
  Merge branch 'development' into dependencies


Compare: 
https://github.com/jenkinsci/influxdb-plugin/compare/46b134827778...8bc15059846f

-- 
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/influxdb-plugin/push/refs/heads/dependencies/46b134-8bc150%40github.com.


[jenkinsci/influxdb-plugin] 0b425b: Update Jenkinsfile syntax (#168)

2023-06-28 Thread 'Alexander Brandes' via Jenkins Commits
  Branch: refs/heads/development
  Home:   https://github.com/jenkinsci/influxdb-plugin
  Commit: 0b425ba85014b2266169c733a28c53242796a853
  
https://github.com/jenkinsci/influxdb-plugin/commit/0b425ba85014b2266169c733a28c53242796a853
  Author: Alexander Brandes 
  Date:   2023-06-28 (Wed, 28 Jun 2023)

  Changed paths:
M Jenkinsfile

  Log Message:
  ---
  Update Jenkinsfile syntax (#168)


-- 
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/influxdb-plugin/push/refs/heads/development/cfe37d-0b425b%40github.com.