Mårten Svantesson
Mårten Svantesson
Jenkins-X already has integrations with Istio and it seems like there are more to come. It would then make sense to improve compability with Istio. Looking at https://istio.io/docs/setup/kubernetes/spec-requirements/ I find...
When inputting values with `jx secret edit` you can't input multiline values. I'm trying to edit jenkins-maven-settings. The `jx secret` command is built from the repo https://github.com/jenkins-x-plugins/jx-secret/
Many Jenkins-X tools checkout repositories but actually only need to read a few select files. For large git repositories this lead to a great waste of time, bandwidth and disk...
### Summary When creating docker images for Java applications in the current setup in Jenkins-X the application and all dependencies are all placed in one jar file, meaning it will...
We currently have no way of informing users of potential issues with upgrades. I'm suggesting that `jx gitops upgrade` would get support for showing such upgrade messages. From the same...
Pruning of the resources from a cluster that has been removed from its repo doesn’t work reliably. # Steps to reproduce 1. Add a HorizontalPodAutoscaler, for example by setting the...
### Summary Apart from the default place holders (REPLACE_ME_APP_NAME, REPLACE_ME_GIT_PROVIDER, REPLACE_ME_ORG and REPLACE_ME_DOCKER_REGISTRY_ORG) it would be practical to to be able to introduce custom place holders with specified prompt and...
### Summary ### Steps to reproduce the behavior Create a release for a project with Jira as the issue tracker ### Expected behavior Links to assignees for related issues in...
When trying to use spf4j-slf4j-test by adding ``` org.spf4j spf4j-slf4j-test test 8.9.1 ``` to my pom.xml I get the following error when running mvn: `Caused by: org.apache.maven.wagon.authorization.AuthorizationException: authentication failed for...
**Describe the bug** When upgrading to version 3.1.0 I noticed that the bootstrap.yaml file wasn't read anymore. I then moved the content to application.yaml and noted that the integration with...