This website requires JavaScript.
Explore
Help
Sign In
ZeroDownTime
/
jenkins-podman
Watch
3
Star
0
Fork
0
You've already forked jenkins-podman
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
48c133f095
jenkins-podman
/
entrypoint.sh
5 lines
63 B
Bash
Raw
Normal View
History
Unescape
Escape
fix: create XDG_RUNTIME if workspace is mounted
2022-07-11 12:56:04 +00:00
#!/bin/sh
fix: use proper dir for xdg-run on Jenkins
2024-08-09 13:28:37 +00:00
mkdir -p
$HOME
/xdg-run
fix: create XDG_RUNTIME if workspace is mounted
2022-07-11 12:56:04 +00:00
/usr/local/bin/jenkins-agent
Reference in New Issue
Copy Permalink