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 (jre10AUR, jre12AUR, jdk10AUR, jdk10-openj9-binAUR, jdk7AUR, jre7AUR, amazon-corretto-16AUR, jdk16-adoptopenjdkAUR, jdk8-armAUR, liberica-jre-11-binAUR, jdk11-j9-binAUR, jre11-jbr-xdg-headlessAUR, jre16-openjdk-headlessAUR, jre14-openjdk-headlessAUR, jre15AUR, jre14AUR, jre13AUR, jre16AUR, jre18-openjdk-headlessAUR, amazon-corretto-19-binAUR, liberica-jre-11-full-binAUR, jdk13-openjdk-binAUR, liberica-jre-8-full-binAUR, jre-openj9-headlessAUR, jre12-openjdk-headlessAUR, jdk11-dragonwell-standard-binAUR, jdk11-jetbrains-binAUR, zulu-15-binAUR, jdk20-openj9-binAUR, zulu-13-binAUR, jdk8-dragonwell-extended-binAUR, jdk8-dragonwell-standard-binAUR, jdk11-dragonwell-extended-binAUR, jdk17-dragonwell-standard-binAUR, jre11AUR, jdk8-j9-binAUR, jdk7-j9-binAUR, jdk7r1-j9-binAUR, jre13-openjdk-headlessAUR, jre15-openjdk-headlessAUR, jdk8-openj9-binAUR, jre-ltsAUR, microsoft-openjdk-11-binAUR, microsoft-openjdk-17-binAUR, microsoft-openjdk-21-binAUR, liberica-nik-24-full-binAUR, zulu-17-binAUR, zulu-11-binAUR, zulu-8-binAUR, liberica-jdk-17-full-binAUR, liberica-jdk-11-lite-binAUR, liberica-jdk-11-full-binAUR, liberica-jdk-11-binAUR, jre19-openjdk-headlessAUR, jdk17-jetbrains-binAUR, zulu-jdk-fx-binAUR, zing-21-binAUR, zing-8-binAUR, jre17AUR, jdk21-jetbrains-binAUR, java-openjdk-binAUR, jre21-zulu-binAUR, amazon-corretto-17AUR, amazon-corretto-21-binAUR, jre17-zulu-binAUR, jdk21-temurinAUR, amazon-corretto-8AUR, amazon-corretto-11AUR, jdk11-temurinAUR, liberica-jdk-full-binAUR, liberica-jdk-21-full-binAUR, liberica-jdk-8-full-binAUR, jdk17-temurinAUR, zulu-21-binAUR, jdk-temurinAUR, jre8AUR, jdk8AUR, zulu-17-fx-binAUR, jdk8-perfAUR, zulu-jre-fx-binAUR, zulu-fx-binAUR, zulu8-fx-binAUR, zulu11-fx-binAUR, zulu17-fx-binAUR, zulu21-fx-binAUR, jdk-openj9-binAUR, jdk11-openj9-binAUR, jdk17-openj9-binAUR, jre-jetbrainsAUR, jre-openjdk-wakefield-headlessAUR, jre-openjdk-wakefieldAUR, jdk-openjdk-wakefieldAUR, jdk21-openj9-binAUR, java-openjdk-ea-binAUR, zulu-23-binAUR, jreAUR, jdkAUR, jdk21-dragonwell-standard-binAUR, jdk21-dragonwell-extended-binAUR, jdk-openjdk, jdk11-openjdk, jdk17-openjdk, jdk21-openjdk, jre-openjdk, jre-openjdk-headless, jre11-openjdk, jre11-openjdk-headless, jre17-openjdk, jre17-openjdk-headless, jre21-openjdk, jre21-openjdk-headless, jre8-openjdk-headless)
- maven (mvnvmAUR) (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: