diff --git a/deploy/kubernetes/Jenkinsfile.yml b/deploy/kubernetes/Jenkinsfile.yml index e75e2f54c10..0109372e436 100644 --- a/deploy/kubernetes/Jenkinsfile.yml +++ b/deploy/kubernetes/Jenkinsfile.yml @@ -13,6 +13,8 @@ when: platform: "linux && ubuntu-18" ## default label for all the stages stages: lint: - make: "make -C deploy/kubernetes all" + make: | + make -C deploy/kubernetes all; + make check-no-changes; k8sTest: k8sTest: "v1.18.2,v1.17.2,v1.16.4,v1.15.7,v1.14.10"