This repository was archived by the owner on Nov 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding remote authentication support
- Remote authentication support via the API Token - Help files for new fields - Hitting the remote URL is now done via POST and not GET
- Loading branch information
Showing
6 changed files
with
63 additions
and
9 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
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
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
12 changes: 12 additions & 0 deletions
12
...s/org/jenkinsci/plugins/ParameterizedRemoteTrigger/RemoteJenkinsServer/help-apiToken.html
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,12 @@ | ||
<div> | ||
<div style="font-weight: bolder; text-decoration: underline"> | ||
API Token | ||
</div> | ||
This API token from the remote host that will be used for authentication. | ||
<br/> | ||
See the <a href="https://wiki.jenkins-ci.org/display/JENKINS/Remote+access+API" target="_blank"> | ||
Jenkins wiki | ||
</a> | ||
for more details. | ||
</div> | ||
|
7 changes: 7 additions & 0 deletions
7
...s/org/jenkinsci/plugins/ParameterizedRemoteTrigger/RemoteJenkinsServer/help-username.html
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 @@ | ||
<div> | ||
<div style="font-weight: bolder; text-decoration: underline"> | ||
Remote Username | ||
</div> | ||
The username that will be utilized when opening a connection to the remote host. | ||
</div> | ||
|
Can this ever be null?