Dennis Bijlsma

Results 15 issues of Dennis Bijlsma

See https://learn.microsoft.com/en-us/azure/devops/pipelines/process/container-phases?view=azure-devops&tabs=yaml#linux-based-containers. - [ ] Bash - [ ] glibc-based - [ ] Can run Node.js (which the agent provides) - [ ] Does not define an ENTRYPOINT - [...

Goal: see if we can create these URLs using the environment variables available to each platform. We won't do Jenkins since that does not have a native page for this....

Requested by @sten-rosendahl and others. In GitLab we now use the JUnit panel to display results, which is visually nicer than the raw command line output. We should use a...

Requested/proposed by a client to @SebGondron. This type of suggestion fits well with our boy scout rule storyline, and it's a very pragmatic solution for systems that are very large...

GitHub Marketplace requires explicit versions and tags, they don't allow continuous delivery. Some actions, for example https://github.com/marketplace/actions/git-version, use semver like 2.4.0. This seems nice, but it's actually not because everyone...

Suggested by @valdore86 after this was requested by multiple clients. We can easily add this without the need for an external dependency, since https://docs.python.org/3/library/glob.html is part of the Python standard...

Suggested by @janlaan. We previously checked interest for this, but people preferred either the Docker route or the "just clone the repository" route. But we can indeed add a third...

Suggested by @bruno-oliveira. We support 4 options for supplying metadata. The 4th option is based on providing input parameters to the GitHub Action, and is typically used by people that...