-
### Problem
Jenkinsfile Runner has a `--arg` option to pass parameters to the pipeline. The value of a parameter may be a zero-length string:
```sh
/app/bin/jenkinsfile-runner --arg PARAM1='' .…
-
Hi,
I've facing an issue after upgrade testcontainer node from 10.9 to 10.10 which any other changes
**Expected Behaviour**
Same as 10.9.0, it should work
**Actual Behaviour**
Doesn't w…
-
Type: Bug
The terminal process "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe" terminated with exit code: -1073741819.
VS Code version: Code 1.88.1 (e170252f762678dec6ca2cc69aba15707…
-
Unfortunately I didn't think to keep meeting notes from the previous meetings, but I'll do so here for upcoming meetings.
-
Testcontainers depends on Docker, and raw Docker is an issue in a Kubernetes managed environment (i.e. Jenkins X). It ends up either using the /var/run/docker.sock escape hatch or dind. Both approache…
deas updated
3 months ago
-
Type: Bug
The JS/TS language service crashed. This may be caused by a plugin contributed by one of these extensions: VisualStudioExptTeam.vscodeintellicode, VisualStudioExptTeam.vscodeintellicode, V…
-
The `readYaml()` feature is used on this repository as a pipelien step provided by https://github.com/jenkinsci/pipeline-utility-steps-plugin/blob/master/docs/STEPS.md.
But this step runs on the co…
-
### Summary
Hi! I'm using Helix with Zig, and everything is fine until calling and storing a function with complicated error type (f.g std.fs.cwd.openFile).
![image](https://github.com/user-atta…
-
We are moving away from Jenkins for our CI infrastructure, and starts to migrate to use Github Actions. The benefits of using GH actions include:
* Less maintenance (say no need to run and maintain…
-
### What feature do you want to see added?
Currently the Jenkinsfile Runner support Java 17 while the Jenkins core provides it as Preview. It would be great to support Java 17 and to provide the Do…