Skip to content

Control jenkins from git commit log. #79

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

Merged
merged 20 commits into from
Mar 27, 2018
Merged

Control jenkins from git commit log. #79

merged 20 commits into from
Mar 27, 2018

Conversation

ewoutp
Copy link
Contributor

@ewoutp ewoutp commented Mar 27, 2018

With this PR you can control jenkins parameters using git commit messages.
Examples:

  • Put [ci LONG=1] in your commit log and it will run long tests.
  • Put [ci TESTOPTIONS="-test.run ^TestImmutableStorageEngine$"] in your commit logs and in will run the selected test only.

You can put many [ci ...] blocks in your commit log. Recent blocks overwrite older ones.

Copy link
Member

@neunhoef neunhoef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@ewoutp ewoutp merged commit 14ee4f7 into master Mar 27, 2018
@ewoutp ewoutp deleted the git-ci-integration branch March 27, 2018 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants