Search Criteria
Package Details: jenkinsfile-runner-git 1.0.beta.18.r9.gcc0717b-1
Git Clone URL: | https://aur.archlinux.org/jenkinsfile-runner-git.git (read-only, click to copy) |
---|---|
Package Base: | jenkinsfile-runner-git |
Description: | A command line tool to run Jenkinsfile |
Upstream URL: | https://github.com/jenkinsci/jenkinsfile-runner.git |
Licenses: | |
Conflicts: | |
Submitter: | jamesxu182 |
Maintainer: | jamesxu182 |
Last Packager: | jamesxu182 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-09-29 19:38 |
Last Updated: | 2020-10-15 20:40 |
Dependencies (2)
- java-runtime-headless=8 (jdk5, tuxjdk, jre7-openjdk-headless-infinality, java-8-openjdk-shenandoah, jre8-openjdk-headless-infinality, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains-headless, jre8-openjdk-shenandoah-headless, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jre-openj9-headless, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk-openj9-bin, jre, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre11-jetbrains-headless-imfix, jre-jetbrains, jre8-adoptopenjdk-headless, java-openjdk-ea-bin, java-openjdk-loom-ea-bin, jdk-arm, jdk-jetbrains, jre-openjdk-headless, jre11-openjdk-headless, jre7-openjdk-headless, jre8-openjdk-headless)
- maven (mvnvm) (make)
Latest Comments
jamesxu182 commented on 2020-11-06 19:14
@rageltman it sounds like you need to install jdk instead of jre to build the package. please install this package: https://www.archlinux.org/packages/extra/x86_64/jdk8-openjdk/ and try it again. Thanks
rageltman commented on 2020-11-04 22:46
jamesux182: it doesn't really work that way with proper continuous integration systems - user input to such a system violates the entire premise of automated testing. The CI takes a clean reference Arch chroot and runs the PKGBUILD in it. So if a Java runtime needs to be set, that's probably a step for the
prepare()
function or anexport JAVA_HOME=
style setup for the env vars manually.jamesxu182 commented on 2020-10-15 20:37
@rageltman I suppose you may need java-8-openjdk to compile to package. please also check if your current java version is 8. If not, please use
sudo archlinux-java set java-8-openjdk
to switch to java-8-openjdk. It should pass the build. Thanks.rageltman commented on 2020-10-10 15:43
This is currently failing to build, throwing: