File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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" >
33 <modelVersion >4.0.0</modelVersion >
4+
45 <parent >
56 <groupId >org.jenkins-ci.plugins</groupId >
67 <artifactId >plugin</artifactId >
78 <version >4.88</version >
89 <relativePath />
910 </parent >
11+
1012 <groupId >io.jenkins.plugins</groupId >
1113 <artifactId >conflict-aware-ondemand-strategy</artifactId >
1214 <version >${revision} .${changelist} </version >
1315 <packaging >hpi</packaging >
16+
1417 <properties >
1518 <revision >2</revision >
1619 <changelist >999999-SNAPSHOT</changelist >
2023 <spotbugs .effort>Max</spotbugs .effort>
2124 <spotbugs .threshold>Low</spotbugs .threshold>
2225 </properties >
26+
2327 <name >Conflict Aware On Demand Retention Strategy Plugin</name >
28+ <description >Extension of the standard "On Demand" launch and
29+ retention strategy for Jenkins build agents such as the
30+ SSH Build Agents, limiting the resource stress on a single
31+ system hosting several such agents.</description >
2432 <url >https://github.com/jenkinsci/${project.artifactId} -plugin</url >
33+ <inceptionYear >2021</inceptionYear >
2534
2635 <dependencyManagement >
2736 <dependencies >
You can’t perform that action at this time.
0 commit comments