Hi
Am 30.01.23 um 08:46 schrieb Ullrich Hafner:
Which maven version are you using? The error message says that you
need to use at least Maven 3.8.1.
Am 30.01.2023 um 07:37 schrieb Ahmed Rafiq :
Hello,
trying to update our inhouse Jenkins plugins. But it gets failed from
maven-enforcer-plugi
Which maven version are you using? The error message says that you need to use
at least Maven 3.8.1.
> Am 30.01.2023 um 07:37 schrieb Ahmed Rafiq :
>
> Hello,
> trying to update our inhouse Jenkins plugins. But it gets failed from
> maven-enforcer-plugin at
>
> [ERROR] Rule 1: org.apache.maven
Hello,
trying to update our inhouse Jenkins plugins. But it gets failed from
maven-enforcer-plugin at
*[ERROR] Rule 1: org.apache.maven.plugins.enforcer.RequireMavenVersion
failed with message:3.8.1 required to no longer download dependencies via
HTTP (use HTTPS instead).*
In our *settings.xml*
-8, Gerry Storm wrote:
>
> I have tried to follow instructions in
> https://wiki.jenkins.io/display/JENKINS/Building+Jenkins:
>
> // check out the workspace
> $ git clone https://github.com/jenkinsci/jenkins.git
> // Download dependencies and build with Maven
> // No
That is definitely abnormal. This is an Eclipse bug then, because that
configuration is already inherited by the cli module (you can check
yourself using mvn help:effective-pom).
Le jeu. 3 janv. 2019 à 14:17, Steffen Elste a
écrit :
> Hi,
> after i modified the pom.xml of the *cli* project to in
Thank you Ullrich and all.
I was able to import and build jenkins as follows:
1) git clone https://github.com/jenkinsci/jenkins.git
2) cd jenkins; mvn install -DskipTests
3) Started inlellij, imported and built the projects, no errors just tons
of warnings.
I now want to debug the jenkins.war. I
Building is quite easy:-) Just importing it into an IDE is complex since
Jenkins uses a lot of hacks around the maven infrastructure so it does not work
out of the box.
E.g., the compile error in IntelliJ is due to missing generated resource files.
These generated sources are not picked up aut
I had an issue trying to create a plugin one. I has a settings.xml in my
~/.m2 folder. If you've got a settings.xml file, I wonder if it can be
causing the issue you are encountering. Back it up, remove it, and see if
you can build.
---
"What we can or cannot do, what we consider possible or im
It could be your bad luck, I have never had the same issues you are having.
I just imported the top level directory into IntelliJ IDEA as a Maven
project and it worked flawlessly for me.
On Thu, Jan 3, 2019 at 1:19 PM Gerry Storm wrote:
> I'm a bit surprised. jenkins is widely used and it looks
I'm a bit surprised. jenkins is widely used and it looks looks like there
are tons of contributors. I assumed it would be a breeze to build it from
the source. I wonder if this is just my bad luck?
On Thu, Jan 3, 2019 at 12:08 PM Gerry Storm wrote:
> I have tried inlelliji and still got one erro
I have tried inlelliji and still got one error when building projects:
Error:(26, 25) java: package hudson.cli.client does not exist
in cli/src/main/java/hudson/cli/CLI.java at "import
hudson.cli.client.Messages;"
On Thu, Jan 3, 2019 at 8:56 AM Jan Monterrubio
wrote:
> I personally use intell
I personally use intellij idea, since it lets you import a project ( and if
it is maven it will wire things up on its own).
https://blog.jetbrains.com/idea/2008/03/opening-maven-projects-is-easy-as-pie/
On Thu, Jan 3, 2019 at 10:55 AM Gerry Storm wrote:
> Thank you all very much. I am not parti
Thank you all very much. I am not particularly fond of Eclipse per se. I
have used it in the past and it was my first choice. If you think Apache
NetBeans or IntelliJ IDEA are better I will switch to one of those. Which
one would you recommend and are there instructions available I could
follow?
O
Hi,
after i modified the pom.xml of the *cli* project to include
org.codehaus.mojo
build-helper-maven-plugin
3.0.0
add-source
generate-sources
add-source
Hi Baptiste,
i did a quick check - removed the projects from the workspace, deleted all
Eclipse-related files and folders, then bumped the version of the plugin up
to 3.0.0 - but i still get the compile error, the build path is not set.
Can You give me a hint on how to go about updating the wiki
@Steffen and James, can you pretty please update the wiki page for Eclipse?
I'd do it myself, but I don't use Eclipse anymore, so my experience is ~3
years outdated now.
IMO, do not hesitate to remove many things, and make it very short, so that
it does not become stale too quickly.
For the `targ
Hi,
gave it at try this morning.
I downloaded the current 'Eclipse IDE for Enterprise Java Developers' (the
smaller 'Eclipse IDE for Java Developers' should do as well).
Cloned the repository - without importing any projects in the first place -
then imported 'Existing Maven Projects' into the w
follow instructions in
> https://wiki.jenkins.io/display/JENKINS/Building+Jenkins:
>
> // check out the workspace
> $ git clone https://github.com/jenkinsci/jenkins.git
> // Download dependencies and build with Maven
> // Note: mvn install may be a prerequisite for other mv
advise?
>
> Thank you for your patience.
>
>
> On Monday, December 31, 2018 at 9:52:22 AM UTC-8, Gerry Storm wrote:
>>
>> I have tried to follow instructions in
>> https://wiki.jenkins.io/display/JENKINS/Building+Jenkins:
>>
>> // check out the workspace
how can I add it as you advise?
Thank you for your patience.
On Monday, December 31, 2018 at 9:52:22 AM UTC-8, Gerry Storm wrote:
>
> I have tried to follow instructions in
> https://wiki.jenkins.io/display/JENKINS/Building+Jenkins:
>
> // check out the workspace
> $ git clone
Alas that page is complete bunkum... if you are using eclipse make sure you
use a distribution with m2eclipse (or add it) then after building Jenkins
at the command line (mvn install -DskipTests) import the projects in the
normal eclipse way as a "Maven" project.
/James
On Tue, 1 Jan
ctions in
> https://wiki.jenkins.io/display/JENKINS/Building+Jenkins:
>
> // check out the workspace
> $ git clone https://github.com/jenkinsci/jenkins.git
> // Download dependencies and build with Maven
> // Note: mvn install may be a prerequisite for other mvn targets
> $ c
> On 12.05.2016, at 16:19, Ian Duffy wrote:
>
> I'm struggling to find the rpm spec file that is used to generate the RPMs
> supplied on the jenkins website.
>
> Can anyone point me to where I can find these?
>
https://github.com/jenkinsci/packaging/tree/master/rpm/build
--
You received t
Hi All,
I'm struggling to find the rpm spec file that is used to generate the RPMs
supplied on the jenkins website.
Can anyone point me to where I can find these?
Thanks,
Ian.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe fr
Hello Users,
I have run into this weird issue on Jenkins since I have upgraded to 1.59
version.
Below is some specific information regarding Jenkins system:
Jenkins is running behind Tomcat.
Jenkins has its own url https://jenkins: .
Tomcat server configuration file is modified to add Jenki
Hi A,
I was asked to do modify jenkins UI like you do, and I encountered the
same problem last night.
If you had solved the problem, please tell me how.
Thanks very much.
在 2014年9月22日星期一UTC+8下午6时18分27秒,Arunkumar A写道:
>
> Hi,
>
> We wanted to rename the BUILD button in Jenkins to something
Oops...
org.jenkins-ci
jenkins
1.33
I did find out I need to add the Jenkins Maven repository to my Nexus Repo
Group, despite having the Jenkins repository defined in the Jenkins main
module POM.
We mirror everything through our internal company Nexus repository, but I
would ha
There is nothing below...
On Wed, Jun 18, 2014 at 9:42 AM, Jeff wrote:
> I cloned the Jenkins source tree from GitHub and tried to build but it is
> referencing a parent pom (see below) that isn't in the project.
>
> Where do I get it? I can't find a reference anywhere.
>
> --
> Jeff Vincent
>
I cloned the Jenkins source tree from GitHub and tried to build but it is
referencing a parent pom (see below) that isn't in the project.
Where do I get it? I can't find a reference anywhere.
--
Jeff Vincent
See my LinkedIn profile at:
http://www.linkedin.com/in/rjeffreyvincent
--
You receive
Anyone have advice for the following? Seems a Jenkins specific error.
[ERROR] Failed to execute goal
org.jvnet.hudson.tools:maven-encoding-plugin:1.1:check-encoding (default)
on project jenkins-core: Problems detected -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
Le 08/02/2013 06:16, Sami Tikka a écrit :
> Did you try with jdk 1.7?
Thanks.
The jenkins.war in 1.502-snapshot (jenkins-1.500-89-g9bb9d44) was successfully
packaged with jdk 1.6 and 1.7.
Some jenkins harness tests fails with jdk 1.6, I suppose it's not dramatic.
Do not tried with jdk 1.7 -- it
Did you try with jdk 1.7?
-- Sami
Viktor Tarasov kirjoitti 7.2.2013 kello 11.26:
> Hello,
>
> When trying to build jenkins from the current GH master branch
> I'm getting following error:
>
> $ mvn -Plight-test install
> ..
> Running hudson.util.XStreamTest
> Tests run: 1, Failures: 0, E
Hello,
When trying to build jenkins from the current GH master branch
I'm getting following error:
$ mvn -Plight-test install
..
Running hudson.util.XStreamTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.09 sec
<<< FAILURE!
testConcurrentHashMapSerialization(hudson.util
issues we are
> having, we decided to download, compile and debug Jenkins. I am using
> Netbeans 7.1 and following the instructions from this page:
> https://wiki.jenkins-ci.org/display/JENKINS/Building+Jenkins. I am trying
> to build using a Windows 7 machine. It fails when bui
34 matches
Mail list logo