Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DickChesterwood committed Apr 25, 2019
1 parent a67f327 commit cb3fb54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ pipeline {

stage('Deploy to Cluster') {
steps {
// withKubeConfig(contextName: 'default', credentialsId: '9a91910b-c106-47bc-bc12-757dfd2ad6a2', namespace: 'default', serverUrl: '${KUBERNETES_API_SERVER}') {
withKubeConfig(contextName: 'default', credentialsId: '9a91910b-c106-47bc-bc12-757dfd2ad6a2', namespace: 'default', serverUrl: '${KUBERNETES_API_SERVER}') {
sh 'envsubst < ${WORKSPACE}/deploy.yaml | kubectl apply -f -'
// }
}
}
}
}
Expand Down

0 comments on commit cb3fb54

Please sign in to comment.