ods-core icon indicating copy to clipboard operation
ods-core copied to clipboard

The core of OpenDevStack - infrastructure setup based on Atlassian tools, Jenkins, Nexus, SonarQube and shared images

Results 98 ods-core issues
Sort by recently updated
recently updated
newest added

Right now we have a public AMI which runs OpenShift 3.11 using `oc cluster up`. The code for this is in `ods-devenv`. We need to have E2E tests for ODS...

enhancement
question

**Describe the bug** Once we start a release using the release manager, we select a version (1.0 for example) and we successfully promote to dev. Now during the release a...

bug

### Decription When running the quickstarter tests the verification of the Jenkins run attachments fails. This issue has to do with a failed calculation of the build url (see below...

bug

The next OpenShift Container Platform release, currently planned to be OpenShift Container Platform 4.9, is expected to use Kubernetes 1.22. Kubernetes 1.22 removed a significant number of deprecated v1beta1 APIs.OpenShift...

enhancement

### Description: After provisioning of a new project with the ODS provisioning app the Jenkins instance in the cd project does not contain a Kubernetes Service Account within Jenkins' global...

bug

**Is your feature request related to a problem? Please describe.** Hardware on top of ARM architecture is getting more common in cloud and also e.g. Macs. Cloud cost efficiency is...

enhancement

Instead of forcing auth via API in the configure script (https://github.com/opendevstack/ods-core/blob/master/sonarqube/configure.sh#L199-L205) we can do this in the container startup script: https://github.com/opendevstack/ods-core/blob/master/sonarqube/docker/run.sh. FYI @felipecruz91

enhancement
good first issue

**Describe the bug** When using SonarQube 8.5 or above, the server stops with the following error: ``` Web server startup failed: The following plugin is no longer compatible with this...

bug

**Is your feature request related to a problem? Please describe.** The current version only supports a typescript version> = 3.2.1

enhancement

Problem: missing nexus repository for the gradle service distribution site. Background: The spring boot quickstarter uses the gradle wrapper as build tool. The gradle wrapper downloads the gradle binary from...

enhancement