Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 298 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 298 Bytes

Running on Jenkins

Workaround

  • Image jenkins/blueocean is based on Alpine.
  • If you use the Jenkins "Go" wrapper-plugin, the downloaded version will not run on Alpine, since it's dynamically linked to libraries that don't exist in Alpine
  • Install apk add libc6-compat for compatibility