Skip to content

Commit

Permalink
Fixed teardown to use new jx context
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Arch committed Oct 26, 2018
1 parent e460011 commit 7956c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ pipeline {
}

sh "echo now tearing down the team ${TEAM}"
sh "jx uninstall -b -y --namespace ${TEAM}"
sh "jx uninstall -b --context `kubectl config current-context` --namespace ${TEAM}"
}
}
}
Expand Down

0 comments on commit 7956c4b

Please sign in to comment.