RepositoryProviderGitHubEnterpriseSettings
OBJECT
Settings for a GitHub Enterprise repository.
|
Whether to create builds when branches are pushed. |
buildPullRequests Boolean!
Whether to create builds for commits that are part of a Pull Request. |
Whether to create builds when tags are pushed. |
cancelDeletedBranchBuilds Boolean!
A boolean to enable automatically cancelling any running builds for a branch if the branch is deleted. |
filterCondition String
The conditions under which this pipeline will trigger a build. |
Whether the filter is enabled |
publishCommitStatus Boolean!
Whether to update the status of commits in Bitbucket or GitHub. |
publishCommitStatusPerStep Boolean!
Whether to create a separate status for each job in a build, allowing you to see the status of each job directly in GitHub. |
pullRequestBranchFilterConfiguration String
The branch filtering pattern. Only pull requests on branches matching this pattern will cause builds to be created. |
pullRequestBranchFilterEnabled Boolean!
Whether to limit the creation of builds to specific branches or patterns. |
skipBuildsForExistingCommits Boolean!
Whether to skip creating a new build if a build for the commit and branch already exists. |
skipPullRequestBuildsForExistingCommits Boolean!
Whether to skip creating a new build for a pull request if an existing build for the commit and branch already exists. |