Florian Wilhelm
Florian Wilhelm
Hi everyone, I love the Jenkinsfile runner, it is great to run Jenkins pipelines in environments like travis for example. I documented what I did there in a [blog post](https://blogs.sap.com/2019/02/11/deep-dive-experimental-serverless-cicd-with-sap-s4hana-cloud-sdk-continuous-delivery-toolkit/)....
Hi, as documented [here](https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#administrative-privileges-of-github-hosted-runners) GitHub configures passwordless sudo, so I can have sudo in my shell scripts to perform individual commands as root. Given this minimal workflow: ``` on: push...
I want to suggest a feature: It would be nice to plug into the "new Project" dialog of IntelliJ. What I have in mind is to make it easy to...
It would be nice to have a `--dry-run` option to see what *would* happen if I used this configuration. I see two reasons why this would be nice: * When...
Hello, I'm not sure if this is worth it, I'd just like to put this idea here for discussion: Some, if not most GNU manpages refer to the info page...
Closes SAP/cloud-sdk-backlog#195. Call the destination by name instead of getting all destinations.
Hi all, I've taken a look at `asciidoctor` for writing documentation. It integrates nicely with the java build tools (maven and gradle). Furthermore I found [this script](https://github.com/fkling/esprima_ast_explorer/blob/master/scripts/push-site.sh) in a completely...
Closes SAP/cloud-sdk-backlog#ISSUENUMBER.
Hi, as a newcomer to ostree, I feel a bit lost with the docs. [OSTree Overview](https://ostreedev.github.io/ostree/introduction/) describes how to commit files, cool, that's easy enough. [Deployments](https://ostreedev.github.io/ostree/deployment/) has useful info, but...
Hi, I was observing something that did not seem logical to me, I'm not sure if this is a bug but I don't really understand what ostree is doing here....