{"id":15045267,"url":"https://github.com/jenkinsci/adobe-cloud-manager-plugin","last_synced_at":"2025-10-19T21:31:03.141Z","repository":{"id":37892296,"uuid":"267415219","full_name":"jenkinsci/adobe-cloud-manager-plugin","owner":"jenkinsci","description":"A Jenkins Plugin to integrate with Adobe Cloud Manager Pipelines","archived":false,"fork":false,"pushed_at":"2025-01-14T17:52:10.000Z","size":4830,"stargazers_count":7,"open_issues_count":12,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-30T04:24:59.758Z","etag":null,"topics":["adobe","cloud","deployment","devops","jenkins-trigger","jenkins-webhook"],"latest_commit_sha":null,"homepage":"https://plugins.jenkins.io/adobe-cloud-manager/","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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-05-27T20:03:26.000Z","updated_at":"2025-01-14T17:52:15.000Z","dependencies_parsed_at":"2024-09-09T16:29:00.724Z","dependency_job_id":"ec55f3a4-1ca4-4f8a-bfa4-ffcc450a6a46","html_url":"https://github.com/jenkinsci/adobe-cloud-manager-plugin","commit_stats":{"total_commits":48,"total_committers":6,"mean_commits":8.0,"dds":0.375,"last_synced_commit":"6dd1ade4f29ed020689266d9b400b4d9e9881e55"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fadobe-cloud-manager-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fadobe-cloud-manager-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fadobe-cloud-manager-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jenkinsci%2Fadobe-cloud-manager-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jenkinsci","download_url":"https://codeload.github.com/jenkinsci/adobe-cloud-manager-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":["adobe","cloud","deployment","devops","jenkins-trigger","jenkins-webhook"],"created_at":"2024-09-24T20:51:39.479Z","updated_at":"2025-10-19T21:31:02.607Z","avatar_url":"https://github.com/jenkinsci.png","language":"Java","readme":"# Adobe Cloud Manager plugin for Jenkins\n\n[![Build Status](https://ci.jenkins.io/job/Plugins/job/adobe-cloud-manager-plugin/job/master/badge/icon)](https://ci.jenkins.io/job/Plugins/job/adobe-cloud-manager-plugin/job/master/)\n[![Jenkins Plugin](https://img.shields.io/jenkins/plugin/v/adobe-cloud-manager.svg)](https://plugins.jenkins.io/adobe-cloud-manager)\n[![GitHub release](https://img.shields.io/github/release/jenkinsci/adobe-cloud-manager-plugin.svg?label=changelog)](https://github.com/jenkinsci/adobe-cloud-manager-plugin/releases/latest)\n[![Jenkins Plugin Installs](https://img.shields.io/jenkins/plugin/i/adobe-cloud-manager.svg?color=blue)](https://plugins.jenkins.io/adobe-cloud-manager)\n\n- [Introduction](#introduction)\n- [Getting Started](#getting-started)\n- [Usage](#usage)\n- [Build Actions](#build-actions)\n- [Examples](#examples)\n\n## Introduction\n\nThis plugin is intended to allow teams to integrate their Adobe Cloud Manager release process with upstream, intermediate and downstream operational tasks. It provides mechanisms for activating builds, responding to AdobeIO Cloud Manager build events, and taking actions during approval steps.\n\n## Versions\n\nThis plugin uses automatic releases, which has a different version format. See https://www.jenkins.io/jep/229\n\n## Getting Started\n\nBefore using any of the builders or steps in this plugin, Jenkins needs to be configured to authenticate to an Adobe IO project. To do that, follow these steps:\n\n1. [Create an Adobe IO API Integration](https://www.adobe.io/apis/experiencecloud/cloud-manager/docs.html#!AdobeDocs/cloudmanager-api-docs/master/create-api-integration.md).\n1. [Add the credentials to Jenkins](/doc/config/jenkins-credentials/README.md)\n1. [Configure an Adobe IO Project](/doc/config/adobeio-project/README.md)\n\n### AdobeIO WebHook\n\nThis plugin supports receiving AdobeIO Cloud Manager events. See the [Adobe IO Project configuration](/doc/config/adobeio-project/README.md#enable-webhook) for details on the WebHook operation, and the [Adobe IO documentation](https://www.adobe.io/apis/experienceplatform/events/docs.html#!adobedocs/adobeio-events/master/intro/webhooks_intro.md) on configuring a webhook endpoint.\n\n## Usage\n\nThe following builders and steps are available in this plugin. See the individual details page on how each functions and how to configure.\n\nAll of the items listed here support syntax generation using the in-Jenkins *Pipeline Syntax* tool.\n\n## Triggers\n\n- [Start Pipeline Trigger](/doc/trigger/start-pipeline/README.md)\n\n## Steps/Builders\n\n- [Repository Sync Builder](/doc/builder/repository-sync/README.md)\n- [Start Pipeline Builder](/doc/builder/start-pipeline/README.md)\n- [Poll Pipeline Step](/doc/step/poll-pipeline/README.md)\n- [Pipeline Step Execution Step](/doc/step/pipeline-step-state/README.md)\n- [Pipeline End Execution Step](/doc/step/pipeline-end/README.md)\n\n## Build Actions\n    \n- [Cloud Manager Build](/doc/action/cloud-manager-build/README.md)\n- [Pipeline Waiting](/doc/action/pipeline-waiting/README.md)\n\n## Examples\n\nComing soon.\n\n## Issues\n\nReport issues and enhancements in the [Jenkins issue tracker](https://issues.jenkins.io/issues/?jql=project%20%3D%20JENKINS%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20adobe-cloud-manager-plugin). The Component is `adobe-cloud-manager-plugin`.\n\n## Contributing\n\nRefer to the general Jenkins. [contribution guidelines](https://github.com/jenkinsci/.github/blob/master/CONTRIBUTING.md).\n\n### Code Submissions\n\nSubmissions should come as pull request and will be reviewed by project committers. \n\n### License Headers\n\nPlease make sure to run the license header profile before creating a pull request. This can be done with:\n\n\u003e $ mvn clean process-sources process-test-resources -Plicense-header-check\n\nThis will tell you of any files with missing license headers.\n\n## LICENSE\n\nLicensed under MIT, see [LICENSE](LICENSE)\n\n## SUPPORT\n\nThe Adobe Cloud Manager Jenkins Plugin is an open-source, community supported library.\n\n    The Adobe Cloud Manager Jenkins Plugin NOT supported or warrantied by Adobe Systems Inc.\n\nFor reporting bugs, contributing, or other questions about this project, please see the [contribution guidelines](https://github.com/jenkinsci/.github/blob/master/CONTRIBUTING.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fadobe-cloud-manager-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjenkinsci%2Fadobe-cloud-manager-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjenkinsci%2Fadobe-cloud-manager-plugin/lists"}