We’ve had Octopus up and working in our build server for quite a while now. We’re still running on Octopus version 1.0.13.1209. Today, we started getting the error in the subject line. I didn’t want to just upgrade to the latest version of Octopus and make things worse.
When I go to the web site, I see version 1.0.0.253 (and others) under Recent Releases.
When I go to http://octopus/api /projects, I see this:
[
{
“Id”: “projects-33”,
“Name”: “Cardholder”,
“Description”: “”,
“Links”: {
“Self”: “/api/projects/projects-33”,
“Releases”: “/api/projects/projects-33/releases”,
“Variables”: “/api/projects/projects-33/variables”,
“Steps”: “/api/projects/projects-33/steps”,
“Web”: “/projects/show/projects-33”
}
}
]
I then go to http://octopus/api/projects/projects-33/releases and I see the last release is 1.0.0.247, which coincides with when things starting breaking here. So for some reason 248 and above are not being discovered through the API but they are shown on the web site.
Any ideas on what could be going on?