Did you find the solution? I am having the same trouble
On Monday, November 30, 2015 at 2:26:02 AM UTC-8, Venkata Lakshma Reddy
Gade wrote:
>
> during first build in jenkins i am able to proper checkout while running 2nd
> build after checkout it is failing with below error do any one faced thi
Hi,
If you feel that you need to use the Multiple SCMs plugin,
I would strongly encourage you *not* to use it. The Multiple SCMs plugin
was written
at a time when it was needed to overcome some limitations of the existing
model of Jenkins jobs,
where it was only possible to have one SCM configure
jenkins -> Manage jenkins -> global tool configuration
(or if you have many slaves with different locations, in node config ->
node properties.
Björn
Am Donnerstag, 9. Juni 2016 19:32:03 UTC+2 schrieb ziffification:
>
> thanks Bjorn!
>
> can I ask how I specify the path ? it looks like in th
Hi,
I have à jenkins 1.642.2 master without slave, my jenkins home directory is
/var/lib/jenkins and for jobs directory i have been made a symbolic link :
lrwxrwxrwx. 1 jenkins jenkins 24 May 27 12:00 jobs ->
/lun/data1/jenkins/jobs/
all my projects work well exept one a meven project mul
Good day.
I'm migrating to pipelines and other Jenkins 2.0 goodies. However I
stumbled into problems in the first steps. I can't see the organization
folder job type in new items view. Any hints? Most of the getting started
tutorials state there should be one. Screenshot included. Tested
> On 10.06.2016, at 12:35, Tuomas-Matti Soikkeli wrote:
>
> I can't see the organization folder job type in new items view. Any hints?
If this is right after plugin installation, try restarting. There was an issue
a while back that the org folder doesn't show up right away, maybe it's back.
Hi,
Did you restart your Jenkins instance after installing these plugins ?
If you look at others thread in the ML you’ll find same kind of problems and
the solution was to restart. (a known bug it seems)
Thomas
> Le 10 juin 2016 à 12:35, Tuomas-Matti Soikkeli a écrit :
>
>
>
>
>
> Good
Hi,
since today I'm getting the following exception in Jenkins 2.5 with
active-directory plugin 1.47 when accessing the web UI (even
unauthenticated):
java.lang.IllegalArgumentException: Cannot pass null or empty values to
constructor
at org.acegisecurity.userdetails.User.(User.java:127)
Versions (current for each)...
- Jenkins - 2.8
- Credentials Plugin - 2.0.7
- Credentials Binding Plugin - 1.7
- Pipeline: Multibranch - 2.6
(let me know if you need any others)
- Working in a multibranch project
- Created a "Secret File" credential in the Global scope (just for testing)
with id
Hello all, just trying to create a "better" email response.
I have some custom written tests that produce lots of test output, but I only
want the failures (FAIL:) in the email,
09:53:06 *** FAIL: LTU_FUNC_TEST.LIBCFSEARCH_HITCOUNTTEST
...
09:54:09 *** FAIL: LTU_FUNC_TEST.LIBCFSEARCH_ATOMCENTER
Are you using html email?
On Fri, Jun 10, 2016, 08:01 Ginga, Dick wrote:
> Hello all, just trying to create a “better” email response.
>
>
>
> I have some custom written tests that produce lots of test output, but I
> only want the failures (FAIL:) in the email,
>
>
>
> *09:53:06* *** FAIL: LTU_
yes
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide
Sent: Friday, June 10, 2016 11:15 AM
To: jenkinsci-users@googlegroups.com
Subject: Re: tidying up Ext-email output
Are you using html email?
On Fri, Jun 10, 2016, 08:01 Ginga, Dick
mailto:d
I can try that. the tests run for 45 minutes…
But it looks to me like $1 is eval’ing to ALL 3 lines instead of EACH line
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Slide
Sent: Friday, June 10, 2016 11:20 AM
To: jenkinsci-users@googlegroups.com
Have you tried using instead of \n?
On Fri, Jun 10, 2016, 08:18 Ginga, Dick wrote:
> yes
>
>
>
> *From:* jenkinsci-users@googlegroups.com [mailto:
> jenkinsci-users@googlegroups.com] *On Behalf Of *Slide
> *Sent:* Friday, June 10, 2016 11:15 AM
> *To:* jenkinsci-users@googlegroups.com
> *Subjec
Hello,
I'm looking into getting Jenkins to build feature branches for our github
projects, but I'm not entirely sure where to start. Pipeline looks like it
might fit the bill, but I'm having trouble getting my head round the
Jenkinsfile. I've found the online docs and the "Groovy" generator but
Hello,
I’m not sure to understand correctly but your needs seems quite straightforward.
To achieve that, you want to create a multibranch pipeline job (as you have
already done I see) which will scan all your project’s branches looking for
Jenkinsfiles.
In those Jenkinsfiles, you’ll have to d
I have tried and escaped and not escaped HTML and … around
my build-log-regex and I get this:
*** FAIL: LTU_FUNC_TEST.LIBCFSEARCH_HITCOUNTTEST *** FAIL:
LTU_FUNC_TEST.LIBCFSEARCH_ATOMCENTER *** FAIL:
LTU_FUNC_TEST.LIBCFSEARCH_STRINGRESULT
From: jenkinsci-users@googlegroups.com
[mailto:je
The complete source of the email is:
meta http-equiv="Content-Type" content="text/html; charset=utf-8">
BODY, TABLE, TD, TH, P {
font-family:Verdana,Helvetica,sans serif;
font-size:11px;
color:black;
}
h1 { color:black; }
h2 { color:black; }
h3 { color:black; }
TD.bg1 { color:white; backgrou
Using a docker container as a slave to build RPM packages.
My ideal setup would be to have one job build the RPM and then a dependent
job upload the RPM to our internal repositories. However I haven't figured
out yet how to get the RPM outside the container so other jobs can pick it
up. Once t
Can you supply a larger amount of test from the build log that I can try
locally?
On Fri, Jun 10, 2016 at 11:01 AM Ginga, Dick
wrote:
> The complete source of the email is:
>
>
>
> meta http-equiv="Content-Type" content="text/html; charset=utf-8">
>
> BODY, TABLE, TD, TH, P {
>
> font-family:V
Here is my way to do this :
I build the binary using docker and a build Dockerfile
then I create a container from resulting image and cp artifact from it into
local working directory - you can't cp from image, so need to create a
container, no need to start it, but need to create one
then I buil
I don’t know what you consider large, but it all looks more or less like this:
13:08:49 CORE CHEM ERROR: CoordsAvail (a1, a2, a3) at line: 815, file:
c:\builds\workspace\build-run-commoncs-tests-win\commoncs\libsdg\src\sdg_chains.cpp
13:08:49 CORE CHEM ERROR: CoordsAvail (a1, a2, a3) at line: 815
Hi,
You can try something like this to get started:
def gitUrl = "https://github.com/twisted/twisted.git";
def gitBranch = "trunk"
node {
stage "Check out from Git"
git branch: "$gitBranch", url: "$gitUrl"
stage "Build code"
sh "sudo -Hs build_tool arg1 $gitUrl subproject_a $gi
You can add build parameters while the build's in flight, with
[jenkinsURL]/cli/command/set-build-parameter
You should be able to refer to those in subsequent builds
See also https://wiki.jenkins-ci.org/display/JENKINS/Plot+Plugin (though
I've never used it)
--- Matt
On Sunday, May 22, 2016 a
Are you using a template for this? Or are you generating everything by hand
using content tokens? If you are using a template, can you send it?
On Fri, Jun 10, 2016 at 11:16 AM Ginga, Dick
wrote:
> I don’t know what you consider large, but it all looks more or less like
> this:
>
>
>
> *13:08:49
25 matches
Mail list logo