Skip to content

Commit

Permalink
missin file
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Suarez committed Aug 15, 2019
1 parent 2ced880 commit f37296a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
steps {
sleep 45
bat 'dir'
// container(name:'windows-sdk'){
// container(name:'windows-dotnet'){
// bat 'dotnet -h'
// }
}
Expand Down
15 changes: 15 additions & 0 deletions dotnet-pod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
kind: Pod
metadata:
name: windows
spec:
containers:
- name: jnlp
image: jenkins4eval/jnlp-agent:latest-windows
tty: true
workingDir: C:\jenkins\home
- name: windows-dotnet
image: mcr.microsoft.com/dotnet/core/sdk:2.1
tty: true
workingDir: C:\jenkins\home
nodeSelector:
agentpool: winage

0 comments on commit f37296a

Please sign in to comment.