Travis CI (Independent Publisher)#4146
Draft
aaronmahbuild wants to merge 1 commit intomicrosoft:devfrom
Draft
Conversation
Removed 3 write operations (triggerBuild, restartBuild, cancelBuild) that require paid Travis CI plan. Connector now has 9 read-only GET operations, all tested and passing.
183f7a9 to
2c48830
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





apiDefinition.swagger.json, by runningpaconn validatecommand.apiProperties.jsonhas a valid brand color (#da3b01) and doesn't use an invalid brand color,#007ee5or#ffffff. As an independent publisher connector, I confirm that I am not submitting a connector icon.Travis CI � Independent Publisher Connector
Overview
Travis CI is a hosted continuous integration service that automatically builds and tests code changes in GitHub repositories. This connector enables Power Automate users to monitor builds, trigger new builds, restart or cancel builds, and explore repository, job, and branch details � powering CI/CD alerting, deployment triggering, and daily reporting flows.
Publisher
Aaron Mah
Operations (12 total)
Test Results
Test Tab � All Operations (9/9 green checkmarks)
Connector Import � 12 Operations
Connection Established
Scenario Flows (3/3 passed)
End-to-end scenario flows validated in Power Automate, exercising 8/9 read operations across 3 real flows with Recurrence triggers and Travis CI connector actions.
Scenario 1: Build Failure Alert

Chain: List builds � Get build details � List jobs � Get job � Get job log � Compose alert
Operations: listBuildsForRepo, getBuild, listJobsForBuild, getJob, getJobLog (5 ops, 7 steps)
Scenario 2: Build Status Monitor

Chain: List passed builds (main branch) � Get build details � Compose deployment status
Operations: listBuildsForRepo, getBuild (2 ops, 4 steps)
Scenario 3: Daily CI/CD Health Report

Chain: Get user � Get repository � Get branch status � List recent builds � Compose health report
Operations: getCurrentUser, getRepository, getBranch, listBuildsForRepo (4 ops, 6 steps)
Notes on Write Operations
The 3 write operations (Trigger Build, Restart Build, Cancel Build) require push access to a Travis CI-activated repository. Testing confirmed these endpoints are correctly routed and authenticated � they return HTTP 403 (
insufficient_access) when called against public repos the user doesn't own, which is the expected Travis CI behavior. Full 200-status testing requires a GitHub App-connected repository with push access.