diff --git a/RealJenkinsRuleInit/pom.xml b/RealJenkinsRuleInit/pom.xml index 5a0df6270..2559202a3 100644 --- a/RealJenkinsRuleInit/pom.xml +++ b/RealJenkinsRuleInit/pom.xml @@ -4,7 +4,7 @@ org.jenkins-ci.plugins plugin - 4.17 + 4.83 io.jenkins.plugins @@ -12,8 +12,7 @@ 0-SNAPSHOT hpi - 2.249 - 8 + 2.361 true true diff --git a/RealJenkinsRuleInit/src/main/resources/index.jelly b/RealJenkinsRuleInit/src/main/resources/index.jelly new file mode 100644 index 000000000..96fecee42 --- /dev/null +++ b/RealJenkinsRuleInit/src/main/resources/index.jelly @@ -0,0 +1,4 @@ + +
+ RealJenkinsRule initialization wrapper +
diff --git a/pom.xml b/pom.xml index 1842784cc..09ef7f2f8 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,7 @@ THE SOFTWARE. 999999-SNAPSHOT + 2.361 1.37 jenkinsci/${project.artifactId} diff --git a/src/main/resources/org/jvnet/hudson/test/RealJenkinsRuleInit.jpi b/src/main/resources/org/jvnet/hudson/test/RealJenkinsRuleInit.jpi index 50947410a..7b8a1e626 100644 Binary files a/src/main/resources/org/jvnet/hudson/test/RealJenkinsRuleInit.jpi and b/src/main/resources/org/jvnet/hudson/test/RealJenkinsRuleInit.jpi differ