Hedi Ghediri
Hedi Ghediri
Hello, Is there a way to make the `get` step of a `git resource` checkout a specific tag passed in a `semver resource`: ```yaml resources: - name: version type: semver...
Hello, Is it possible to expand multiple levels of the parents / children (parent of the parent, etc.) For example, for the following db.json: ``` { "users": [ { "id":...
**Describe the bug** When running `python3.9` on PowerShell / cmd / Bash, the interpreter doesn't run. **To Reproduce** Steps to reproduce the behavior: 1. Run `pyenv install 3.9.13` 2. Run...
Since Gerrit 2.15, new events hooks have been introduced which can be used to trigger new Builds: - Private state changed - Work In Progress state changed - Draft Publication...
It is common that grouped commands shared some flags. We can think of `--verbose`, `--quiet`, `--base-url`, `--namespace`, etc. ``` > cola jenkins --url https://jenkins.com jobs list > cola jenkins --url...
Currently the way to pass env variables: ```yaml cmds: - name: pretty-grep type: executable executable: bash args: - -c - export GREP_OPTIONS="--color=auto -r --exclude-dir=node_modules --exclude-dir=.git" grep ``` But we can...