Browse Source

Update Jenkinsfile

pull/79/head
Megha Mehta 4 years ago
committed by GitHub
parent
commit
e333a80f6f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Jenkinsfile

4
Jenkinsfile

@ -1,8 +1,4 @@
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') {
withKubeConfig(credentialsId: 'aws-eksctl-kubeconfig', serverUrl: '') {
// sh 'kubectl get all'

Loading…
Cancel
Save