Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 379 Bytes

File metadata and controls

2 lines (2 loc) · 379 Bytes

All tests in this plugin which touch an actual Kubernetes cluster (mainly those extending @src/test/java/org/csanchez/jenkins/plugins/kubernetes/pipeline/AbstractKubernetesPipelineTest.java) require you to pass -Pktunnel to Maven. Also use -DforkCount=1 when running multiple cluster-based test classes at once to disable concurrency, since the tests use fixed port numbers.