Skip to content

Commit 83bb6a6

Browse files
Merge pull request circleci#4018 from circleci/resource-class-windows-server
Add the missing resource_class part to the Windows Server snippet
2 parents 5c61916 + 4266886 commit 83bb6a6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

jekyll/_cci2/executor-intro.md

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
build: # name of your job
8888
machine:
8989
image: windows-default # Windows machine image
90+
resource_class: windows.medium
9091
steps:
9192
# Commands are run in a Windows virtual machine environment
9293
- checkout

jekyll/_cci2/executor-types.md

+1
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ jobs:
190190
build: # name of your job
191191
machine:
192192
image: windows-default # Windows machine image
193+
resource_class: windows.medium
193194
steps:
194195
# Commands are run in a Windows virtual machine environment
195196
- checkout

jekyll/_cci2/hello-world-windows.md

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
build: # name of your job
7575
machine:
7676
image: windows-default # Windows machine image
77+
resource_class: windows.medium
7778
steps:
7879
# Commands are run in a Windows virtual machine environment
7980
- checkout

0 commit comments

Comments
 (0)