Hash-bang(#) for Build version format do not work properly
When you set Build version format to `#{build}` then you will get an URL like ` https://ci.appveyor.com/project/trgoofi/telepod/build/#9` to reference your build. You will get `Not found` for that URL as hash bang(#) is a special character for URL. Check it out here: https://ci.appveyor.com/project/trgoofi/telepod/history
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 30 Apr, 2015 02:52 AM
Looks like it could be fixed by URL-encoding. I've added a new issue: https://github.com/appveyor/ci/issues/253
2 Posted by trgoofi on 30 Apr, 2015 04:23 AM
I try URL encoding and I got
The request is invalid.
(https://ci.appveyor.com/project/trgoofi/telepod/build/%239)Sorry for the trouble I make here! I don't know you have an issue tracker in Github. I could have fire an issue there.
Support Staff 3 Posted by Feodor Fitsner on 30 Apr, 2015 04:38 AM
No worries! That
The request is invalid
error comes from API request to which also should be encoded.Support Staff 4 Posted by Feodor Fitsner on 01 Jun, 2015 03:38 AM
It's been fixed and update deployed.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:56 AM.