Skip to content

Commit

Permalink
[JENKINS-47105] Checking effect of updated parent.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Sep 25, 2017
1 parent 41ac59c commit 9424021
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -1 +1 @@
buildPlugin(jenkinsVersions: [null, '2.60.3', '2.73.1'])
buildPlugin(jenkinsVersions: [null, '2.60.3', '2.73.1'], failFast: false)
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.33</version>
<version>2.35</version>
<relativePath />
</parent>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down Expand Up @@ -62,6 +62,7 @@
</pluginRepository>
</pluginRepositories>
<properties>
<test>CpsFlowExecutionTest</test> <!-- TODO -->
<jenkins.version>2.7.3</jenkins.version>
<no-test-jar>false</no-test-jar>
<git-plugin.version>3.1.0</git-plugin.version>
Expand Down

0 comments on commit 9424021

Please sign in to comment.