Hello,
In my script,
### Update Jira with a comment
export USER=hudson
$JIRA -s issues.apache.org/jira login hamaqa $JIRA_PASSWD
$JIRA -s issues.apache.org/jira comment $defect "$comment"
$JIRA -s issues.apache.org/jira logout
And, I received the below error when I run it.
[Errno 13] Permission denied: '/export/home/hudson/.jirarc'
Previous login is invalid or has expired
Login failed
What should I do? If you know about it, please let me know.
Thanks.
--
Best regards, Edward J. Yoon
edwardyoon@apache.org
http://blog.udanax.org
---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@incubator.apache.org
For additional commands, e-mail: general-help@incubator.apache.org
|