Jenkins – Kubeconfig

  To store and switch between Kubernetes configurations, you can use the Kubernetes CLI plugin, to work with it, “kubectl” must be installed in the system Install the plugin Go to “Manage Jenkins”   Section “Manage Plugins”   Go to the “Available” tab and in the search indicate “Kubernetes CLI” Install it.   Add Kubernetes … Continue reading "Jenkins – Kubeconfig"

Jenkins – Pipeline Credentials

  Create “Credentials” with type “Secret text“. Fill in the ID and add a secret description optional. Add the following to Jenkinsfile: After that, you can use the variable “MY_PASSWORD“, without fear that it will be shown in clear text.