"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
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
`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"
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
(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
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
#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
>>
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
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
+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) ...
>>
>> *
-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
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
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
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
31 matches
Mail list logo