diff --git a/README.md b/README.md index 6fee11967..986645cd7 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,13 @@ Please see the [Google Compute Engine Plugin](docs/Home.md) docs for complete do 1. Choose the Jenkins plugin file downloaded in Step 1. 1. Click the **Upload** button. +## Configuration as Code Support +Support for [Jenkins Configuration as Code](https://jenkins.io/projects/jcasc/). See the below examples that are already automatically tested: + +* [A configuration example](./src/test/resources/com/google/jenkins/plugins/computeengine/configuration-as-code.yml) +* [Another configuration example with Windows workers](./src/test/resources/com/google/jenkins/plugins/computeengine/integration/configuration-as-code-windows-it.yml) + + ## Feature requests and bug reports Please file feature requests and bug reports under [issues](https://github.com/jenkinsci/google-compute-engine-plugin/issues). diff --git a/pom.xml b/pom.xml index 272969b84..a2c19e907 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,7 @@ - 2.138.4 + 2.150.3 0 8 1.8 @@ -83,18 +83,27 @@ 1.25.0 214 0.2.1 - 0.1.55 4.1.0 10 balanced 2.2 + + + + io.jenkins.tools.bom + bom-2.150.x + 4 + pom + import + + + - com.jcraft + org.jenkins-ci.plugins jsch - ${jsch.version} org.jenkins-ci.plugins @@ -109,12 +118,10 @@ org.jenkins-ci.plugins ssh-credentials - 1.17 org.jenkins-ci.plugins credentials - 2.2.0 com.google.guava @@ -181,7 +188,6 @@ org.jenkins-ci.plugins durable-task - 1.28 org.projectlombok @@ -217,7 +223,6 @@ org.jenkins-ci.plugins plain-credentials - 1.5 test