Rune Engseth
Rune Engseth
We want to use an AWS managed SSL certificate (e.g. generated by ACM), and as far as I can tell, there is no way for us to get our hands...
We have a case where we need to create pipelines that are not triggered automatically by new commits to GH-repo. Looking at the docs, there doesn't seem to an property...
**Background**: Installed ADF (3.0.6) about 6 months ago, and have been deploying stuff to one-region only without issues. adfconfig.yml was configured with eu-west-1 as deployment region and targets was also...
Context Trying to use node14 for deploying SAM app. buildspec.yml ```phases: install: runtime-versions: python: 3.8 nodejs: 14 ``` pipeline-definition: ``` build: provider: codebuild properties: spec_filename: buildspec.yml image: STANDARD_5_0 ``` When...
Hi. Thanks for a great plugin, appreciate the initiative. And obviously I didn't read the docs well enough from the start as it being annotation based, I though it would...
Is it possible to override `ckss.projectconfig` from command line parameters or from the sonar-project.properties file? I have looked at the source and specifically [SlackNotifierProp](https://github.com/kogitant/sonar-slack-notifier-plugin/blob/master/src/main/java/com/koant/sonar/slacknotifier/common/SlackNotifierProp.java), and tried different combinations, without luck...