Skip to content

Commit

Permalink
feat: add windows 10 agent configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
heurtematte committed Jan 25, 2024
1 parent 789e8fc commit 12ded34
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 4 deletions.
24 changes: 23 additions & 1 deletion instances/automotive.openpass/jenkins/configuration.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jenkins:
nodes:
- permanent:
labelString: "windows windows10"
labelString: "windows"
launcher:
inbound:
webSocket: true
Expand All @@ -22,6 +22,28 @@ jenkins:
locations:
- home: "C:\\Program Files\\Git\\bin\\git"
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default"
- permanent:
labelString: "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:
Expand Down
24 changes: 23 additions & 1 deletion instances/automotive.openpass/target/jenkins/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ jenkins:
name: m2-dir
nodes:
- permanent:
labelString: "windows windows10"
labelString: "windows"
launcher:
inbound:
webSocket: true
Expand All @@ -444,6 +444,28 @@ jenkins:
locations:
- home: "C:\\Program Files\\Git\\bin\\git"
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default"
- permanent:
labelString: "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
Expand Down
2 changes: 1 addition & 1 deletion instances/automotive.openpass/target/jenkins/plugins.log
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ trilead-api 2.133.vfb_8a_7b_9c5dd1
variant 60.v7290fc0eb_b_cd
warnings-ng 10.7.0
workflow-aggregator 596.v8c21c963d92d
workflow-api 1283.v99c10937efcb_
workflow-api 1289.va_cf779f32df0
workflow-basic-steps 1042.ve7b_140c4a_e0c
workflow-cps 3853.vb_a_490d892963
workflow-durable-task-step 1317.v5337e0c1fe28
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ data:
name: m2-dir
nodes:
- permanent:
labelString: "windows windows10"
labelString: "windows"
launcher:
inbound:
webSocket: true
Expand All @@ -467,6 +467,28 @@ data:
locations:
- home: "C:\\Program Files\\Git\\bin\\git"
key: "hudson.plugins.git.GitTool$DescriptorImpl@Default"
- permanent:
labelString: "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
Expand Down

0 comments on commit 12ded34

Please sign in to comment.