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: 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)

Required by (0)

Sources (1)

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 an export 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:

[2020-10-10T14:19:21.339Z] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 27 kB/s)
[2020-10-10T14:19:21.339Z] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 1.8 MB/s)
[2020-10-10T14:19:21.339Z] Downloaded from repo.jenkins-ci.org: https://repo.jenkins-ci.org/public/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 106 kB/s)
[2020-10-10T14:19:21.339Z] [INFO] Changes detected - recompiling the module!
[2020-10-10T14:19:21.339Z] [INFO] Compiling 5 source files to /build/jenkinsfile-runner-git/src/jenkinsfile-runner/bootstrap/target/classes
[2020-10-10T14:19:21.339Z] [INFO] -------------------------------------------------------------
[2020-10-10T14:19:21.339Z] [ERROR] COMPILATION ERROR : 
[2020-10-10T14:19:21.339Z] [INFO] -------------------------------------------------------------
[2020-10-10T14:19:21.339Z] [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[2020-10-10T14:19:21.339Z] [INFO] 1 error
[2020-10-10T14:19:21.339Z] [INFO] -------------------------------------------------------------
[2020-10-10T14:19:21.339Z] [INFO] ------------------------------------------------------------------------
[2020-10-10T14:19:21.339Z] [INFO] Reactor Summary for Jenkinsfile Runner 1.0-beta-19-SNAPSHOT:
[2020-10-10T14:19:21.339Z] [INFO] 
[2020-10-10T14:19:21.339Z] [INFO] Jenkinsfile Runner ................................. SUCCESS [  8.326 s]
[2020-10-10T14:19:21.339Z] [INFO] bootstrap .......................................... FAILURE [  4.537 s]
[2020-10-10T14:19:21.339Z] [INFO] setup .............................................. SKIPPED
[2020-10-10T14:19:21.339Z] [INFO] payload-dependencies ............................... SKIPPED
[2020-10-10T14:19:21.339Z] [INFO] payload ............................................ SKIPPED
[2020-10-10T14:19:21.339Z] [INFO] packaging-parent-pom ............................... SKIPPED
[2020-10-10T14:19:21.339Z] [INFO] jenkinsfile-runner ................................. SKIPPED
[2020-10-10T14:19:21.339Z] [INFO] vanilla-package .................................... SKIPPED
[2020-10-10T14:19:21.339Z] [INFO] ------------------------------------------------------------------------
[2020-10-10T14:19:21.339Z] [INFO] BUILD FAILURE
[2020-10-10T14:19:21.339Z] [INFO] ------------------------------------------------------------------------
[2020-10-10T14:19:21.339Z] [INFO] Total time:  01:27 min
[2020-10-10T14:19:21.339Z] [INFO] Finished at: 2020-10-10T14:19:19Z
[2020-10-10T14:19:21.339Z] [INFO] ------------------------------------------------------------------------
[2020-10-10T14:19:21.339Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project bootstrap: Compilation failure
[2020-10-10T14:19:21.339Z] [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[2020-10-10T14:19:21.339Z] [ERROR] 
[2020-10-10T14:19:21.339Z] [ERROR] -> [Help 1]
[2020-10-10T14:19:21.339Z] [ERROR] 
[2020-10-10T14:19:21.339Z] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[2020-10-10T14:19:21.339Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2020-10-10T14:19:21.339Z] [ERROR] 
[2020-10-10T14:19:21.339Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2020-10-10T14:19:21.339Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2020-10-10T14:19:21.339Z] [ERROR] 
[2020-10-10T14:19:21.339Z] [ERROR] After correcting the problems, you can resume the build with the command
[2020-10-10T14:19:21.339Z] [ERROR]   mvn <args> -rf :bootstrap
[2020-10-10T14:19:21.339Z] ==> ERROR: A failure occurred in build().
[2020-10-10T14:19:21.339Z]     Aborting...
script returned exit code 255