#126 Change Configuration As Code plugin version from 1.29 to 1.32
This commit is contained in:
parent
bad8236104
commit
a8a380955a
|
|
@ -1,14 +1,14 @@
|
|||
package plugins
|
||||
|
||||
const (
|
||||
configurationAsCodePlugin = "configuration-as-code:1.29"
|
||||
configurationAsCodePlugin = "configuration-as-code:1.32"
|
||||
configurationAsCodeSupportPlugin = "configuration-as-code-support:1.19"
|
||||
gitPlugin = "git:3.12.0"
|
||||
jobDslPlugin = "job-dsl:1.76"
|
||||
kubernetesCredentialsProviderPlugin = "kubernetes-credentials-provider:0.12.1"
|
||||
kubernetesPlugin = "kubernetes:1.18.3"
|
||||
workflowAggregatorPlugin = "workflow-aggregator:2.6"
|
||||
workflowJobPlugin = "workflow-job:2.34"
|
||||
workflowJobPlugin = "workflow-job:2.35"
|
||||
)
|
||||
|
||||
// basePluginsList contains plugins to install by operator
|
||||
|
|
|
|||
Loading…
Reference in New Issue