Chat for people who just starting contributing to Jenkins or want to do so. https://jenkins.io/participate/
mvn -version
you see which version is used
Hi all,
It seems that docker-java-api-plugin does not have any active maintainer
anymore.
I would like to become one, if possible.
I tried to send a message to jenkinsci-dev@googlegroups.com as suggested here : https://jenkins.io/doc/developer/plugin-governance/adopt-a-plugin/ but I receive a delivery failure notification.
Thanks in advance.
Best Regards,
Eric.
@ericcitaire Please try sending your message through this link: https://groups.google.com/forum/#!forum/jenkinsci-dev
I would also open an issue in the plugin repo and tag the last person who merged a PR. Also create an account here and open an issue in the Jenkins-infra https://issues.jenkins-ci.org/secure/Dashboard.jspa
Hello! mvn hpi:run
fails for https://github.com/jenkinsci/cloudbees-folder-plugin
cloudbees-folder-plugin master$ mvn hpi:run
[INFO] Scanning for projects...
[INFO]
[INFO] --------------< org.jenkins-ci.plugins:cloudbees-folder >---------------
[INFO] Building Folders Plugin 6.13-SNAPSHOT
[INFO] --------------------------------[ hpi ]---------------------------------
[INFO]
[INFO] >>> maven-hpi-plugin:3.10:run (default-cli) > compile @ cloudbees-folder >>>
[...]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ cloudbees-folder ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 45 source files to /Users/calvin/GitRepos/cloudbees-folder-plugin/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] java.nio.file.NoSuchFileException: /Users/calvin/GitRepos/cloudbees-folder-plugin/target/classes/META-INF/annotations/hudson.Extension
[INFO] 1 error
[...]
I'm on macOS. What's needed to compile this plugin? Thanks!
Hi @oleg-nenashev I saw some threads about JDK so I was using JDK8 to run the failed build. I'm also using the latest master from cloudbees-floder-plugin
repo
$ /usr/libexec/java_home -V
Matching Java Virtual Machines (1):
1.8.0_252, x86_64: "AdoptOpenJDK 8" /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home
/Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home
$ git show --name-status
commit 7ca186c7d82d315d139fb19a05a72dcd2fc66668 (HEAD -> master, origin/master, origin/HEAD)
Author: Francisco Javier Fernandez Gonzalez <fjfernandez@cloudbees.com>
Date: Mon Apr 6 18:40:58 2020 +0200
[maven-release-plugin] prepare for next development iteration
M pom.xml
I ended up modifying pom.xml
's properties/jenkins.level
as you suggested and got it working. Thanks!
One more question. mvn hpi:run
also fails on Jenkins repo itself
jenkins master$ mvn hpi:run
[INFO] Scanning for projects...
[...]
[INFO] <<< maven-hpi-plugin:3.13:run (default-cli) < compile @ jenkins-parent <<<
[INFO]
[INFO]
[INFO] --- maven-hpi-plugin:3.13:run (default-cli) @ jenkins-parent ---
[INFO] Logging initialized @7148ms to org.eclipse.jetty.util.log.Slf4jLog
[...]
[ERROR] Failed to execute goal org.jenkins-ci.tools:maven-hpi-plugin:3.13:run (default-cli) on project jenkins-parent: The parameters 'minimumJavaVersion' for goal org.jenkins-ci.tools:maven-hpi-plugin:3.13:run are missing or invalid -> [Help 1]
What should I change in this case? Thanks!
I've added a test to test/src/test/java/hudson/model/ItemGroupMixInTest.java
and am trying to run the tests. mvn test -P light-test
fails with this error which doesn't seem related to my changes.
java.lang.RuntimeException: Internal error: Failed to find the "modifiers" field in method setInternalState.
In fact, the same error occurs when the test is run on master branch without any changes. What am I missing? Thank you!
mvn test -P light-test
on my Ubuntu 18.04 running AdoptOpenJDK 1.8.0_242 without any issue.
brew
installer on macOS not setting JENKINS_HOME
envvar. It sets the path correctly so the test initiates but as it progresses some parts don't finish. This was seen on both JDK 8 and 11. When JAVA_HOME
was set both 8 and 11 succeded
#jenkins-hackhouse
in IRC? Or would we like to use IRC as a communication channel?