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

...and brings back docker-compose platform extension support. Marking as WIP because this will be much simpler to understand once #32 is merged (we started from there)!

wip

Hi Team Gen5 Selenium URL doesnt work directly. As a workaround, when we replace Domain name in the URL with Public IP, it works. Any suggestion or resolution to correct...

I think it would be useful to have a platform extension type that would load in Jenkins Pipeline libraries into the Global Pipeline Library so that Pipeline jobs can consume...

enhancement
help wanted

I think it would be beneficial for it to be possible to select a commitish object to load a cartridge from, rather than it default to master. I would expect...

enhancement
help wanted

I think the cartridge collection functionality should be extended to include support for the following two capabilities: - Custom cartridge properties (https://github.com/Accenture/adop-platform-management/pull/52) - Cartridge versioning (https://github.com/Accenture/adop-platform-management/issues/57) This enables a "cartridges...

enhancement
help wanted

I am not able to use adop-platform-management with an external LDAP because LDAP host is hardcoded in some scripts. For example in generate_workspace job: _${WORKSPACE}/common/ldap/load_ldif.sh -h ldap -u "${LDAP_ADMIN_USER}" -p...

When populating repository in Gerrit, tags (if there is any) are also pushed to the repository.

LEVEL 1
LEVEL 2

ENHANCEMENT: As a Jenkins developer, I want to load a cartridge collection and have it receive a Key-value pair map that will be passed on to each loaded cartridge in...

Refactored platform management Git URL into environment variable `ADOP_PLATFORM_MANAGEMENT_GIT_URL` This change was introduced because; - ADOP Pluggable library supports other SCM providers (Gerrit may not be the default choice) -...

enhancement

Run generate workspace and project jobs on slaves to cater for cases were there are no master executors configured in Jenkins. This is dependent on the https://github.com/Accenture/adop-platform-management/pull/30 I'll rebase once...