We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
So, I use octo.exe to create release. If an package doesn't built it will try to find latest version using --packageprerelease=. I notice that if i have Jira integration turn on it will very slow. If i turn it off its supper fast. Turn out to get latest version, octo.exe call (For example) https://octopus.domain/api/Spaces-1/feeds/feeds-builtin/packages?packageId=Task&preReleaseTag=development
if JIRA is off, took 631 ms to finish if JIRA is on took 3m22s or more
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So, I use octo.exe to create release. If an package doesn't built it will try to find latest version using --packageprerelease=. I notice that if i have Jira integration turn on it will very slow. If i turn it off its supper fast. Turn out to get latest version, octo.exe call (For example) https://octopus.domain/api/Spaces-1/feeds/feeds-builtin/packages?packageId=Task&preReleaseTag=development
if JIRA is off, took 631 ms to finish
if JIRA is on took 3m22s or more
The text was updated successfully, but these errors were encountered: