[17.02.20] Setup kubernetes auth and bring back github tagging
This commit is contained in:
parent
cc02c29f20
commit
ab594d0f00
@ -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
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user