add plugins from build.gradle.kts, rm deprecated pipeline-model-declarative-agent

This commit is contained in:
Dima Ovcharenko
2026-04-07 16:51:52 +03:00
parent 038f2f96ea
commit f7e0ee6a6d
2 changed files with 6 additions and 1 deletions
-1
View File
@@ -129,6 +129,5 @@ sharedLibrary {
dependency("org.jenkinsci.plugins", "pipeline-model-api", declarativePluginsVersion)
dependency("org.jenkinsci.plugins", "pipeline-model-definition", declarativePluginsVersion)
dependency("org.jenkinsci.plugins", "pipeline-model-extensions", declarativePluginsVersion)
dependency("org.jenkinsci.plugins", "pipeline-model-declarative-agent", "1.1.1")
}
}
+6
View File
@@ -3,6 +3,7 @@ import jenkins.model.*
def plugins = [
"allure-jenkins-plugin",
"blueocean",
"blueocean-pipeline-api-impl",
"bouncycastle-api",
"cloudbees-folder",
"command-launcher",
@@ -11,6 +12,7 @@ def plugins = [
"docker-commons",
"docker-java-api",
"docker-workflow",
"durable-task",
"email-ext",
"file-operations",
"git",
@@ -23,7 +25,10 @@ def plugins = [
"lockable-resources",
"matrix-project",
"nodelabelparameter",
"pipeline-build-step",
"pipeline-model-api",
"pipeline-model-definition",
"pipeline-model-extensions",
"pipeline-stage-view",
"pipeline-utility-steps",
"scm-api",
@@ -32,6 +37,7 @@ def plugins = [
"structs",
"swarm-agents-cloud",
"timestamper",
"token-macro",
"workflow-aggregator",
"workflow-api",
"workflow-durable-task-step",