refactor password source, allow for "pass" to be used, update tests to use password-source: pass

This commit is contained in:
Cory Bennett
2016-12-18 15:07:17 -08:00
parent 24fd8f6fad
commit cb70941aad
17 changed files with 322 additions and 30 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
#!/bin/sh
echo password-source: pass
if [ -z "$JIRACLOUD" ]; then
echo endpoint: http://localhost:8080
echo user: gojira
echo password-keyring: true
else
echo endpoint: https://go-jira.atlassian.net
echo user: gojira@example.com