mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2026-06-21 01:40:17 +02:00
add plugins from build.gradle.kts, rm deprecated pipeline-model-declarative-agent
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user