Search Criteria
Package Details: jenkinsfile-runner-git 1.0.beta.18.r9.gcc0717b-1
Package Actions
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: | MIT |
Conflicts: | jenkinsfile-runner |
Submitter: | jamesxu182 |
Maintainer: | jamesxu182 |
Last Packager: | jamesxu182 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-09-29 19:38 (UTC) |
Last Updated: | 2020-10-15 20:40 (UTC) |
Dependencies (2)
- java-runtime-headless (jre10, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, server-jre, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, zulu-14-bin, amazon-corretto-15, jdk11-openjdk-dcevm-conflicts-fixed, zulu-embedded-jdk8, sapmachine-jdk-bin, amazon-corretto-16, jre8-openjdk-shenandoah-headless, zulu-16-bin, jdk16-adoptopenjdk, jdk11-microsoft-openjdk, jdk16-microsoft-openjdk, jdk11-msopenjdk-bin, jdk18-beta-temurin, jdk8-arm, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, jre11-jetbrains-imfix, java-openjdk-loom-ea-bin, jdk17-dragonwell-bin, hmcl-zulu-bin, jdk7-j9-bin, jdk7r1-j9-bin, jdk8-j9-bin, jdk11-j9-bin, jdk-jetbrains, jre11-jbr-xdg-headless, jre12-openjdk-headless, jre15-openjdk-headless, jre16-openjdk-headless, jre13-openjdk-headless, jre14-openjdk-headless, jre-bcl, jdk-bcl, amazon-corretto-18, zulu-18-bin, zulu-13-bin, jre15, jre14, jre13, jre16, jre17, bishengjdk-17, bishengjre-17, jdk-arm, jdk11-openj9-bin, jdk-openj9-bin, jre-openj9-headless, zulu-15-bin, jre-jbr-xdg-headless, zulu-embedded-jdk11, jdk-microsoft-openjdk, jre18-openjdk-headless, jdk17-openj9-bin, jdk18-openj9-bin, jdk8-openj9-bin, jre8, jdk8, jre11, amazon-corretto-8, amazon-corretto-11, amazon-corretto-19-bin, amazon-corretto-17, zulu-8-bin, zulu-11-bin, zulu-17-bin, zulu-19-bin, liberica-jre-8-full-bin, liberica-jdk-full-bin, jre8-adoptopenjdk-headless, jre-lts, liberica-jdk-11-full-bin, liberica-jdk-17-full-bin, liberica-jre-11-full-bin, jdk8-dragonwell-extended-bin, jdk8-dragonwell-standard-bin, jdk11-dragonwell-extended-bin, jdk11-dragonwell-standard-bin, jdk13-openjdk-bin, zulu-jre-fx-bin, zulu-jdk-fx-bin, liberica-jdk-8-full-bin, jre-jetbrains, jdk-temurin, jdk17-temurin, jdk11-temurin, jdk17-dragonwell-standard-bin, jre-openjdk-headless-xdg, jre-openjdk-headless-xdg-bin, java-openjdk-bin, jdk17-jetbrains-bin, jdk11-jetbrains-bin, zulu-20-bin, java-openjdk-ea-bin, jre, jre-openjdk-headless, jre11-openjdk-headless, jre17-openjdk-headless, jre8-openjdk-headless)
- maven (mvnvm) (make)
Latest Comments
jamesxu182 commented on 2020-11-06 19:14 (UTC)
@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 (UTC)
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 (UTC)
@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 (UTC)
This is currently failing to build, throwing: