Browse Source

Update Jenkinsfile

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

2
Jenkinsfile

@ -8,7 +8,7 @@ node {
sh"""
kubectl port-forward svc/argocd-server -n argocd 8080:443&
argocd login 127.0.0.1:8080 --insecure --username ${USERNAME} --password ${PASSWORD}
argocd login 127.0.0.1:8080 --insecure --username ${USERNAME} --password \${PASSWORD}
argocd app list
"""
}

Loading…
Cancel
Save