{"id":15587744,"url":"https://github.com/icyleaf/fastlane-plugin-update_jenkins_build","last_synced_at":"2025-04-24T04:49:55.298Z","repository":{"id":56845993,"uuid":"118994818","full_name":"icyleaf/fastlane-plugin-update_jenkins_build","owner":"icyleaf","description":"Update build's description of jenkins.","archived":false,"fork":false,"pushed_at":"2022-06-22T07:07:10.000Z","size":156,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-24T04:49:49.989Z","etag":null,"topics":["fastlane","fastlane-plugin","jenkins"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/icyleaf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-26T02:27:51.000Z","updated_at":"2022-06-22T07:07:09.000Z","dependencies_parsed_at":"2022-09-17T21:51:57.832Z","dependency_job_id":null,"html_url":"https://github.com/icyleaf/fastlane-plugin-update_jenkins_build","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyleaf%2Ffastlane-plugin-update_jenkins_build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyleaf%2Ffastlane-plugin-update_jenkins_build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyleaf%2Ffastlane-plugin-update_jenkins_build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/icyleaf%2Ffastlane-plugin-update_jenkins_build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/icyleaf","download_url":"https://codeload.github.com/icyleaf/fastlane-plugin-update_jenkins_build/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250566445,"owners_count":21451230,"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":["fastlane","fastlane-plugin","jenkins"],"created_at":"2024-10-02T22:03:07.796Z","updated_at":"2025-04-24T04:49:55.280Z","avatar_url":"https://github.com/icyleaf.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# update_jenkins_build plugin\n\n[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-update_jenkins_build)\n\n## Getting Started\n\nThis project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `fastlane-plugin-update_jenkins_build`, add it to your project by running:\n\n```bash\nfastlane add_plugin update_jenkins_build\n```\n\n![screenshot](screenshot.png)\n\n### Configure Jenkins\n\n⚠️ **READ ME FRIST**\n\nJenkins version below 2.221, you need disable CSRF Protection in Global Security Settings page or\nelse you must append '-Dhudson.security.csrf.GlobalCrumbIssuerConfiguration.DISABLE_CSRF_PROTECTION=true' into Jenkins startup argument, [Check more details](https://github.com/icyleaf/fastlane-plugin-update_jenkins_build/issues/2).\n\n## About update_jenkins_build\n\nUpdate build's description of jenkins.\n\n```\n$ bundle exec fastlane action update_jenkins_build\n+--------------+---------------------------------------------+-----------------------------------+---------+\n|                                       update_jenkins_build Options                                       |\n+--------------+---------------------------------------------+-----------------------------------+---------+\n| Key          | Description                                 | Env Var                           | Default |\n+--------------+---------------------------------------------+-----------------------------------+---------+\n| description  | the description of current build            | UPDATE_JENKINS_BUILD_DESCRIPTION  |         |\n| url          | the url of jenkins                          | UPDATE_JENKINS_BUILD_URL          |         |\n| project      | the name of project(job)                    | UPDATE_JENKINS_BUILD_PROJECT      |         |\n| build_number | the build number of project(job)            | UPDATE_JENKINS_BUILD_BUILD_NUMBER |         |\n| user         | the user of jenkins if enabled security     | UPDATE_JENKINS_BUILD_USER         |         |\n| password     | the password of jenkins if enabled security | UPDATE_JENKINS_BUILD_PASSWORD     |         |\n+--------------+---------------------------------------------+-----------------------------------+---------+\n\n+-----------------------------------+\n| update_jenkins_build Return Value |\n+-----------------------------------+\n| [ture/false, response_body]       |\n+-----------------------------------+\n```\n\n## Example\n\nCheck out the [example `Fastfile`](fastlane/Fastfile) to see how to use this plugin. Try it by cloning the repo, running `fastlane install_plugins` and `bundle exec fastlane test`.\n\nUseful with fastlane plugin:\n\n- [app_info](https://github.com/icyleaf/fastlane-plugin-app_info) to set version.\n- [ci_changelog](https://github.com/icyleaf/fastlane-plugin-ci_changelog/) to update changelogs.\n\n## Run tests for this plugin\n\nTo run both the tests, and code style validation, run\n\n```\nrake\n```\n\nTo automatically fix many of the styling issues, use\n```\nrubocop -a\n```\n\n## Issues and Feedback\n\nFor any other issues and feedback about this plugin, please submit it to this repository.\n\n## Troubleshooting\n\nIf you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.\n\n## Using _fastlane_ Plugins\n\nFor more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://docs.fastlane.tools/plugins/create-plugin/).\n\n## About _fastlane_\n\n_fastlane_ is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficyleaf%2Ffastlane-plugin-update_jenkins_build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficyleaf%2Ffastlane-plugin-update_jenkins_build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficyleaf%2Ffastlane-plugin-update_jenkins_build/lists"}