-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Latest and latest-tmp tags published "publish_github_release" add-on trigger build #45
Comments
You will find below the payloads received after associating a http://requestb.in/ with the Table of Content: Webhook payloads(1) Push Event: Updated And associated Appveyor build json description (1) Push Event: Updated
|
Table of Content: Webhook payloads(1) Push Event: Updated And associated Appveyor build json description (2) Push Event: Created
|
Table of Content: Webhook payloads(1) Push Event: Updated And associated Appveyor build json description (3) Push Event: Deleted
|
Table of Content: Webhook payloads(1) Push Event: Updated And associated Appveyor build json description (4) Push Event: Created
|
Table of Content: Webhook payloads(1) Push Event: Updated And associated Appveyor build json description (5) Deleted
|
Table of Content: Webhook payloads(1) Push Event: Updated And associated Appveyor build json description Appveyor buildsAnd below are the corresponding builds retrieved running these powershell commands:
Newest build first. Note also that [
{
"buildId": 8033588,
"jobs": "",
"buildNumber": 271,
"version": "0.0.1.271",
"message": "appveyor: Display env",
"branch": "master",
"tag": "latest",
"isTag": true,
"commitId": "a6b206dbab8391c890fbd536b25c98aa800a254b",
"authorName": "Jean-Christophe Fillion-Robin",
"authorUsername": "jcfr",
"committerName": "Jean-Christophe Fillion-Robin",
"committerUsername": "jcfr",
"committed": "2017-04-13T02:15:16+00:00",
"messages": "",
"status": "queued",
"created": "2017-04-13T02:17:15.8220209+00:00"
},
{
"buildId": 8033586,
"jobs": "",
"buildNumber": 270,
"version": "0.0.1.270",
"message": "appveyor: Display env",
"branch": "master",
"tag": "latest-tmp",
"isTag": true,
"commitId": "a6b206dbab8391c890fbd536b25c98aa800a254b",
"authorName": "Jean-Christophe Fillion-Robin",
"authorUsername": "jcfr",
"committerName": "Jean-Christophe Fillion-Robin",
"committerUsername": "jcfr",
"committed": "2017-04-13T02:15:16+00:00",
"messages": "",
"status": "queued",
"created": "2017-04-13T02:17:13.8310461+00:00"
},
{
"buildId": 8033575,
"jobs": "",
"buildNumber": 269,
"version": "0.0.1.269",
"message": "appveyor: Display env",
"branch": "master",
"isTag": false,
"commitId": "a6b206dbab8391c890fbd536b25c98aa800a254b",
"authorName": "Jean-Christophe Fillion-Robin",
"authorUsername": "jcfr",
"committerName": "Jean-Christophe Fillion-Robin",
"committerUsername": "jcfr",
"committed": "2017-04-13T02:15:16+00:00",
"messages": "",
"status": "running",
"started": "2017-04-13T02:16:29.719342+00:00",
"created": "2017-04-13T02:16:16.4543812+00:00",
"updated": "2017-04-13T02:16:29.719342+00:00"
}
] |
This commit updates version of scikit-ci-addons from 0.11.0 to 0.14.0 and make use the "publish_github_release" addon to automatically upload DCMQI prereleases and releases. See http://scikit-ci-addons.readthedocs.io/en/latest/addons.html#publish-github-release-py Notes: * all CI services have been associated with a secure environment variable named GITHUB_TOKEN. This is needed to create/update the GitHub releases or prereleases. * the appveyor configuration is also associated with APPVEYOR_API_TOKEN to workaround AppVeyor issue described in scikit-build/scikit-ci-addons#45
xref appveyor/ci#1493 Thanks @IlyaFinkelshteyn for helping with this 👍 |
AppVeyor discussion: http://help.appveyor.com/discussions/questions/2174-exclude-tags-by-name
After modifying the config file
appveyor.yml
(see e973b72) following these instructions:Updated tags
latest
andlatest-tmp
still trigger an AppVeyor build each even if done in a follow up commit (in that particular case 9a65d29):The text was updated successfully, but these errors were encountered: