Re-Build Commit on Tag Doesn't Work Right
When I select "Re-Build Commit" on a build with a tag, AppVeyor doesn't actually checkout the tag and set APPVEYOR_REPO_TAG and APPVEYOR_REPO_BRANCH like it does the first time it builds the tag.
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
1 Posted by James Ward on 10 Dec, 2014 02:57 PM
Actually it looks like this problem is not just on a re-build. On a fresh project I did this:
The output was:
I expected
APPVEYOR_REPO_BRANCH
to bev0.0.2
.Here is the build: https://ci.appveyor.com/project/jamesward/av-test/build/1.0.4
Here is the source: https://github.com/jamesward/av-test
Support Staff 2 Posted by Feodor Fitsner on 10 Dec, 2014 03:00 PM
Hi James,
There is a new variable
APPVEYOR_REPO_TAG_NAME
with tag name.I'm still updating the documentation.
3 Posted by James Ward on 10 Dec, 2014 03:37 PM
That was it! Thanks!
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:50 AM.