Christopher Sullivan

Results 8 comments of Christopher Sullivan

@ssbarnea I've run this as well, setting the environment variables for `CI_JIRA_ADMIN`, `CI_JIRA_ADMIN_PASSWORD`, `CI_JIRA_USER`, `CI_JIRA_USER_PASSWORD` to my own username (my e-mail) and my API token. I was able to successfully...

@ssbarnea Thanks, I've been able to update the build to use a new token I generated for the `ci-admin`/`ci-user` users. This has fixed authentication. It does appear that some tests...

@ssbarnea @truthbyron I have the CI returned to green by https://github.com/pycontribs/jira/pull/909 It's likely there still remains code broken by Jira's GDPR compliance updates that's not covered by the tests.

@makegofast This error message is the text response coming from the Jira API directly. You can replicate this using the `requests` library: ```python import requests url = 'https://mycompany.atlassian.net' headers =...

@makegofast The message is perfectly accurate as well. As of June 3rd, 2019, use of basic auth _with password_ is indeed not allowed, [you must use a _token_ if you...

Since this project is open source, can it use GitHub Actions for free? I might not be able to get to it for a few weeks, but I could look...

@dene14 @bdellegrazie I've opened a PR that automatically builds and publishes, it generaties artifacts for regular commits and publishes to the release: https://github.com/AdaptiveConsulting/nexus-casc-plugin/pull/12

I can see that you created a release from the commit after you merged the workflow. It should have then kicked off the workflow to create the release bundle. Let...