Re: Trying to compile docker-plugin -- failure "java: cannot find symbol Messages"

2019-03-26 Thread Adrien Lecharpentier
I'm wondering how are you trying to compile it? From CLI with `mvn compile` or from your IDE? >From the IDE, you would need to add to classpath the folder `target/generated-sources/localise` (not sure about the last folder, but you should have only two folders in this path). If there is nothing t

Re: About SMTPSendFailedException

2019-09-25 Thread Adrien Lecharpentier
-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/b114ca5a-3251-4999-bbd4-7cc506c0941d%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/b114ca5a-3251-4999-bbd4-7cc506c0941d%40googlegr

Re: how to hidden or custom the error page (stack trace), thanks

2020-01-22 Thread Adrien Lecharpentier
iving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/c3aee488-f1be-403c-9f95-96654d2e2fca%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-u

Re: How to stash file in free style job

2020-09-04 Thread Adrien Lecharpentier
Hello, You need to archive the XML file in the first project and then use cooyartifact plugin in the downstream job to get that file.. The plugin documentation will help you set it up. -- Adrien Le ven. 4 sept. 2020 à 17:32, 02.m...@gmail.com <02.mah...@gmail.com> a écrit : > I have a free sty

Re: How to run docker commands from jenkins pipeline, permission error

2017-12-29 Thread Adrien Lecharpentier
Is your jenkins user part of the docker group? -- Adrien Le ven. 29 déc. 2017 à 13:05, Muhammad Asif a écrit : > I have a jenkins pipeline which need to download and create docker image > on the same machine where jenkins is installed. but I am facing the > following error. > > + docker pull mav

Re: Stage View for Freestyle Job

2018-03-19 Thread Adrien Lecharpentier
You're not missing something. This is the normal view for a freestyle job. The stage view for pipeline job (and even BlueOcean) are possible because the "run" is divided in stages. This kind of division was not done in freestyle jobs and I'm not sure there are plans to change the freestyle build v

Re: [Jenkins World 2018] - Graders wanted

2018-04-13 Thread Adrien Lecharpentier
I'd be happy to help as well. I submitted a subject to the French CFP, I don't know if that makes me inadmissible for the review. -- Adrien Le ven. 13 avr. 2018 à 20:46, Michael Pailloncy a écrit : > Hi Alyssa, > > I would be very happy to help. > > Cheers > Michaël > > > On Fri, Apr 13, 2018 a

Re: Changing Jenkins URL

2018-10-23 Thread Adrien Lecharpentier
0googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Adrien Lecharpentier -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: Changing Jenkins URL

2018-10-24 Thread Adrien Lecharpentier
configure the > DNS for jenkins to use the URL i want? thanks > > On Tue, 23 Oct 2018 at 09:03, Adrien Lecharpentier < > adrien.lecharpent...@gmail.com> wrote: > >> Hello, >> >> this is not really enough. This field let you configure how Jenkins will >> noti

Re: docker image for jenkins:lts is not latest

2018-12-10 Thread Adrien Lecharpentier
on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/CAMrg02TfoVOfD0XjFA5XPpQNEOP%2BqD21gy5P6dRS%2Bg%2Bq8O6mMA%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/CAMrg02TfoVOfD0XjFA5XPpQNEOP%2BqD21gy5P6dRS%2Bg%2Bq8O6mMA%40mail.gmail.com?utm_medium=email&utm

Re: Creating 2 pipelines in a single jenkinsfile

2019-01-10 Thread Adrien Lecharpentier
l.com >> <https://groups.google.com/d/msgid/jenkinsci-users/97F68F8F-DB51-4C09-B894-D8A57A30DFB0%40gmail.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- > You received this message because y

Re: Jenkins Plugin upgrade from 1.454 to 1.651.3

2019-02-06 Thread Adrien Lecharpentier
d/jenkinsci-users/c4f4ed52-8ca4-4e5e-b0c0-2e44f3ad6681%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/c4f4ed52-8ca4-4e5e-b0c0-2e44f3ad6681%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optou

Re: Try to use Jenkins first time.. It wipe my entire project source code.

2019-02-07 Thread Adrien Lecharpentier
an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/31b56462-3feb-4175-9e09-7a144b42b646%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/31b56462-3feb-4175-9

Re: Multiple `archiveArtifacts` commands in one Jenkins pipeline

2019-02-15 Thread Adrien Lecharpentier
jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/F826533E-4B3A-40D5-9FC9-494D9BE4293F%40skyscanner.net > <https://groups.google.com/d/msgid/jenkinsci-users/F826533E-4B3A-40D5-9FC9-494D9BE4293F%4

Re: Milestone incompatible with maven release process and recommendations?

2017-02-21 Thread Adrien Lecharpentier
Hello, the problem is that milestone is independent of Maven. The release in two steps is a maven "problem". What you could do is use the git-flow approach and do the real release in separate branch (or in master). You could even use https://bitbucket.org/atlassian/jgit-flow/wiki/Home to automate

Re: Milestone incompatible with maven release process and recommendations?

2017-02-21 Thread Adrien Lecharpentier
anch could solve the problem yes. > But I have to check the impact of the git-flow approach as we have many > projects and teams using the maven approach... > > Le mardi 21 février 2017 10:23:11 UTC+1, Adrien Lecharpentier a écrit : > > Hello, > > the problem is that milestone

Re: How to remove the deleted branch names from "build with parameters"

2017-02-28 Thread Adrien Lecharpentier
Hi, The orphan branch strategy is for the multibranch kind of job. What is missing for us here is how do you populate the name of the branches in the build parameters? This is not automatically done so you must have either a static list or a groovy script. Please review your job configuration. -

Re: Moving PIpeline global libraries to external SCM

2017-02-28 Thread Adrien Lecharpentier
Once you have"copied" the repo, you can delete the internal repository. That would remove all possible errors. Le mar. 28 févr. 2017 à 00:30, Owen Mehegan a écrit : > Yeah, that's a good point. But I just wanted to make sure I don't cause > collisions by having the same classes in the internal a

Re: Artifact deployer error failed to deploy

2021-11-05 Thread Adrien Lecharpentier
Hello, I think it would be great if you could create a ticket on issues.jenkins.io. Please provide: jenkins version, plugin version, jdk version, context (job, external tools you try to deploy to). A great thing would be to have a support bundle, generated by the support-core plugin attached to th

Re: What is best way to upgrade jenkins from 2.235.2 to latest .

2023-05-11 Thread Adrien Lecharpentier
Hello, Since 2.361.x, Jenkins requires a JVM 11 to run. Would it be by any chance the reason why it failed in your previous attempts? I would suggest you to first, backup your installation. Then, upgrade to 2.346.3, upgrade the plugins. Validates that all works, take a new backup. Then upgrade th

Re: What is best way to upgrade jenkins from 2.235.2 to latest .

2023-05-12 Thread Adrien Lecharpentier
a a écrit : > Thanks Adrien , > > It worked smoothly , upgraded to LTS without any problems . > > > > On Thu, May 11, 2023 at 3:02 PM Adrien Lecharpentier < > adrien.lecharpent...@gmail.com> wrote: > >> Hello, >> >> Since 2.361.x, Jenkins requires