ipfs-inactive / dev-team-enablement

[ARCHIVED] Dev Team Enablement Working Group
3 stars 1 forks source link

Webui CI job fails to publish dnslink update #162

Closed olizilla closed 5 years ago

olizilla commented 5 years ago

Which Project is this about?

https://github.com/ipfs-shipyard/ipfs-webui

Provide a link to a example run where it went wrong

https://ci.ipfs.team/blue/organizations/jenkins/IPFS%20Shipyard%2Fipfs-webui/detail/master/12/pipeline

olizilla commented 5 years ago

The last succesful dnslink update to https://webui.ipfs.io was Oct 4th!

olizilla commented 5 years ago

@VictorBjelkholm we're now getting a 404 error on the dnssimple update step

./dnslink-dnsimple webui.ipfs.io /ipfs/QmNUuPtET3zmnSv5qE6paaW4XRuNPjWyWPZpxNqYVw41Hg _dnslink
error in createRecord: POST https://api.dnsimple.com/v2/zones/webui.ipfs.io/records: 404 Not Found
script returned exit code 1

https://ci.ipfs.team/blue/organizations/jenkins/IPFS%20Shipyard%2Fipfs-webui/detail/master/24/pipeline/#step-74-log-3

olizilla commented 5 years ago

@ipfs/infrastructure I'd like to re-enable deployments to https://webui.ipfs.io from Jenkins. Can you help?

victorb commented 5 years ago

Permissions was missing for the right user in DNSimple. Corrected and now the build should be fine again. Sorry for that.