{"id":15045866,"url":"https://github.com/jenkinsci/redis-notifier-plugin","last_synced_at":"2025-08-13T18:10:59.694Z","repository":{"id":39943070,"uuid":"244009120","full_name":"jenkinsci/redis-notifier-plugin","owner":"jenkinsci","description":"Plugin de Jenkins para enviar información a base de datos redis (Redis as a JSON store)","archived":false,"fork":false,"pushed_at":"2024-08-09T10:47:34.000Z","size":46,"stargazers_count":1,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T06:11:15.560Z","etag":null,"topics":["java","jenkins","jrejson","pipeline","plugin","redis"],"latest_commit_sha":null,"homepage":"https://plugins.jenkins.io/redis-notifier/","language":"Java","has_issues":false,"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","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-29T17:13:43.000Z","updated_at":"2023-11-27T12:55:02.000Z","dependencies_parsed_at":"2024-09-25T01:59:01.079Z","dependency_job_id":"eb818738-4882-472c-b93d-49b901ffee8a","html_url":"https://github.com/jenkinsci/redis-notifier-plugin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fredis-notifier-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fredis-notifier-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fredis-notifier-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fredis-notifier-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenkinsci","download_url":"https://codeload.github.com/jenkinsci/redis-notifier-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237221176,"owners_count":19274447,"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":["java","jenkins","jrejson","pipeline","plugin","redis"],"created_at":"2024-09-24T20:52:23.404Z","updated_at":"2025-02-05T00:31:24.103Z","avatar_url":"https://github.com/jenkinsci.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"JRedis Notifier Plugin\n======================\n\nDescripcion\n-----\nPara los pipeline de tipo declarativo expone una variable global llamada `jredis` que permite enviar informacion y/o objetos en  formato `JSON` directamente a un servidor redis.\n\n\nRequerimientos\n----------------------\n\n**Prerequisitos**: Es necesario configurar la conexion hacia el servidor redis desde las configuraciones globales de Jenkins indicando `URL` y `PORT` como un string en formato: `http://localhost:6397`\n\n--------------------\nExamples:\n\n```Groovy\nstage('Test: Redis') {\n    steps {\n        script {\n            jredis.set('k1', ['Hello':'World'])\n            echo jredis.get('k1')\n        }\n    }\n}\n```\n\n\n```Groovy\nstage('Test: Redis') {\n    steps {\n        script {\n            def myObject = [:]\n            myObject.put(\"k_1\", \"level 1\")\n            myObject.put(\"k_2\", [\"item1\",\"item2\", [\"k_3\":\"level 2\"]])\n\n            jredis.set('messages', myObject)\n            echo jredis.get('messages')\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fredis-notifier-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenkinsci%2Fredis-notifier-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fredis-notifier-plugin/lists"}