Git Push

Build Status Contributors Jenkins Plugin GitHub release Jenkins Plugin Installs

Introduction

This plugin allows to perform a git push as a post build step via Git Plugin

In details, the plugin will pull then push (tags included) to the selected remote branch.

Getting started

The instructions below are based on a Jenkins job created as a Freestyle project.

Open the Jenkins job configuration.

Make sure the job uses git Source Code Management. For example, a basic git configuration could look like this:

alt text

Add Git Push as a post build action:

alt text

Configure the action:

alt text

Issues

Report issues and enhancements in the Issue tracker.

Contributing

Refer to our contribution guidelines

LICENSE

Licensed under MIT, see LICENSE