-
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.
[JENKINS-57824] Change privateKey and use timestamp
- Loading branch information
1 parent
072a8fc
commit ee64fa0
Showing
4 changed files
with
23 additions
and
30 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
21 changes: 21 additions & 0 deletions
21
...t/resources/com/cloudbees/jenkins/plugins/sshcredentials/jcasc/configuration-as-code.yaml
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,21 @@ | ||
jenkins: | ||
systemMessage: Jenkins with SSH Credentials for JCasC test | ||
|
||
credentials: | ||
system: | ||
domainCredentials: | ||
- credentials: | ||
- usernamePassword: | ||
scope: SYSTEM | ||
id: "userid" | ||
username: "username-of-userid" | ||
password: "password-of-userid" | ||
- basicSSHUserPrivateKey: | ||
scope: SYSTEM | ||
id: "userid2" | ||
username: "username-of-userid2" | ||
passphrase: "passphrase-of-userid2" | ||
description: "the description of userid2" | ||
privateKeySource: | ||
directEntry: | ||
privateKey: "sp0ds9d+skkfjf" |
21 changes: 0 additions & 21 deletions
21
src/test/resources/com/cloudbees/jenkins/plugins/sshcredentials/jcasc/ssh-credentials.yml
This file was deleted.
Oops, something went wrong.