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
1
Actions
Packages
Projects
Releases
Wiki
Activity
d9107d1a7b
jenkins-podman
/
entrypoint.sh
5 lines
66 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:32:15 +00:00
mkdir -p
$XDG_RUNTIME_DIR
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