diff --git a/.gitignore b/.gitignore index b959dd4..93c4b28 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,7 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* + +*/target/* +out/*.jar +target/lib/*.jar \ No newline at end of file diff --git a/bin/go-plugin-api-15.1.0.jar b/bin/go-plugin-api-15.1.0.jar old mode 100644 new mode 100755 diff --git a/bin/gocd-check_mk-plugin-1.0.0.jar b/bin/gocd-check_mk-plugin-1.0.0.jar index 69c3f89..445cde3 100644 Binary files a/bin/gocd-check_mk-plugin-1.0.0.jar and b/bin/gocd-check_mk-plugin-1.0.0.jar differ diff --git a/bin/gocd-docker-compose-plugin-1.0.0.jar b/bin/gocd-docker-compose-plugin-1.0.0.jar new file mode 100644 index 0000000..8e7a556 Binary files /dev/null and b/bin/gocd-docker-compose-plugin-1.0.0.jar differ diff --git a/bin/gocd-docker-machine-plugin-1.0.0.jar b/bin/gocd-docker-machine-plugin-1.0.0.jar new file mode 100644 index 0000000..2435dbe Binary files /dev/null and b/bin/gocd-docker-machine-plugin-1.0.0.jar differ diff --git a/bin/gocd-docker-pipeline-plugin-1.0.0.jar b/bin/gocd-docker-pipeline-plugin-1.0.0.jar index 689aa6a..052d2ad 100644 Binary files a/bin/gocd-docker-pipeline-plugin-1.0.0.jar and b/bin/gocd-docker-pipeline-plugin-1.0.0.jar differ diff --git a/bin/gocd-docker-plugin-2.0.0.jar b/bin/gocd-docker-plugin-2.0.0.jar new file mode 100755 index 0000000..6b7c142 Binary files /dev/null and b/bin/gocd-docker-plugin-2.0.0.jar differ diff --git a/bin/gocd-fetch-any-artifact-plugin-1.0.0.jar b/bin/gocd-fetch-any-artifact-plugin-1.0.0.jar new file mode 100644 index 0000000..da6cec8 Binary files /dev/null and b/bin/gocd-fetch-any-artifact-plugin-1.0.0.jar differ diff --git a/bin/gocd-fortify-plugin-1.0.0.jar b/bin/gocd-fortify-plugin-1.0.0.jar new file mode 100755 index 0000000..522f7e4 Binary files /dev/null and b/bin/gocd-fortify-plugin-1.0.0.jar differ diff --git a/bin/gocd-nessus-scan-plugin-1.0.0.jar b/bin/gocd-nessus-scan-plugin-1.0.0.jar old mode 100644 new mode 100755 diff --git a/bin/gocd-plugin-common-1.0.0.jar b/bin/gocd-plugin-common-1.0.0.jar old mode 100644 new mode 100755 diff --git a/bin/gocd-sonar-qualitygates-plugin-1.0.0.jar b/bin/gocd-sonar-qualitygates-plugin-1.0.0.jar old mode 100644 new mode 100755 index 28333a3..b26e310 Binary files a/bin/gocd-sonar-qualitygates-plugin-1.0.0.jar and b/bin/gocd-sonar-qualitygates-plugin-1.0.0.jar differ diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..5f56e85 --- /dev/null +++ b/build.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +mvn install:install-file \ +-Dfile=bin/go-plugin-api-15.1.0.jar \ +-DgroupId=com.thoughtworks.go \ +-DartifactId=go-plugin-api \ +-Dversion=15.1.0 \ +-Dpackaging=jar && \ +\ +mvn clean \ +package \ +-DskipTests && \ +\ +mvn cobertura:cobertura diff --git a/check_mk-plugin/pom.xml b/check_mk-plugin/pom.xml old mode 100644 new mode 100755 index 5514899..1cfdb26 --- a/check_mk-plugin/pom.xml +++ b/check_mk-plugin/pom.xml @@ -9,8 +9,8 @@ UTF-8 - 15.1.0 - 15.1.0 + 16.4.0 + 16.4.0 ${project.version} cobertura diff --git a/check_mk-plugin/resources/plugin.xml b/check_mk-plugin/resources/plugin.xml old mode 100644 new mode 100755 diff --git a/check_mk-plugin/resources/test.properties b/check_mk-plugin/resources/test.properties old mode 100644 new mode 100755 diff --git a/check_mk-plugin/resources/views/checkMk.template.html b/check_mk-plugin/resources/views/checkMk.template.html old mode 100644 new mode 100755 index be572b0..2f93da0 --- a/check_mk-plugin/resources/views/checkMk.template.html +++ b/check_mk-plugin/resources/views/checkMk.template.html @@ -25,6 +25,7 @@
@@ -59,6 +60,35 @@ +
+
+ + + +
+ Required! +
+
+
+ + + +
+ Required! +
+
+
+ + + +
+ Required! +
+
+