{"id":15045186,"url":"https://github.com/jenkinsci/git-push-plugin","last_synced_at":"2025-10-19T21:30:58.460Z","repository":{"id":37880005,"uuid":"392781554","full_name":"jenkinsci/git-push-plugin","owner":"jenkinsci","description":"Jenkins plugin allowing to perform a git push as a post build step","archived":false,"fork":false,"pushed_at":"2025-01-21T20:47:41.000Z","size":254,"stargazers_count":2,"open_issues_count":2,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T04:24:43.150Z","etag":null,"topics":["git","git-push","scm"],"latest_commit_sha":null,"homepage":"https://plugins.jenkins.io/git-push/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jenkinsci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-04T17:51:54.000Z","updated_at":"2025-01-21T20:47:43.000Z","dependencies_parsed_at":"2024-01-02T11:24:04.100Z","dependency_job_id":"2c42feb8-d3a4-433e-a97f-5c5f179bca0f","html_url":"https://github.com/jenkinsci/git-push-plugin","commit_stats":{"total_commits":55,"total_committers":6,"mean_commits":9.166666666666666,"dds":0.4727272727272728,"last_synced_commit":"ccb9b0ccff5041e276fed2df7bfbcb907619ec64"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fgit-push-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fgit-push-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fgit-push-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fgit-push-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenkinsci","download_url":"https://codeload.github.com/jenkinsci/git-push-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237215757,"owners_count":19273551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git","git-push","scm"],"created_at":"2024-09-24T20:51:33.609Z","updated_at":"2025-10-19T21:30:53.133Z","avatar_url":"https://github.com/jenkinsci.png","language":"Java","readme":"# git-push\n\n[![Build Status](https://ci.jenkins.io/job/Plugins/job/git-push-plugin/job/master/badge/icon)](https://ci.jenkins.io/job/Plugins/job/git-push-plugin/job/master/)\n[![Contributors](https://img.shields.io/github/contributors/jenkinsci/git-push-plugin.svg)](https://github.com/jenkinsci/git-push-plugin/graphs/contributors)\n[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/git-push.svg)](https://plugins.jenkins.io/git-push)\n[![GitHub release](https://img.shields.io/github/release/jenkinsci/git-push-plugin.svg?label=changelog)](https://github.com/jenkinsci/git-push-plugin/releases/latest)\n[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/git-push.svg?color=blue)](https://plugins.jenkins.io/git-push)\n\n## Introduction\n\nThis plugin allows to perform a git push as a post build step via [Git Plugin](https://plugins.jenkins.io/git)\n\nIn details, the plugin will pull then push (tags included) to the selected remote branch.\n\n## Getting started\n\n### Pipeline\n\n```groovy\ngitPush(gitScm: scm, targetBranch: env.BRANCH_NAME, targetRepo: 'origin')\n```\n\n### Jenkins Job\n\nThe instructions below are based on a Jenkins job created as a Freestyle project.\n\nOpen the Jenkins job configuration.\n\nMake sure the job uses git `Source Code Management`.\nFor example, a basic git configuration could look like this:\n\n![alt text](doc/git-plugin-configuration.png \"Git configuration\")\n\n\nAdd `Git Push` as a post build action:\n\n![alt text](doc/add-post-build-action.png \"Add the post build action\")\n\nConfigure the action:\n\n![alt text](doc/configure-action.png \"Configure the action\")\n\n## Issues\n\nReport issues and enhancements in the [Issue tracker](https://github.com/jenkinsci/git-push-plugin/issues).\n\n## Contributing\n\nRefer to our [contribution guidelines](https://github.com/jenkinsci/.github/blob/master/CONTRIBUTING.md)\n\n## LICENSE\n\nLicensed under MIT, see [LICENSE](LICENSE.md)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fgit-push-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenkinsci%2Fgit-push-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fgit-push-plugin/lists"}