Re: Advice for structuring a maven pipeline with jenkins and git

2020-12-22 Thread Max
"update" dependencies versions automatically by > Jenkins, I think is is not the job of Jenkins. You would take a look at > tools like DependaBot or renovateBot instead. > > IMO this is not related to Jenkins at all. > > > On Mon, Dec 21, 2020 at 9:29 AM Max wrote

Advice for structuring a maven pipeline with jenkins and git

2020-12-21 Thread Max
Hi, we have several maven projects which are separate but depend on each other from within in several ways. If It helps to get the general picture, the following link lists all our current maven projects with their respective internal dependencies listed in the bullet points. https://docs.google

Jenkins Pipeline (and Docker)

2017-04-26 Thread Max Schindler
`docker registry`. This is my pipelinescript so far: pipeline { agent { label "build-slave" } stages { stage('Checkout') { steps { // I want to do some docker stuff here echo "hallo Max"

Re: Building docker images with declarative pipeline

2017-04-26 Thread Max Schindler
I would also be very interested in this. @Thomas: How are you proceeding with your topic? Maybe we can share our experience and help each other on this topic? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and

triggering a multi-configuration matrix with Successful=true?

2017-03-27 Thread Max Spring
ds on other projects"? I see there a parameter flavor "Restrict matrix execution to a subset" where I would provide a Groovy script. Is this the only way? Thanks! -Max -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Importing .csv file alternatives

2016-11-14 Thread Max Skuse
Hello, Currently I have a jmeter complete with phantomjs plugin to receive both front and back end response times of my web applications, I wish to plot these results on jenkins. My current solution is to export jmeter results as a .csv file and then import this file to jenkins and plot specifi

Re: Could not load program curl

2016-07-06 Thread Max B
achin > > > On Monday, August 4, 2014 at 11:46:21 PM UTC+2, Max B wrote: >> >> Rob, >> >> I am running it from the same server ... i can runs successfully if I try >> to do it manually.. but while from the Jenkins job... its fails and that's >> the messag

Re: lots of fun with jenkins url

2015-12-21 Thread Max Kovgan
I managed to fix the issue: the value of header "Host" contained only IP. After setting it to: IP:EXT_PORT, everything started working. I'll post this to wiki later on. Regards! On Dec 21, 2015 10:51, "Max Kovgan" wrote: > Hi, Daniel! > Thanks, for the direction.

Re: lots of fun with jenkins url

2015-12-21 Thread Max Kovgan
conf _______ On Monday, December 21, 2015 at 2:29:39 AM UTC+2, Daniel Beck wrote: > > > On 20.12.2015, at 23:13, Max Kovgan > > wrote: > > > So, is this possible with my nginx misconfigured? > > Are you setting X-Forwarded-Port? Fin

lots of fun with jenkins url

2015-12-20 Thread Max Kovgan
work like that. So, is this possible with my nginx misconfigured? Is this yet another PEBKAC on my side? Thanks in advance! N.B. I have found this page: https://wiki.jenkins-ci.org/display/JENKINS/Hyperlinks+in+HTML It made me suspect - that if there is such a situation where there is a need to explain

Setting up JDK and Maven versions to autodownload using groovy ?

2015-03-01 Thread Max Rydahl Andersen
Hi, Trying to figure out a way to configure jenkins via groovy init.d scripts so it will auto-download mvn and java versions. I found http://javadoc.jenkins-ci.org/hudson/model/JDK.html but it seems to require a full path to a JDK - I would prefer it used whatever is needed for auto downloadin

config.xml plugin syntax and getting list of plugins that a config.xml requires ?

2015-02-24 Thread Max Rydahl Andersen
Hi, I just recently become aware of `/pluginManager/prevalidateConfig` which can let me upload a config.xml and have jenkins automatically install any missing plugins. In that context I got two questions: 1) is there a way to specify in config.xml I just want the latest version of the plugin

Re: Could not load program curl

2014-08-04 Thread Max B
you have to check the machine that the slave node is running on. > > > > --Rob > > > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf Of *Max B > *Sent:* Monday, August 04, 2014 1:29 PM > *To:* jenkins...@go

Could not load program curl

2014-08-04 Thread Max B
Hi, I am invoking the jenkins job and I am seeing these errors in my log. can someone please advise me ? how do I fix it ? i've already checked on my server i've those listed files in corresponding directories. Could not load module /usr/lib/libidn.a(libidn.so.11). Dependent modu

Re: Any way to affect the recipient of the mail(ext) plugin recipient list ?

2014-05-13 Thread Max Rydahl Andersen
I take this back. ${FILE,path="PATH"} worked. Environment variables does not. I've updated https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin to actually state recipient list also honors email tokens. -- You received this message because you are subscribed to the Google Groups "J

Re: Any way to affect the recipient of the mail(ext) plugin recipient list ?

2014-05-12 Thread Max Rydahl Andersen
p > that in mind. > so this means there is no way for the build to affect the list of recipients of mail ? I tried using tokens but they seem to only work for subject and body. Is this somehow intentional ? /max On Apr 1, 2014 4:43 AM, "Max Rydahl Andersen" > > wro

Re: Any way to affect the recipient of the mail(ext) plugin recipient list ?

2014-04-01 Thread Max Rydahl Andersen
No, the ${ENV style does not work in the body nor recipient list. I guess I could try the groovy script approach - but would be simpler if mail-ext actually supported the env variables as claimed. Maybe it was added very late and I don't have latest update ? /max On Mar 31, 2014

Re: Any way to affect the recipient of the mail(ext) plugin recipient list ?

2014-03-31 Thread Max Rydahl Andersen
I found this issue: https://issues.jenkins-ci.org/browse/JENKINS-5942 it was closed as incomplete but as far as I can see it is exactly the problem - not possible to access environment variables set by the build in the actual mail. On Monday, March 31, 2014 8:16:41 AM UTC+2, Max Rydahl

Any way to affect the recipient of the mail(ext) plugin recipient list ?

2014-03-30 Thread Max Rydahl Andersen
to implement a fork of the git plugin but I would prefer I could simply add/change the list of culprits if possible. Any ideas/suggestions to the above that does not require *too* exotic plugins ? :) Thanks, /max -- You received this message because you are subscribed to the Google Groups

Re: Test results not being displayed properly

2014-02-20 Thread Max Tritschler
Hi Andreas, it has been a while since your post but I am having the same problem you had back then. Did you manage to resolve your problem? Cheers, Max Am Mittwoch, 6. März 2013 14:08:08 UTC+1 schrieb Andreas Schöneck: > > Seems to still *not* work. :( > > Will research this fur

Re: Git Plugin: "Clean after checkout" exclusions?

2014-02-17 Thread Max Spring
I also like to see Maven to support layered repositories. -Max On 02/14/2014 08:03 AM, James Nord (jnord) wrote: You can't clean in the maven pom - as the maven pom is what will use what you are trying to clean :-o However - even if Max could selectively clean the repo I don't thi

Re: Git Plugin: "Clean after checkout" exclusions?

2014-02-14 Thread Max Spring
(set -x; rm -rf $WORKSPACE/$p) done ) rm -rf $WORKSPACE/.repository/org/myorg That gives me what I want. (Yes, I could have use some "| cut ... | xargs rm" pipe to achieve the same, but I like the console output I get with my way.) Regards, -Max On 02/13/2014 03:53 PM, Ma

Git Plugin: "Clean after checkout" exclusions?

2014-02-13 Thread Max Spring
pository" In addition to an exclude option for "Clean after checkout", I would like to have an include option, where I would then specify certain hierarchies within the private local repository to be cleaned, like "include=$WORKSPACE/.repository/org/myorg/". -Max -- You

Re: Pushing tags for builds to a different remote ?

2013-11-12 Thread Max Rydahl Andersen
#x27;m mainly interested of having a recording of the builds tags to easily check them out. /max > > slide > > > On Tue, Nov 12, 2013 at 11:43 AM, Max Rydahl Andersen > > > wrote: > >> Yeah, i dont want to have the Master repo littered with Jenkins build >>

Re: Pushing tags for builds to a different remote ?

2013-11-12 Thread Max Rydahl Andersen
Yeah, i dont want to have the Master repo littered with Jenkins build tags and I also don't want to give the Jenkins user push access to github master ( just see the recent Jenkins push force incident ;) If could have a way to have the initial repository be kept uptodate with master repo that

Pushing tags for builds to a different remote ?

2013-11-12 Thread Max Rydahl Andersen
Hey, I'm trying to figure out the easiest way to have jenkins push tags for each build for a master repository to a "ci" repository but for now it seems to me like the SCM plugins and Git Publisher plugin does not allow for such setup. Is the only option to do a shell script at the end which p

Re: Error when upgrading 1.537 -> 1.538 on Ubuntu with native packages

2013-11-07 Thread max . griffiths
+1 I too have seen this working on Ubuntu 12.04.3 On Wednesday, 6 November 2013 05:20:47 UTC, jyrki wrote: > > Hello > > I got following error while upgrading from 1.537 -> 1.538 on Ubuntu: > > > >> Preparing to replace jenkins 1.537 (using >>> .../archives/jenkins_1.538_all.deb) ... >> >> *

Jenkow: Activiti Explorer Jenkins integration 0.3 release

2013-03-09 Thread Max Spring
-ci.org/display/JENKINS/Jenkow+Activiti+Explorer Thanks to Kohsuke for his help on this integration! -Max -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: configure main view (Maven columns)

2012-07-17 Thread Max Spring
Duh, the Maven Info plugin was creating the additional columns. https://wiki.jenkins-ci.org/display/JENKINS/Maven+Info+Plugin -Mxa On 07/16/2012 10:48 AM, Max Spring wrote: All of a sudden I've got Maven-related columns in my main view: Maven Dependencies, Maven Dependencies (within gr

Re: Is it called "Project" or is it called "Job"?

2012-07-16 Thread Max Spring
IMO, "project" is a complete misnomer in Jenkins, because a "project" is something a human works on. A "job" is something Jenkins executes. A "project" has zero or more "jobs". -Max On 05/16/2012 07:30 AM, Stephen Connolly wrote: It really s

configure main view (Maven columns)

2012-07-16 Thread Max Spring
All of a sudden I've got Maven-related columns in my main view: Maven Dependencies, Maven Dependencies (within groupId), Maven Modules (Full), Maven Modules (Short), Maven Modules (Version). In any custom view I can configure these columns. How can I do the same for the main view? Thanks! -Max