Browse Source

Update Jenkinsfile

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

4
Jenkinsfile

@ -8,6 +8,10 @@ node {
// sh"""
sh 'kubectl port-forward svc/argocd-server -n argocd 8080:443&'
sh 'argocd logout 127.0.0.1:8080'
sh 'echo $PASSWORD'
sh"""
echo $PASSWORD
"""
sh 'argocd login 127.0.0.1:8080 --insecure --username $USERNAME --password $PASSWORD'
sh 'argocd app list'
// """

Loading…
Cancel
Save