mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Merge pull request #22330 from pwittrock/jenkins-cleanup
node e2e ci - clean up workspace before builds
This commit is contained in:
commit
6154f59599
@ -103,6 +103,7 @@
|
|||||||
GOROOT=/usr/local/go
|
GOROOT=/usr/local/go
|
||||||
GOPATH=$WORKSPACE/go
|
GOPATH=$WORKSPACE/go
|
||||||
PATH=$PATH:$GOROOT/bin:$WORKSPACE/go/bin
|
PATH=$PATH:$GOROOT/bin:$WORKSPACE/go/bin
|
||||||
|
- workspace-cleanup
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: node-docker-canary-build
|
name: node-docker-canary-build
|
||||||
@ -120,6 +121,8 @@
|
|||||||
owner: 'pszczesniak@google.com'
|
owner: 'pszczesniak@google.com'
|
||||||
jobs:
|
jobs:
|
||||||
- '{gitproject}-dockercanarybuild-ci'
|
- '{gitproject}-dockercanarybuild-ci'
|
||||||
|
wrappers:
|
||||||
|
- workspace-cleanup
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: node-gce-e2e
|
name: node-gce-e2e
|
||||||
|
Loading…
Reference in New Issue
Block a user