diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..7cd8a9e --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,12 @@ +/* +See the documentation for more options: +https://github.com/jenkins-infra/pipeline-library/ +*/ +buildPlugin( + forkCount: '1C', // Run a JVM per core in tests + useContainerAgent: true, // Set to `false` if you need to use Docker for containerized tests + configurations: [ + [platform: 'linux', jdk: 11], + [platform: 'windows', jdk: 8] + ] +) \ No newline at end of file diff --git a/pom.xml b/pom.xml index 3cb2beb..a677975 100644 --- a/pom.xml +++ b/pom.xml @@ -4,27 +4,22 @@ org.jenkins-ci.plugins plugin - 4.16 + 4.88 + - 2.338 - 8 + + 2.462 + ${jenkins.baseline}.3 buildwrapper true - scm:git:git://github.com/jenkinsci/testingbot-plugin.git + scm:git:https://github.com/jenkinsci/testingbot-plugin.git scm:git:git@github.com:jenkinsci/testingbot-plugin.git testingbot-1.20-SNAPSHOT https://github.com/jenkinsci/testingbot-plugin - - - testingbot - Jochen Delabie - info@testingbot.com - - @@ -67,8 +62,8 @@ io.jenkins.tools.bom - bom-2.235.x - 25 + bom-${jenkins.baseline}.x + 4228.v0a_71308d905b_ import pom @@ -110,7 +105,6 @@ junit junit - 4.13.2 test diff --git a/src/main/resources/index.jelly b/src/main/resources/index.jelly new file mode 100644 index 0000000..307e766 --- /dev/null +++ b/src/main/resources/index.jelly @@ -0,0 +1,4 @@ + +
+ This plugin integrates videos/screenshots of your TestingBot.com Selenium tests +