Megha Mehta
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
4 deletions
-
Jenkinsfile
|
@ -1,8 +1,4 @@ |
|
|
node { |
|
|
node { |
|
|
stage('SCM checkout') { |
|
|
|
|
|
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[url: 'https://github.com/radtac-craft/argocd-example-apps.git']]]) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
stage('Start argocd') { |
|
|
stage('Start argocd') { |
|
|
withKubeConfig(credentialsId: 'aws-eksctl-kubeconfig', serverUrl: '') { |
|
|
withKubeConfig(credentialsId: 'aws-eksctl-kubeconfig', serverUrl: '') { |
|
|
// sh 'kubectl get all' |
|
|
// sh 'kubectl get all' |
|
|