-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add windows 10 agent configuration
Related to https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/4168 Signed-off-by: sebastien.heurtematte <[email protected]>
- Loading branch information
1 parent
02554fe
commit 5caf026
Showing
6 changed files
with
146 additions
and
47 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 |
---|---|---|
|
@@ -22,6 +22,28 @@ jenkins: | |
locations: | ||
- home: "C:\\Program Files\\Git\\bin\\git" | ||
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default" | ||
- permanent: | ||
labelString: "windows windows10" | ||
launcher: | ||
inbound: | ||
webSocket: true | ||
workDirSettings: | ||
disabled: false | ||
failIfWorkDirIsMissing: false | ||
internalDir: "remoting" | ||
mode: EXCLUSIVE | ||
name: "9pfnn-win10" | ||
nodeDescription: "Windows 10 Pro N, no login session, hosted on Azure" | ||
remoteFS: "C:\\Users\\genie.openpass\\jenkins_agent" | ||
retentionStrategy: "always" | ||
nodeProperties: | ||
- watcher: | ||
offlineAddresses: "[email protected]" | ||
onlineAddresses: "[email protected]" | ||
- toolLocation: | ||
locations: | ||
- home: "C:\\Program Files\\Git\\bin\\git" | ||
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default" | ||
security: | ||
gitHostKeyVerificationConfiguration: | ||
sshHostKeyVerificationStrategy: | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -444,6 +444,28 @@ jenkins: | |
locations: | ||
- home: "C:\\Program Files\\Git\\bin\\git" | ||
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default" | ||
- permanent: | ||
labelString: "windows windows10" | ||
launcher: | ||
inbound: | ||
webSocket: true | ||
workDirSettings: | ||
disabled: false | ||
failIfWorkDirIsMissing: false | ||
internalDir: "remoting" | ||
mode: EXCLUSIVE | ||
name: "9pfnn-win10" | ||
nodeDescription: "Windows 10 Pro N, no login session, hosted on Azure" | ||
remoteFS: "C:\\Users\\genie.openpass\\jenkins_agent" | ||
retentionStrategy: "always" | ||
nodeProperties: | ||
- watcher: | ||
offlineAddresses: "[email protected]" | ||
onlineAddresses: "[email protected]" | ||
- toolLocation: | ||
locations: | ||
- home: "C:\\Program Files\\Git\\bin\\git" | ||
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default" | ||
security: | ||
apiToken: | ||
creationOfLegacyTokenEnabled: false | ||
|
@@ -536,6 +558,8 @@ tool: | |
home: "/opt/tools/java/openjdk/latest" | ||
- name: "openjdk-ea-latest" | ||
home: "/opt/tools/java/openjdk/ea-latest" | ||
- name: "openjdk-jdk22-latest" | ||
home: "/opt/tools/java/openjdk/jdk-22/latest" | ||
- name: "openjdk-jdk21-latest" | ||
home: "/opt/tools/java/openjdk/jdk-21/latest" | ||
- name: "openjdk-jdk20-latest" | ||
|
@@ -632,6 +656,12 @@ tool: | |
home: "/opt/tools/java/ibm/latest" | ||
- name: "semeru-latest" | ||
home: "/opt/tools/java/semeru/latest" | ||
- name: "semeru-jdk21-latest" | ||
home: "/opt/tools/java/semeru/jdk-21/latest" | ||
- name: "semeru-jdk20-latest" | ||
home: "/opt/tools/java/semeru/jdk-20/latest" | ||
- name: "semeru-jdk19-latest" | ||
home: "/opt/tools/java/semeru/jdk-19/latest" | ||
- name: "semeru-jdk18-latest" | ||
home: "/opt/tools/java/semeru/jdk-18/latest" | ||
- name: "semeru-jdk17-latest" | ||
|
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
Oops, something went wrong.