New commits on GitHub not triggering builds

dan.b412's Avatar

dan.b412

Mar 31, 2017 @ 08:44 PM

I tested with two different repos and when I push a new commit to GitHub, the build is not triggering.

Imgs:
Recent deliveries through webhook
History in appveyor project
Third-party apps access in GitHub Organization

Appveyor project
https://ci.appveyor.com/project/DaniloBarros/xamarin/history
GitHub Repo
https://github.com/meutest/xamarin

  1. 1 Posted by Ilya Finkelshte... on Mar 31, 2017 @ 09:08 PM

    Ilya Finkelshteyn's Avatar

    Could you please send us content of specific webhook which did not trigger build? Please feel free to mark conversation private if needed.

    Ilya.

  2. 2 Posted by petrikvandervel... on Apr 02, 2017 @ 08:57 AM

    petrikvandervelde's Avatar

    I think I'm experiencing the same issue. The information is:
    Github project: https://github.com/nbuildkit/nBuildKit.MsBuild
    Appveyor project: https://ci.appveyor.com/project/pvandervelde/nbuildkit-msbuild

    I created the Appveyor project through the Appveyor UI and the webhook was setup in Github so I assume all permissions are correct. The webhook fires correctly. The last one had the following headers:

    Request URL: https://ci.appveyor.com/api/github/webhook?id=lgjrd8l58o55n6tk
    Request method: POST
    content-type: application/x-www-form-urlencoded
    Expect: 
    User-Agent: GitHub-Hookshot/a837270
    X-GitHub-Delivery: 843d0880-177e-11e7-9555-aab0b78d524b
    X-GitHub-Event: push
    

    And the following content

    {
      "ref": "refs/heads/release/0.9.0",
      "before": "bb13fa4a1b22b0402bd044d2c8e6963a4984476c",
      "after": "7ab396c3d2e76ac4f31ae18321fa3db0649702c4",
      "created": false,
      "deleted": false,
      "forced": false,
      "base_ref": null,
      "compare": "https://github.com/nbuildkit/nBuildKit.MsBuild/compare/bb13fa4a1b22...7ab396c3d2e7",
      "commits": [
        {
          "id": "3ca02d3bb4cf43f455ad02f130487d0fbde30ed2",
          "tree_id": "b5f809d85bfcb15bd8ed82941544480e037f3deb",
          "distinct": true,
          "message": "Ignoring the generated documentation\n\nreferences #202",
          "timestamp": "2017-04-02T20:26:57+12:00",
          "url": "https://github.com/nbuildkit/nBuildKit.MsBuild/commit/3ca02d3bb4cf43f455ad02f130487d0fbde30ed2",
          "author": {
            "name": "Petrik van der Velde",
            "email": "[email blocked]",
            "username": "pvandervelde"
          },
          "committer": {
            "name": "Petrik van der Velde",
            "email": "[email blocked]",
            "username": "pvandervelde"
          },
          "added": [
    
          ],
          "removed": [
    
          ],
          "modified": [
            ".gitignore"
          ]
        },
        {
          "id": "faefc2703f19adf77da7b4cde30b174838302b7a",
          "tree_id": "8b0798494a508309947990ea04bc769fab9e6a05",
          "distinct": true,
          "message": "Adding the ability to build documentation with Wyam.\n\nreferences #146",
          "timestamp": "2017-04-02T20:28:39+12:00",
          "url": "https://github.com/nbuildkit/nBuildKit.MsBuild/commit/faefc2703f19adf77da7b4cde30b174838302b7a",
          "author": {
            "name": "Petrik van der Velde",
            "email": "[email blocked]",
            "username": "pvandervelde"
          },
          "committer": {
            "name": "Petrik van der Velde",
            "email": "[email blocked]",
            "username": "pvandervelde"
          },
          "added": [
            "src/nbuildkit/actions/build/build.wyam.msbuild"
          ],
          "removed": [
    
          ],
          "modified": [
            "src/nbuildkit/actions/build/build.shared.preuser.props",
            "src/nbuildkit/actions/build/shared.buildsteps.msbuild",
            "src/nbuildkit/actions/shared.preuser.props",
            "src/samples/files/build.settings.props"
          ]
        },
        {
          "id": "74ed9d4ed644b7b7617dc3bb1a110efd6ed56a33",
          "tree_id": "38d84d96bb74478582c376ba373404040b93ac01",
          "distinct": true,
          "message": "Adding the configurations for the nBuildKit documentation\n\nreferences #202",
          "timestamp": "2017-04-02T20:29:10+12:00",
          "url": "https://github.com/nbuildkit/nBuildKit.MsBuild/commit/74ed9d4ed644b7b7617dc3bb1a110efd6ed56a33",
          "author": {
            "name": "Petrik van der Velde",
            "email": "[email blocked]",
            "username": "pvandervelde"
          },
          "committer": {
            "name": "Petrik van der Velde",
            "email": "[email blocked]",
            "username": "pvandervelde"
          },
          "added": [
            "config.wyam"
          ],
          "removed": [
    
          ],
          "modified": [
            ".gitignore",
            "build.settings.props"
          ]
        },
        {
          "id": "7ab396c3d2e76ac4f31ae18321fa3db0649702c4",
          "tree_id": "7b33368cdbbc69fcf8306e71db9e9ecf892b7e1c",
          "distinct": true,
          "message": "Initial version of the documentation as generated by Wyam.\n\nreferences #202",
          "timestamp": "2017-04-02T20:29:27+12:00",
          "url": "https://github.com/nbuildkit/nBuildKit.MsBuild/commit/7ab396c3d2e76ac4f31ae18321fa3db0649702c4",
          "author": {
            "name": "Petrik van der Velde",
            "email": "[email blocked]",
            "username": "pvandervelde"
          },
          "committer": {
            "name": "Petrik van der Velde",
            "email": "[email blocked]",
            "username": "pvandervelde"
          },
          "added": [
            "doc/blog/new-release.md",
            "doc/docs/about.md",
            "doc/docs/building.md",
            "doc/docs/contributing.md",
            "doc/docs/creating-a-release.md",
            "doc/docs/msbuild.md",
            "doc/docs/usage.md",
            "doc/index.cshtml"
          ],
          "removed": [
            "doc/introduction.md"
          ],
          "modified": [
    
          ]
        }
      ],
      "head_commit": {
        "id": "7ab396c3d2e76ac4f31ae18321fa3db0649702c4",
        "tree_id": "7b33368cdbbc69fcf8306e71db9e9ecf892b7e1c",
        "distinct": true,
        "message": "Initial version of the documentation as generated by Wyam.\n\nreferences #202",
        "timestamp": "2017-04-02T20:29:27+12:00",
        "url": "https://github.com/nbuildkit/nBuildKit.MsBuild/commit/7ab396c3d2e76ac4f31ae18321fa3db0649702c4",
        "author": {
          "name": "Petrik van der Velde",
          "email": "[email blocked]",
          "username": "pvandervelde"
        },
        "committer": {
          "name": "Petrik van der Velde",
          "email": "[email blocked]",
          "username": "pvandervelde"
        },
        "added": [
          "doc/blog/new-release.md",
          "doc/docs/about.md",
          "doc/docs/building.md",
          "doc/docs/contributing.md",
          "doc/docs/creating-a-release.md",
          "doc/docs/msbuild.md",
          "doc/docs/usage.md",
          "doc/index.cshtml"
        ],
        "removed": [
          "doc/introduction.md"
        ],
        "modified": [
    
        ]
      },
      "repository": {
        "id": 20421542,
        "name": "nBuildKit.MsBuild",
        "full_name": "nbuildkit/nBuildKit.MsBuild",
        "owner": {
          "name": "nbuildkit",
          "email": null,
          "login": "nbuildkit",
          "id": 19796678,
          "avatar_url": "https://avatars3.githubusercontent.com/u/19796678?v=3",
          "gravatar_id": "",
          "url": "https://api.github.com/users/nbuildkit",
          "html_url": "https://github.com/nbuildkit",
          "followers_url": "https://api.github.com/users/nbuildkit/followers",
          "following_url": "https://api.github.com/users/nbuildkit/following{/other_user}",
          "gists_url": "https://api.github.com/users/nbuildkit/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/nbuildkit/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/nbuildkit/subscriptions",
          "organizations_url": "https://api.github.com/users/nbuildkit/orgs",
          "repos_url": "https://api.github.com/users/nbuildkit/repos",
          "events_url": "https://api.github.com/users/nbuildkit/events{/privacy}",
          "received_events_url": "https://api.github.com/users/nbuildkit/received_events",
          "type": "Organization",
          "site_admin": false
        },
        "private": false,
        "html_url": "https://github.com/nbuildkit/nBuildKit.MsBuild",
        "description": "nBuildKit is a collection of tools and scripts that provide an easy way to set-up a complete build and deployment for a (.NET) project.",
        "fork": false,
        "url": "https://github.com/nbuildkit/nBuildKit.MsBuild",
        "forks_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/forks",
        "keys_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/teams",
        "hooks_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/hooks",
        "issue_events_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/issues/events{/number}",
        "events_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/events",
        "assignees_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/assignees{/user}",
        "branches_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/branches{/branch}",
        "tags_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/tags",
        "blobs_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/languages",
        "stargazers_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/stargazers",
        "contributors_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/contributors",
        "subscribers_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/subscribers",
        "subscription_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/subscription",
        "commits_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/contents/{+path}",
        "compare_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/merges",
        "archive_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/downloads",
        "issues_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/issues{/number}",
        "pulls_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/labels{/name}",
        "releases_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/releases{/id}",
        "deployments_url": "https://api.github.com/repos/nbuildkit/nBuildKit.MsBuild/deployments",
        "created_at": 1401747151,
        "updated_at": "2016-11-16T09:16:13Z",
        "pushed_at": 1491121781,
        "git_url": "git://github.com/nbuildkit/nBuildKit.MsBuild.git",
        "ssh_url": "git@github.com:nbuildkit/nBuildKit.MsBuild.git",
        "clone_url": "https://github.com/nbuildkit/nBuildKit.MsBuild.git",
        "svn_url": "https://github.com/nbuildkit/nBuildKit.MsBuild",
        "homepage": "http://pvandervelde.github.io/nBuildKit",
        "size": 3346,
        "stargazers_count": 1,
        "watchers_count": 1,
        "language": "Visual Basic",
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": true,
        "forks_count": 0,
        "mirror_url": null,
        "open_issues_count": 39,
        "forks": 0,
        "open_issues": 39,
        "watchers": 1,
        "default_branch": "master",
        "stargazers": 1,
        "master_branch": "master",
        "organization": "nbuildkit"
      },
      "pusher": {
        "name": "pvandervelde",
        "email": "[email blocked]"
      },
      "organization": {
        "login": "nbuildkit",
        "id": 19796678,
        "url": "https://api.github.com/orgs/nbuildkit",
        "repos_url": "https://api.github.com/orgs/nbuildkit/repos",
        "events_url": "https://api.github.com/orgs/nbuildkit/events",
        "hooks_url": "https://api.github.com/orgs/nbuildkit/hooks",
        "issues_url": "https://api.github.com/orgs/nbuildkit/issues",
        "members_url": "https://api.github.com/orgs/nbuildkit/members{/member}",
        "public_members_url": "https://api.github.com/orgs/nbuildkit/public_members{/member}",
        "avatar_url": "https://avatars3.githubusercontent.com/u/19796678?v=3",
        "description": null
      },
      "sender": {
        "login": "pvandervelde",
        "id": 96201,
        "avatar_url": "https://avatars0.githubusercontent.com/u/96201?v=3",
        "gravatar_id": "",
        "url": "https://api.github.com/users/pvandervelde",
        "html_url": "https://github.com/pvandervelde",
        "followers_url": "https://api.github.com/users/pvandervelde/followers",
        "following_url": "https://api.github.com/users/pvandervelde/following{/other_user}",
        "gists_url": "https://api.github.com/users/pvandervelde/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/pvandervelde/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/pvandervelde/subscriptions",
        "organizations_url": "https://api.github.com/users/pvandervelde/orgs",
        "repos_url": "https://api.github.com/users/pvandervelde/repos",
        "events_url": "https://api.github.com/users/pvandervelde/events{/privacy}",
        "received_events_url": "https://api.github.com/users/pvandervelde/received_events",
        "type": "User",
        "site_admin": false
      }
    }
    

    The response was a 204 with the following header

    Cache-Control: no-cache
    Content-Length: 0
    Date: Sun, 02 Apr 2017 08:29:42 GMT
    Expires: -1
    Pragma: no-cache
    Strict-Transport-Security: max-age=31536000
    X-Content-Type-Options: nosniff
    X-Frame-Options: SAMEORIGIN
    X-XSS-Protection: 1; mode=block
    

    Retrying this event did (again) not result in a build on Appveyor. The original event took place on 2017-04-02 20:29:41 New Zealand time (UTC + 12 at the moment)

  3. 3 Posted by dan.b412 on Apr 02, 2017 @ 04:46 PM

    dan.b412's Avatar

    Sorry for the delay.

    The webhook received a 204 response, same as @petrikvandervelde.
    Regarding the last delivery of the webhook (417c1300-164e-11e7-852b-4b58b4751ac1 2017-03-31 17:11:42).


    The specific delivery are the following:

    Headers:

    Request URL: https://ci.appveyor.com/api/github/webhook?id=j6l41v9yt2dr8p14
    Request method: POST
    content-type: application/x-www-form-urlencoded
    Expect: 
    User-Agent: GitHub-Hookshot/a837270
    X-GitHub-Delivery: 417c1300-164e-11e7-852b-4b58b4751ac1
    X-GitHub-Event: push
    

    Payload:

    {
      "ref": "refs/heads/master",
      "before": "a2886f5bd5afec88cb36122e8fbe78bba5cde29c",
      "after": "cd89c2d43affeaa07f84d77a4071df49e938b363",
      "created": false,
      "deleted": false,
      "forced": false,
      "base_ref": null,
      "compare": "https://github.com/meutest/xamarin/compare/a2886f5bd5af...cd89c2d43aff",
      "commits": [
        {
          "id": "cd89c2d43affeaa07f84d77a4071df49e938b363",
          "tree_id": "dc1c5e04086db3ec6eba4ece391e93c4aba512dd",
          "distinct": true,
          "message": "pushing xamarin",
          "timestamp": "2017-03-31T17:11:21-03:00",
          "url": "https://github.com/meutest/xamarin/commit/cd89c2d43affeaa07f84d77a4071df49e938b363",
          "author": {
            "name": "DaniloBarros",
            "email": "[email blocked]",
            "username": "DaniloBarros"
          },
          "committer": {
            "name": "DaniloBarros",
            "email": "[email blocked]",
            "username": "DaniloBarros"
          },
          "added": [
            "Test.sln",
            "Test/Test.Android/Assets/AboutAssets.txt",
            "Test/Test.Android/MainActivity.cs",
            "Test/Test.Android/Properties/AndroidManifest.xml",
            "Test/Test.Android/Properties/AssemblyInfo.cs",
            "Test/Test.Android/Resources/AboutResources.txt",
            "Test/Test.Android/Resources/Resource.designer.cs",
            "Test/Test.Android/Resources/drawable-hdpi/Icon.png",
            "Test/Test.Android/Resources/drawable-mdpi/Icon.png",
            "Test/Test.Android/Resources/drawable-xhdpi/Icon.png",
            "Test/Test.Android/Resources/drawable-xxhdpi/Icon.png",
            "Test/Test.Android/Resources/drawable-xxxhdpi/Icon.png",
            "Test/Test.Android/Resources/layout/Main.axml",
            "Test/Test.Android/Resources/values/Strings.xml",
            "Test/Test.Android/Test.Android.csproj",
            "Test/Test.Android/app.config",
            "Test/Test.iOS/AppDelegate.cs",
            "Test/Test.iOS/Entitlements.plist",
            "Test/Test.iOS/Info.plist",
            "Test/Test.iOS/Main.cs",
            "Test/Test.iOS/Main.storyboard",
            "Test/Test.iOS/Resources/ITunesArtwork",
            "Test/Test.iOS/Resources/ITunesArtwork@2x",
            "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/Contents.json",
            "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/[email blocked]",
            "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/[email blocked]",
            "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/Icon-76.png",
            "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/[email blocked]",
            "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/Icon-Small-40.png",
            "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/[email blocked]",
            "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/[email blocked]",
            "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/Icon-Small.png",
            "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/[email blocked]",
            "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/[email blocked]",
            "Test/Test.iOS/Resources/Images.xcassets/LaunchImage.launchimage/Contents.json",
            "Test/Test.iOS/Resources/Images.xcassets/LaunchImage.launchimage/[email blocked]",
            "Test/Test.iOS/Resources/Images.xcassets/LaunchImage.launchimage/Default-Portrait.png",
            "Test/Test.iOS/Resources/Images.xcassets/LaunchImage.launchimage/[email blocked]",
            "Test/Test.iOS/Resources/Images.xcassets/LaunchImage.launchimage/Default.png",
            "Test/Test.iOS/Resources/Images.xcassets/LaunchImage.launchimage/[email blocked]",
            "Test/Test.iOS/Resources/LaunchScreen.storyboard",
            "Test/Test.iOS/Test.iOS.csproj",
            "Test/Test.iOS/ViewController.cs",
            "Test/Test.iOS/ViewController.designer.cs",
            "Test/Test.iOS/app.config",
            "Test/Test/MyClass.cs",
            "Test/Test/Properties/AssemblyInfo.cs",
            "Test/Test/Test.csproj",
            "Test/Test/app.config",
            "Test/Test/packages.config"
          ],
          "removed": [
    
          ],
          "modified": [
    
          ]
        }
      ],
      "head_commit": {
        "id": "cd89c2d43affeaa07f84d77a4071df49e938b363",
        "tree_id": "dc1c5e04086db3ec6eba4ece391e93c4aba512dd",
        "distinct": true,
        "message": "pushing xamarin",
        "timestamp": "2017-03-31T17:11:21-03:00",
        "url": "https://github.com/meutest/xamarin/commit/cd89c2d43affeaa07f84d77a4071df49e938b363",
        "author": {
          "name": "DaniloBarros",
          "email": "[email blocked]",
          "username": "DaniloBarros"
        },
        "committer": {
          "name": "DaniloBarros",
          "email": "[email blocked]",
          "username": "DaniloBarros"
        },
        "added": [
          "Test.sln",
          "Test/Test.Android/Assets/AboutAssets.txt",
          "Test/Test.Android/MainActivity.cs",
          "Test/Test.Android/Properties/AndroidManifest.xml",
          "Test/Test.Android/Properties/AssemblyInfo.cs",
          "Test/Test.Android/Resources/AboutResources.txt",
          "Test/Test.Android/Resources/Resource.designer.cs",
          "Test/Test.Android/Resources/drawable-hdpi/Icon.png",
          "Test/Test.Android/Resources/drawable-mdpi/Icon.png",
          "Test/Test.Android/Resources/drawable-xhdpi/Icon.png",
          "Test/Test.Android/Resources/drawable-xxhdpi/Icon.png",
          "Test/Test.Android/Resources/drawable-xxxhdpi/Icon.png",
          "Test/Test.Android/Resources/layout/Main.axml",
          "Test/Test.Android/Resources/values/Strings.xml",
          "Test/Test.Android/Test.Android.csproj",
          "Test/Test.Android/app.config",
          "Test/Test.iOS/AppDelegate.cs",
          "Test/Test.iOS/Entitlements.plist",
          "Test/Test.iOS/Info.plist",
          "Test/Test.iOS/Main.cs",
          "Test/Test.iOS/Main.storyboard",
          "Test/Test.iOS/Resources/ITunesArtwork",
          "Test/Test.iOS/Resources/ITunesArtwork@2x",
          "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/Contents.json",
          "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/[email blocked]",
          "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/[email blocked]",
          "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/Icon-76.png",
          "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/[email blocked]",
          "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/Icon-Small-40.png",
          "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/[email blocked]",
          "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/[email blocked]",
          "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/Icon-Small.png",
          "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/[email blocked]",
          "Test/Test.iOS/Resources/Images.xcassets/AppIcons.appiconset/[email blocked]",
          "Test/Test.iOS/Resources/Images.xcassets/LaunchImage.launchimage/Contents.json",
          "Test/Test.iOS/Resources/Images.xcassets/LaunchImage.launchimage/[email blocked]",
          "Test/Test.iOS/Resources/Images.xcassets/LaunchImage.launchimage/Default-Portrait.png",
          "Test/Test.iOS/Resources/Images.xcassets/LaunchImage.launchimage/[email blocked]",
          "Test/Test.iOS/Resources/Images.xcassets/LaunchImage.launchimage/Default.png",
          "Test/Test.iOS/Resources/Images.xcassets/LaunchImage.launchimage/[email blocked]",
          "Test/Test.iOS/Resources/LaunchScreen.storyboard",
          "Test/Test.iOS/Test.iOS.csproj",
          "Test/Test.iOS/ViewController.cs",
          "Test/Test.iOS/ViewController.designer.cs",
          "Test/Test.iOS/app.config",
          "Test/Test/MyClass.cs",
          "Test/Test/Properties/AssemblyInfo.cs",
          "Test/Test/Test.csproj",
          "Test/Test/app.config",
          "Test/Test/packages.config"
        ],
        "removed": [
    
        ],
        "modified": [
    
        ]
      },
      "repository": {
        "id": 86854583,
        "name": "xamarin",
        "full_name": "meutest/xamarin",
        "owner": {
          "name": "meutest",
          "email": null,
          "login": "meutest",
          "id": 26825046,
          "avatar_url": "https://avatars3.githubusercontent.com/u/26825046?v=3",
          "gravatar_id": "",
          "url": "https://api.github.com/users/meutest",
          "html_url": "https://github.com/meutest",
          "followers_url": "https://api.github.com/users/meutest/followers",
          "following_url": "https://api.github.com/users/meutest/following{/other_user}",
          "gists_url": "https://api.github.com/users/meutest/gists{/gist_id}",
          "starred_url": "https://api.github.com/users/meutest/starred{/owner}{/repo}",
          "subscriptions_url": "https://api.github.com/users/meutest/subscriptions",
          "organizations_url": "https://api.github.com/users/meutest/orgs",
          "repos_url": "https://api.github.com/users/meutest/repos",
          "events_url": "https://api.github.com/users/meutest/events{/privacy}",
          "received_events_url": "https://api.github.com/users/meutest/received_events",
          "type": "Organization",
          "site_admin": false
        },
        "private": false,
        "html_url": "https://github.com/meutest/xamarin",
        "description": null,
        "fork": false,
        "url": "https://github.com/meutest/xamarin",
        "forks_url": "https://api.github.com/repos/meutest/xamarin/forks",
        "keys_url": "https://api.github.com/repos/meutest/xamarin/keys{/key_id}",
        "collaborators_url": "https://api.github.com/repos/meutest/xamarin/collaborators{/collaborator}",
        "teams_url": "https://api.github.com/repos/meutest/xamarin/teams",
        "hooks_url": "https://api.github.com/repos/meutest/xamarin/hooks",
        "issue_events_url": "https://api.github.com/repos/meutest/xamarin/issues/events{/number}",
        "events_url": "https://api.github.com/repos/meutest/xamarin/events",
        "assignees_url": "https://api.github.com/repos/meutest/xamarin/assignees{/user}",
        "branches_url": "https://api.github.com/repos/meutest/xamarin/branches{/branch}",
        "tags_url": "https://api.github.com/repos/meutest/xamarin/tags",
        "blobs_url": "https://api.github.com/repos/meutest/xamarin/git/blobs{/sha}",
        "git_tags_url": "https://api.github.com/repos/meutest/xamarin/git/tags{/sha}",
        "git_refs_url": "https://api.github.com/repos/meutest/xamarin/git/refs{/sha}",
        "trees_url": "https://api.github.com/repos/meutest/xamarin/git/trees{/sha}",
        "statuses_url": "https://api.github.com/repos/meutest/xamarin/statuses/{sha}",
        "languages_url": "https://api.github.com/repos/meutest/xamarin/languages",
        "stargazers_url": "https://api.github.com/repos/meutest/xamarin/stargazers",
        "contributors_url": "https://api.github.com/repos/meutest/xamarin/contributors",
        "subscribers_url": "https://api.github.com/repos/meutest/xamarin/subscribers",
        "subscription_url": "https://api.github.com/repos/meutest/xamarin/subscription",
        "commits_url": "https://api.github.com/repos/meutest/xamarin/commits{/sha}",
        "git_commits_url": "https://api.github.com/repos/meutest/xamarin/git/commits{/sha}",
        "comments_url": "https://api.github.com/repos/meutest/xamarin/comments{/number}",
        "issue_comment_url": "https://api.github.com/repos/meutest/xamarin/issues/comments{/number}",
        "contents_url": "https://api.github.com/repos/meutest/xamarin/contents/{+path}",
        "compare_url": "https://api.github.com/repos/meutest/xamarin/compare/{base}...{head}",
        "merges_url": "https://api.github.com/repos/meutest/xamarin/merges",
        "archive_url": "https://api.github.com/repos/meutest/xamarin/{archive_format}{/ref}",
        "downloads_url": "https://api.github.com/repos/meutest/xamarin/downloads",
        "issues_url": "https://api.github.com/repos/meutest/xamarin/issues{/number}",
        "pulls_url": "https://api.github.com/repos/meutest/xamarin/pulls{/number}",
        "milestones_url": "https://api.github.com/repos/meutest/xamarin/milestones{/number}",
        "notifications_url": "https://api.github.com/repos/meutest/xamarin/notifications{?since,all,participating}",
        "labels_url": "https://api.github.com/repos/meutest/xamarin/labels{/name}",
        "releases_url": "https://api.github.com/repos/meutest/xamarin/releases{/id}",
        "deployments_url": "https://api.github.com/repos/meutest/xamarin/deployments",
        "created_at": 1490989390,
        "updated_at": "2017-03-31T19:43:10Z",
        "pushed_at": 1490991102,
        "git_url": "git://github.com/meutest/xamarin.git",
        "ssh_url": "git@github.com:meutest/xamarin.git",
        "clone_url": "https://github.com/meutest/xamarin.git",
        "svn_url": "https://github.com/meutest/xamarin",
        "homepage": null,
        "size": 0,
        "stargazers_count": 0,
        "watchers_count": 0,
        "language": null,
        "has_issues": true,
        "has_projects": true,
        "has_downloads": true,
        "has_wiki": true,
        "has_pages": false,
        "forks_count": 0,
        "mirror_url": null,
        "open_issues_count": 0,
        "forks": 0,
        "open_issues": 0,
        "watchers": 0,
        "default_branch": "master",
        "stargazers": 0,
        "master_branch": "master",
        "organization": "meutest"
      },
      "pusher": {
        "name": "DaniloBarros",
        "email": "[email blocked]"
      },
      "organization": {
        "login": "meutest",
        "id": 26825046,
        "url": "https://api.github.com/orgs/meutest",
        "repos_url": "https://api.github.com/orgs/meutest/repos",
        "events_url": "https://api.github.com/orgs/meutest/events",
        "hooks_url": "https://api.github.com/orgs/meutest/hooks",
        "issues_url": "https://api.github.com/orgs/meutest/issues",
        "members_url": "https://api.github.com/orgs/meutest/members{/member}",
        "public_members_url": "https://api.github.com/orgs/meutest/public_members{/member}",
        "avatar_url": "https://avatars3.githubusercontent.com/u/26825046?v=3",
        "description": null
      },
      "sender": {
        "login": "DaniloBarros",
        "id": 5335228,
        "avatar_url": "https://avatars3.githubusercontent.com/u/5335228?v=3",
        "gravatar_id": "",
        "url": "https://api.github.com/users/DaniloBarros",
        "html_url": "https://github.com/DaniloBarros",
        "followers_url": "https://api.github.com/users/DaniloBarros/followers",
        "following_url": "https://api.github.com/users/DaniloBarros/following{/other_user}",
        "gists_url": "https://api.github.com/users/DaniloBarros/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/DaniloBarros/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/DaniloBarros/subscriptions",
        "organizations_url": "https://api.github.com/users/DaniloBarros/orgs",
        "repos_url": "https://api.github.com/users/DaniloBarros/repos",
        "events_url": "https://api.github.com/users/DaniloBarros/events{/privacy}",
        "received_events_url": "https://api.github.com/users/DaniloBarros/received_events",
        "type": "User",
        "site_admin": false
      }
    }
    

    In the response tab:

    Response 204

    Headers:

    Cache-Control: no-cache
    Content-Length: 0
    Date: Fri, 31 Mar 2017 20:22:15 GMT
    Expires: -1
    Pragma: no-cache
    Strict-Transport-Security: max-age=31536000
    X-Content-Type-Options: nosniff
    X-Frame-Options: SAMEORIGIN
    X-XSS-Protection: 1; mode=block
    

    Body:

  4. 4 Posted by Ilya Finkelshte... on Apr 04, 2017 @ 07:17 AM

    Ilya Finkelshteyn's Avatar

    @petrikvandervelde You have skip_non_tags: true setting here and that commit was not tag. Actually you also have skip_tags: true here so your build does not have a chance to be started in any case... I would recommend start with simple basic configuration and adding filtering commits one by one

  5. 5 Posted by Ilya Finkelshte... on Apr 04, 2017 @ 07:28 AM

    Ilya Finkelshteyn's Avatar

    @dan.b412 it is the same problem here with skip_non_tags: true here and the same problem with also skip_tags: true being set which effectively block builds.

  6. 6 Posted by petrikvandervel... on Apr 04, 2017 @ 09:48 AM

    petrikvandervelde's Avatar

    Darn, that's what I get for copying the configuration file from the website and not reading properly. I shall correct it! Thanks for spotting that one.

  7. 7 Posted by dan.b412 on Apr 04, 2017 @ 12:45 PM

    dan.b412's Avatar

    Thank you @Ilya Finkelshteyn.

    Sorry, for my lack of attention. I corrected it and now its working just fine. Thank you very much.

  8. 8 Posted by Ilya Finkelshte... on Apr 04, 2017 @ 08:35 PM

    Ilya Finkelshteyn's Avatar

    Welcome :)

  9. dan.b412 closed this discussion on Apr 10, 2017 @ 01:57 PM.

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