adop-platform-management icon indicating copy to clipboard operation
adop-platform-management copied to clipboard

Results 21 adop-platform-management issues
Sort by recently updated
recently updated
newest added

I think the Pluggable SCM library should be versioned so that the Setup_Pluggable_Library job checks out a "known" version so that we insulate against change creeping in. This came to...

**As** a platform user, **I want** to be able to toggle ACL. This is dependent on `ADOP_ACL_ENABLED` environment variable for adop-docker-compose for Jenkins. Dependent on; * ~~https://github.com/Accenture/adop-jenkins/pull/35~~ * ~~https://github.com/Accenture/adop-docker-compose/pull/194~~ *...

enhancement

## 1. Fixing issue with credentials file The first error was related was a wrong path for SCM_KEY file. ``` fatal: could not read Password for 'https://@': No such device...

- Added support for docker-based platform extensions. Dependent on - [adop-platform-management#22](https://github.com/Accenture/adop-platform-management/pull/21) - [adop-platform-extension-specification#2](https://github.com/Accenture/adop-platform-extension-specification/pull/2) - [Accenture/adop-nginx#22](https://github.com/Accenture/adop-nginx/pull/22)

enhancement
LEVEL 1
LEVEL 2

Please fork before merging.

LEVEL 1

This topic for everyone who is afraid of upgrade plugins button. Hope this will save someones time 1. Changes in DSL for Groovy scripts - `workflowJob` is replaced by `pipelineJob`...

This platform extension type will enable platform users to extend the Jenkins service by loading in a repository of groovy classes, which will be re-useable in Jenkins jobs into the...

wip

Related to [Accenture/adop-platform-management#20](https://github.com/Accenture/adop-platform-management/pull/20) - Created "adop-default" user to default build credentials param to avoid CredentialNotFound checked Java exception if not provided. - Made credentials parameter for platform load job generic....

Updated the load_platform_extension to support creation of multiple instances to work as it does with one instance

There are use cases where a workspace isn't necessary for users when using ADOP so it would be useful to "opt-out" of using them. I think this could be achieved...