forked from jenkinsci/docker-agents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild-windows.yaml
More file actions
33 lines (32 loc) · 818 Bytes
/
build-windows.yaml
File metadata and controls
33 lines (32 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
version: '3'
services:
jdk8-nanoserver:
build:
context: ./8/windows/nanoserver-1809/
args:
- VERSION=$REMOTING_VERSION
jdk11-nanoserver:
build:
context: ./11/windows/nanoserver-1809/
args:
- VERSION=$REMOTING_VERSION
jdk17-nanoserver:
build:
context: ./17/windows/nanoserver-1809/
args:
- VERSION=$REMOTING_VERSION
jdk8-windowsservercore:
build:
context: ./8/windows/windowsservercore-ltsc2019/
args:
- VERSION=$REMOTING_VERSION
jdk11-windowsservercore:
build:
context: ./11/windows/windowsservercore-ltsc2019/
args:
- VERSION=$REMOTING_VERSION
jdk17-windowsservercore:
build:
context: ./17/windows/windowsservercore-ltsc2019/
args:
- VERSION=$REMOTING_VERSION