Skip to content

Commit

Permalink
remove cloud name from config page
Browse files Browse the repository at this point in the history
  • Loading branch information
car-roll committed Sep 12, 2023
1 parent 9fb646e commit 21dad94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
<properties>
<revision>1.6</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.387.3</jenkins.version>
<jenkins.version>2.423-rc34197.1024b_9eb_344b_</jenkins.version>
<!-- TODO: https://github.com/jenkinsci/jenkins/pull/8310 -->
<gitHubRepo>jenkinsci/docker-plugin</gitHubRepo>
<!-- Our unit-tests that talk to a real docker deamon aren't very stable -->
<surefire.rerunFailingTestsCount>3</surefire.rerunFailingTestsCount>
Expand All @@ -76,7 +77,7 @@
<dependencies>
<dependency>
<groupId>io.jenkins.tools.bom</groupId>
<artifactId>bom-2.387.x</artifactId>
<artifactId>bom-2.414.x</artifactId>
<version>2401.v7a_d68f8d0b_09</version>
<type>pom</type>
<scope>import</scope>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:f="/lib/form" xmlns:c="/lib/credentials" >

<f:entry title="${%Name}" field="name">
<f:textbox default="docker"/>
</f:entry>

<f:advanced title="${%Docker Cloud details}" align="left">

<f:property field="dockerApi"/>
Expand Down

0 comments on commit 21dad94

Please sign in to comment.