[17.02.20] Setup kubernetes auth and bring back github tagging

This commit is contained in:
andyjk15 2020-02-17 16:08:50 +00:00
parent cc02c29f20
commit ab594d0f00

View File

@ -83,8 +83,13 @@ try {
stage('Deploy') {
withCredentials([kubeconfigContent(credentialsId: 'Kubernetes', variable: 'CONFIG')]) {
echo $CONFIG
withCredentials(
[kubeconfigContent(
credentialsId: 'Kubernetes',
variable: 'CONFIG'
)]
) {
echo ${CONFIG}
}
// kubernetesDeploy(kubeconfigId: 'Kubernetes', // REQUIRED
//