-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from jvz/secret-textarea-ui
Use secretTextarea for SSH key UI
- Loading branch information
Showing
5 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd"> | ||
<extension> | ||
<groupId>io.jenkins.tools.incrementals</groupId> | ||
<artifactId>git-changelist-maven-extension</artifactId> | ||
<version>1.0-beta-7</version> | ||
</extension> | ||
</extensions> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-Pconsume-incrementals | ||
-Pmight-produce-incrementals |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
</parent> | ||
|
||
<artifactId>ssh-credentials</artifactId> | ||
<version>1.16-SNAPSHOT</version> | ||
<version>${revision}${changelist}</version> | ||
<packaging>hpi</packaging> | ||
|
||
<name>SSH Credentials Plugin</name> | ||
|
@@ -66,10 +66,12 @@ | |
<connection>scm:git:git://github.com/jenkinsci/ssh-credentials-plugin.git</connection> | ||
<developerConnection>scm:git:[email protected]:jenkinsci/ssh-credentials-plugin.git</developerConnection> | ||
<url>http://github.com/jenkinsci/ssh-credentials-plugin</url> | ||
<tag>HEAD</tag> | ||
<tag>${scmTag}</tag> | ||
</scm> | ||
|
||
<properties> | ||
<revision>1.16</revision> | ||
<changelist>-SNAPSHOT</changelist> | ||
<jenkins.version>2.73.3</jenkins.version> | ||
<java.level>8</java.level> | ||
</properties> | ||
|
@@ -95,6 +97,12 @@ | |
<version>0.1.55</version> | ||
<optional>true</optional> | ||
</dependency> | ||
<dependency> | ||
<!-- TODO: after upgrading jenkins.version >= 2.171, migrate dependency --> | ||
<groupId>io.jenkins.temp.jelly</groupId> | ||
<artifactId>multiline-secrets-ui</artifactId> | ||
<version>1.0</version> | ||
</dependency> | ||
<!-- plugin dependencies --> | ||
<dependency> | ||
<groupId>org.jenkins-ci.plugins</groupId> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters