{"id":19299945,"url":"https://github.com/cloudogu/jenkins-deploy-helper-lib","last_synced_at":"2026-05-16T02:48:19.100Z","repository":{"id":256914032,"uuid":"856800600","full_name":"cloudogu/jenkins-deploy-helper-lib","owner":"cloudogu","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-20T10:16:42.000Z","size":181,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-20T12:22:41.202Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloudogu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2024-09-13T08:24:00.000Z","updated_at":"2025-08-20T10:16:45.000Z","dependencies_parsed_at":"2024-11-09T23:13:12.565Z","dependency_job_id":"e11d70f1-5455-4ed5-8491-422e9a26cc24","html_url":"https://github.com/cloudogu/jenkins-deploy-helper-lib","commit_stats":null,"previous_names":["cloudogu/jenkins-docker-image-updater","cloudogu/jenkins-deploy-helper-lib"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cloudogu/jenkins-deploy-helper-lib","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fjenkins-deploy-helper-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fjenkins-deploy-helper-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fjenkins-deploy-helper-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fjenkins-deploy-helper-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudogu","download_url":"https://codeload.github.com/cloudogu/jenkins-deploy-helper-lib/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudogu%2Fjenkins-deploy-helper-lib/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":284672648,"owners_count":27044736,"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","status":"online","status_checked_at":"2025-11-16T02:00:05.974Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-09T23:13:14.604Z","updated_at":"2025-11-16T07:01:48.728Z","avatar_url":"https://github.com/cloudogu.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jenkins-docker-image-updater\n\n\n### Use Example\n```groovy\n@Library('github.com/cloudogu/gitops-build-lib@0.6.0')\nimport com.cloudogu.gitops.gitopsbuildlib.*\n@Library('github.com/cloudogu/jenkins-deploy-helper-lib@main') _\n\nnode('docker') {\n    properties([\n        buildDiscarder(logRotator(numToKeepStr: '5')),\n        disableConcurrentBuilds(),\n        pipelineTriggers([cron('H H(2-4) * * *')]) // randomly between 2 and 4 AM for load balancing\n    ])\n    \n    // Load credentials for the webhook URL from Jenkins credentials store\n    withCredentials([string(credentialsId: 'jenkins-pipeline-notifier-webhookurl', variable: 'WEBHOOK')]) {\n        // Execute the common pipeline function from the shared library\n        createTagAndDeploy(\n            classname: 'esti-mate', // Define the classname for your specific application\n            webhook: \"${WEBHOOK}\", // Use the loaded webhook URL for notifications\n            repositoryUrl: 'sos/gitops', // Set the GitOps repository URL\n            filename: 'deployment.yaml', // Specify the filename used in the deployment step\n            buildArgs: '',\n            team: 'sos'\n        )\n    }\n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudogu%2Fjenkins-deploy-helper-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudogu%2Fjenkins-deploy-helper-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudogu%2Fjenkins-deploy-helper-lib/lists"}