SUSE / caasp-salt

A collection of salt states used to provision a kubernetes cluster
Apache License 2.0
64 stars 29 forks source link

Jenkinsfile: Use docker cmdline directly instead of k8s Jenkins plugin #722

Closed hwoarang closed 5 years ago

hwoarang commented 5 years ago

The tox and flake8 pipelines are the only ones which depend on the k8s Jenkins plugin. As such, we can use docker directly in order to be able to drop the plugin from the server. The nodelabel is hardcoded because it does not make much sense to make this configurable given everything happens on a container.