diff --git a/Jenkinsfile b/Jenkinsfile index c40a828..ac25f53 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,11 @@ #!groovy -def recentLTS = '2.361.2' -buildPlugin(configurations: [ - [ platform: 'linux', jdk: '8', jenkins: null ], - [ platform: 'windows', jdk: '11', jenkins: recentLTS ], - [ platform: 'linux', jdk: '11', jenkins: recentLTS ], - [ platform: 'linux', jdk: '17', jenkins: recentLTS ], -]) +def recentLTS = '2.375.2' +buildPlugin( + // Container agents start faster and are easier to administer + useContainerAgent: true, + configurations: [ + [platform: 'linux', jdk: '11'], + [platform: 'linux', jdk: '17', jenkins: recentLTS], + [platform: 'windows', jdk: '17', jenkins: recentLTS], + ] +) diff --git a/LICENSE b/LICENSE index 3fe8594..ae3ca63 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Copyright (c) 2009-2010 Peter Hayes Copyright (c) 2010-2016 Marco Ambu -Copyright (c) 2018-2019 TobiX +Copyright (c) 2018-2023 TobiX Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index d0f44c8..0142aa9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/dashboard-view.svg)](https://plugins.jenkins.io/dashboard-view) [![GitHub release](https://img.shields.io/github/release/jenkinsci/dashboard-view-plugin.svg?label=release)](https://github.com/jenkinsci/dashboard-view-plugin/releases/latest) [![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/dashboard-view.svg?color=blue)](https://plugins.jenkins.io/dashboard-view) +[![Maintenance](https://img.shields.io/maintenance/yes/2023.svg)]() This plugin contributes a new view implementation that provides a dashboard / portal-like view for your Jenkins instance. @@ -126,7 +127,7 @@ If you have the proper environment, typing: should create a plugin as `target/*.hpi`, which you can install in your Jenkins instance. Running - $ mvn hpi:run -Djenkins.version=2.164.1 + $ mvn hpi:run -Djenkins.version=2.375.2 allows you to spin up a test Jenkins instance on [localhost] to test your local changes before commiting. diff --git a/pom.xml b/pom.xml index 8250af0..9584dbe 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.jenkins-ci.plugins plugin - 4.49 + 4.54 @@ -43,7 +43,7 @@ 2 999999-SNAPSHOT jenkinsci/${project.artifactId}-plugin - 2.332.4 + 2.361.4 @@ -51,8 +51,8 @@ io.jenkins.tools.bom - bom-2.332.x - 1654.vcb_69d035fa_20 + bom-2.361.x + 1798.vc671fe94856f pom import @@ -147,11 +147,7 @@ - - - 1.7 - +