riboseinc / aws-codecommit-trigger-plugin

Jenkins plugin for triggering jobs with AWS CodeCommit repo updates

Home Page:https://www.ribose.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Travis auto release/deploy support?

phuonghuynh opened this issue · comments

@ronaldtse Travis would listen on a branch "release" or branch "master"... and do deploy if any commit on that branch.
We should grant Travis credentials to do make a new release/deployment.

@phuonghuynh we already have that enabled. Where are you seeing it isn't doing it?

We not allow travis to do deployment to Jenkins Repo for now, https://github.com/jenkinsci/aws-codecommit-trigger-plugin/blob/master/.travis.yml
We using Travis to verify our commits, PRs..., but no deployment section enabled in "travis.yml" file

In this case could you help enable it? Thanks!

We will use GHA for this, so close this issue for now