If you are using one of the recent Git plugins, you'll have to put your
credentials in the Credentials area in Jenkins, not in the URL itself.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: May 7 2014 12:25:38
We are trying to conne
Unfortunately it's not possible to reconnect to an SSH session; if the session
is disconnected, the SSH daemon on the receiving end will close its end, and
kill any processes that had been launched by that connection. In other words,
any job that was running will be lost.
- Original Message
om
Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN)
At: May 5 2014 15:27:54
I mean the user that is logged on jenkins and started a jenkins job that in the
build step refers a pom.xml that declares this plugin.
Em segunda-feira, 5 de maio de 2014 14h21min39s UTC-3, Kevin Fleming escreveu:
What do you mea
What do you mean by 'running'? Does this plugin provide a build step, a
publisher, or something else? If it provides something that is used during a
build, then you want the user who initiated the build.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@goog
to have to manually specify labels that are inherent to the
slave environment.
On Tue, Apr 29, 2014 at 7:40 AM, Kevin Fleming (BLOOMBERG/ 731 LEXIN)
wrote:
You are correct, the decision logic for choosing slaves only takes labels into
account, it does not match up JDK requirements. You'l
You are correct, the decision logic for choosing slaves only takes labels into
account, it does not match up JDK requirements. You'll have to put the
appropriate labels on your slaves as well.
Rather than modifying the decision logic, though, a way to solve this problem
would be for the configu
Interesting! Thanks for the report, I'll have to experiment with this when I
bring my Jenkins back up.
Is the AllowEncodedSlashes issue also present in Apache HTTPD 2.2.x, or just
2.4.x?
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At:
You already posted this question and people have been responding to you. Why
did you start a new thread with the same question?
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Apr 28 2014 11:07:01
As per description, the Amazon EC2 all
Most of the Jenkins publishers (test results, warnings, etc.) assume that the
project builds a single target, so you will have trouble if you build multiple
targets in a single project. Even though you have a large number of targets, it
may be better to have separate projects for each one (you c
Are you saying that you can run two qemu 'nodes' without Jenkins and your
system performs well?
It's not surprising that starting up two virtual machines on your computer
makes it run slower; you have given it more work to do!
- Original Message -
From: jenkinsci-users@googlegroups.com
The SCMSync plugin may not have been upgraded to support usage of the
Credentials plugin yet.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Apr 14 2014 14:29:26
I just noticed that
https://wiki.jenkins-ci.org/display/JENKINS/ScmSyn
r user name and access token so they are no longer visible in the console
log, I don't expect that bug will be fixed very soon.
You could submit a bug report to https://issues.jenkins-ci.org/ so that the
problem can be tracked.
Mark Waite
On Fri, Apr 11, 2014 at 12:28 PM, Kevin Fleming (
You have probably updated to a version of the Git client plugin that uses the
Credentials plugin for storage of credentials, and doesn't support URLs with
embedded credentials. At least, that seems likely based on what you are
reporting. It's certainly not a Jenkins core issue.
- Original M
Git does not provide a way to clone (checkout) a single file. You must clone
some portion of the repository and then checkout a branch that contains the
file you need.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Apr 10 2014 12:29:3
This is called 'promotion'. Check out the Promoted Builds plugin.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Apr 9 2014 16:06:41
I have a few maven projects A, B and C on Jenkins. I have configured the
maven-release-plugin for th
any anon privileges?
- Original Message -
From: "Kevin Fleming (BLOOMBERG/ 731 LEXIN)"
To: jenkinsci-users@googlegroups.com
Sent: Wednesday, April 9, 2014 2:07:17 PM
Subject: Re: Enabling Jenkins Security Blocks Github Webook <404 Error>
Keep in mind that this will allow anyone to kick
eming (BLOOMBERG/ 731 LEXIN)"
To: jenkinsci-users@googlegroups.com
Sent: Tuesday, April 8, 2014 4:18:12 PM
Subject: Re: Enabling Jenkins Security Blocks Github Webook <404 Error>
You are allowing 'anonymous' to configure your jobs? That sounds quite bad.
- Original Mes
You are allowing 'anonymous' to configure your jobs? That sounds quite bad.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Apr 8 2014 17:05:42
>> My security matrix grants Overall and Job Read to Anonymous.
That did the trick. Afte
Do you have a 'prepare' script as part of the slave's configuration in Jenkins?
If so, what does that script do?
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Apr 8 2014 12:20:38
It is very strange. We've been running Jenkins on Ub
What do you mean by 'you have a job trigger'? If you mean that you have a child
job triggered by the completion of the first one, then any environment
variables you set in the build steps in the first job will not carry over to
the child job. Any changes you make in the environment inside a buil
Alternatively, use VM snapshots and launch the VMs you need for each job. Each
one will be clean and then thrown away when the job completes. If you only have
enough resources for one simultaneous build, you can continue using Throttle
Concurrent Builds to maintain the restriction.
- Origin
You want to setup a Jenkins slave. Workspaces are never 'remote'.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Mar 26 2014 09:54:56
Hi,
I'm using Jenkins v. 1.516 and I'd like a project to be built on a remote
machine.
Currently,
Well, it appears that you could remove the existing Jenkins package that came
from Ubuntu before installing the one from the Jenkins repo.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Mar 10 2014 13:06:13
I'm following the installat
First, keep in mind that nearly everyone in the Jenkins community is a
volunteer, and they do what they can to help out. Very few JIRA issues will
ever get a response within one day, let alone one week!
Your issue is that you are trying to use the GitHub plugin for something it
does not know ho
If you don't have access to the server, nor access to the API, then there's
really no way you can copy the jobs as you can't get their contents.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Feb 28 2014 10:58:44
Just tried it and kee
If you commit changes on a detached HEAD (this is a Git term that means you are
not on any branch), then nothing can be pushed. Only branches (references) can
be pushed to another location.
Your build job needs to check out a specific branch, modify it, then push it
back.
- Original Messag
The Git Client plugin has that listed as a dependency and will pull in
everything it needs.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Feb 12 2014 16:29:12
You need the git plugin in addition to the git client plugin
On Feb 12, 2
On Behalf Of Kevin Fleming
(BLOOMBERG/ 731 LEXIN)
Sent: Wednesday, February 12, 2014 3:28 PM
To: jenkinsci-users@googlegroups.com
Subject: Re:Difficulty to make Jenkins talk to Git
You cannot include credentials in the repository URL. They must be specified in
the 'credentials' ar
You cannot include credentials in the repository URL. They must be specified in
the 'credentials' area of the Git client plugin, and the location of that
depends on which version of the plugin you installed. Which one do you have?
- Original Message -
From: jenkinsci-users@googlegroups.c
There is also an RSS feed of plugin releases.
---
Sent from Bloomberg Anywhere for Android
- Original Message -
From: Richard Bywater
At: Sunday, February 2, 2014 06:42
IIRC, the releases are announced via a Twitter account. Perhaps that will help
you?
Richard.
On Sun, Feb 2, 2014
This problem can be solved simply with the Exclusion plugin.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Jan 23 2014 12:11:25
MachineA is not a Jenkins slave but rather my test target (I test specific
software on a specific hardwar
ssage -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN)
At: Jan 21 2014 15:00:01
What do you think about exposing the stop() method? I found it in the source on
GitHub, but I've only just begun to take a look at the source cod
he general rule is always one job per executor,
am I correct?
BR
David
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kevin Fleming
(BLOOMBERG/ 731 LEXIN)
Sent: 22 January 2014 15:00
To: jenkinsci-users@googlegroups.com
Subject: Re:A questi
This is only limited by the number of executors you have configured on your
Jenkins master. The parent jobs are not special, they are just jobs in their
own right and obey all the normal job processing rules.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users
s.com
To: jenkinsci-users@googlegroups.com
Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN)
At: Jan 21 2014 13:17:48
Presently, they have been idle when the shutdown occurs. I'm working on
updating the shutdown process to try to ensure that it waits until all jobs are
complete to enforce this.
On Tues
Are these slaves running active jobs, or are they idle (from Jenkins point of
view)?
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN)
At: Jan 21 2014 13:12:43
I would like to stop them, not
Yes, a Groovy script could iterate over the current list of Jenkins nodes,
determine which ones are EC2 slaves, and then delete them. This would terminate
the EC2 instances for those slaves.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
These DNS queries are not harming anything, they are coming from background
processes in Jenkins checking for things like documentation (for plugins, from
the wiki) and core/plugin updates (from the Update Center). If you don't want
them to hit your DNS server, you can put entries into an /etc/h
Right, the solution to this problem is not to share the workspace, but instead
to archive the important artifacts from each job (onto the Jenkins master) and
then configure downstream jobs to retrieve them. This is a far more reliable
solution as well, as it allows job to be re-run, and for jobs
That really needs to be fixed; if include/exclude specifications cannot be
processed without "Force polling using workspace", then the plugin should just
turn that on itself. Allowing the user to select options that will never result
in a working configuration is user-hostile.
If at some point
The status of the job (stable/unstable/failed) is based on the contents of the
test result file, not the exit status of your script. If any of the test
results you emit in the file don't indicate 'success', then Jenkins will
consider the job unstable (which means the build was successful, but on
Looks like a list maintainer needs to unsubscribe this company, someone has
subscribed an automated mailbox that is responding to the list.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Dec 30 2013 13:40:57
The Git SCM plugin for Jenkins already supports this sort of thing, via
inclusion and exclusion ranges (which are paths that are matched to decide
whether the project should be triggered or not).
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups
No, this is not going to work. You are passing the arguments to a shell script
which does many things, including starting Jenkins.
If this is the script provided by the Debian/Ubuntu packages for Jenkins, you
will want to do this instead:
* Open /etc/default/jenkins in a text editor.
* Find the
It doesn't seem practical for build artifacts to have their encodings changed
automatically; doing so would require that the Jenkins slave code somehow be
told which files are safe to convert and which are not. The log is a different
situation, of course; that would be safe to convert (and to do
of job
completion Finished: FAILURE
please suggest me where i m going wrong
regards
On Fri, Nov 15, 2013 at 12:45 AM, Kevin Fleming (BLOOMBERG/ 731 LEXIN)
wrote:
Please don't crosspost messages to multiple mailing lists.
Yes, some of us use the sloccount plugin. It's pretty
Please don't crosspost messages to multiple mailing lists.
Yes, some of us use the sloccount plugin. It's pretty much impossible to help
you in any useful way if you don't tell us what problems you are experiencing,
though.
- Original Message -
From: jenkinsci-users@googlegroups.com
To:
Git itself has a way to handle this, using the push.insteadOf setting in the
Git config file; I wonder if there's a way to leverage that mechanism in the
Git plugin?
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Nov 12 2013 13:43:38
That's how matrix (multi) jobs work; the master job learns what the proper SCM
commit is, then it is communicated to all of the subjobs in the matrix when
they are launched.
If your subjobs have child jobs, then you'd need to communicate the commit
information to them the same as you would with
As I posted earlier, just create the directory yourself. Someone who is
involved in building the packages will need to update the packaging scripts.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Nov 8 2013 10:40:18
I am also getting
.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN)
At: Nov 8 2013 10:36:47
I don't understand why people host git over https with self-signed certificate.
This don't make things secure, so why no
I am starting to think that the new credentials system may be just a bit
over-engineered :-)
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Nov 8 2013 07:50:15
Ahhh did you not add any specifications to the domain?
You need to provi
Yes, that's essentially right.
How are you executing MSBUILD in your project now, if you aren't using an
'Execute Shell' build step?
- Original Message -
From: staeton.g...@gmail.com
To: jenkinsci-users@googlegroups.com
Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN)
At:
You are correct. The cppcheck plugin only provides a Publisher, not a Build
Step, so you will need to arrange for cppcheck to be run by one of the steps in
your project. it doesn't get 'attached' to msbuild, you'll need to run an
'Execute Shell' step in your project and then run cppcheck to anal
I saw this as well. I manually created /var/run/jenkins (owned by the jenkins
user) and finished the package update.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Nov 6 2013 00:21:03
Hello
I got following error while upgrading from
was made aware of Credential and SSH-Agent support
(since it creates the nodes/slaves on the fly).
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN)
At: Nov 5 2013 14:10:39
Thanks for the explanation. I
November 2013 16:07, Kevin Fleming (BLOOMBERG/ 731 LEXIN)
wrote:
I updated my machine to 1.538 this morning (using the Ubuntu package), and
found that the Update Center had not been contacted for over a month; as a
result, there were no plugin updates available to be installed.
I tried various t
I updated my machine to 1.538 this morning (using the Ubuntu package), and
found that the Update Center had not been contacted for over a month; as a
result, there were no plugin updates available to be installed.
I tried various things to get Jenkins to download the latest data from the
update
Plugins: Throttle Concurrent Builds, Locks and Latches
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Nov 4 2013 16:37:07
I have about 6 jobs that all deploy to a SalesForce cloud instance and they
cannot run at the same time. This a
rs on last available workspace, that may be a slave.
git-plugin 2.0 is using remote polling "ls-remote" by default, you force the
legacy mode setting "Force polling using workspace" option
BUT a simpler option is for you to install git on master !
2013/11/4 Kevin Flem
Polling has always run on the master IIRC, otherwise it wouldn't be possible
for the master to know when to fire up a slave to run a job.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Nov 4 2013 14:54:17
Hello,
I just upgraded seve
The Amazon EC2 plugin is not 'credentials aware' at this point, so it's not
going to push credentials down to the slave. This is something I plan to work
on in the near future, but I've been waiting for the Credentials plugin and its
data structures to settle down.
As it stands today, the EC2 s
Have you tried 1.535 (or any later release)? It would be helpful to confirm
that it hasn't already been fixed before a developer spends any time on this.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Oct 4 2013 11:31:31
I should men
Yes, the top-level multi-configuration job will record the SHA1 hash of the
'tip' of the branch from the Git repository, and that will be communicated to
all of the jobs that run for the inner cells of the configuration matrix. It
won't matter whether all these jobs run on the Jenkins master, on
You can use a multi-configuration (matrix) job to build all the 'flavors' you
need in a single job, archive the artifacts from each configuration, then use
them in downstream jobs as you see fit. Your deployment job will be deploying
binaries built from the same source code as the unit-test/cove
Yes, it's possible in the advanced settings to override the build directory
naming scheme, but it's also quite simple to just add a shell/batch script step
to your job to copy the built files into the deployment location. You really
would not want to use /var/www/public as a slave workspace dire
You only need to be concerned about multiple slaves having the same 'Remote FS
root' if they are located on the same computer :-) I have all of my slaves
configured with '/jenkins' for their remote FS and they work fine, because they
are all one slave per computer.
- Original Message -
ust
about anybody can do it.
Chris Carlson
Sr. Software Engineer
Zodiac Inflight Innovations
2929 E. Imperial Hwy.
Brea, CA 92821 USA
P: 714.854.8478
www.imsco-us.com
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kevin Fleming
(BLOOMBERG/
The other recommendations you've received are really valuable, and you should
not discount them. If you go down the route of downloading HPI/JPI files
yourself, you will lose the benefit of dependency handling that Jenkins
provides. You will have to download *all* necessary plugins (not just the
l the contents of the entire workspace - not just the artifacts and test unit
results etc.
Richard.
On Tue, Aug 13, 2013 at 9:10 AM, Kevin Fleming (BLOOMBERG/ 731 LEXIN)
wrote:
I don't believe this is true; workspaces are never copied wholesale. Parts of
them can be copied if the jo
There is no method to do that in the Multi-Configuration Project today, but it
doesn't sound like it would be very difficult to add. I could make use of that
myself, in fact :-)
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Aug 13 20
I don't believe this is true; workspaces are never copied wholesale. Parts of
them can be copied if the job has been configured to preserve artifacts, and
some plugins will also copy parts of them if needed (the Cobertura plugin, for
example). Unless those features have been enabled though, the
In that case, this is not a true slave (a Jenkins slave), but it's a 'robot
framework slave'. You'll need to create a job that runs on the master and uses
the framework to connect to, and run work on, the slave.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-us
Are you saying that SvnKit in Jenkins can't talk to a Subversion 1.8 server?
That would be quite surprising, so I suspect that you are having problems
because you are sharing a Subversion checkout (working copy) between Jenkins
jobs and other uses, and they are using different versions of Subver
I don't believe that such a data element exists. In Jenkins, the project name
is the key for everything.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Jul 23 2013 13:09:50
Hello,
Does any one know of a place or a field in Jenkins th
Most likely if you review the system log you'll see that your jobs could not be
loaded because one or more plugins are required and they are not present; as
another poster said, you'll need to go into the Update Center in the new
Jenkins version and fully upgrade all of your plugins. Doing so wi
Your email is a bit confusing; you are talking about an SSH connection, but the
example you posted is for a JNLP connected slave. Also, slaves don't make SSH
connections to the Jenkins master, the connections are made the other direction.
If you are starting the slave via JNLP, I have no idea wh
You have multiple Out Of Memory errors in there; you need to investigate why
your Jenkins process is out of memory. It could be that the system itself is
low on available RAM, or that you need to configure your JVM to have a larger
heap available.
- Original Message -
From: jenkinsci-us
I don't think the Warnings plugin exports that information in a way that
email-ext could extract it at this point, but it's certainly doable.
I'd be quite careful about just using the number of warnings though; a commit
that resolves an existing warning and introduces a new one would be missed,
The connection between the slave and the master, when using JNLP to start
slaves, is not a secure channel.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Jul 1 2013 07:51:55
Hello,
I'm not sure I understand entirely the Jenkins slav
ow if that is possible? Or, is that just a really bad idea?
From: jenkinsci-users@googlegroups.com
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Kevin Fleming
(BLOOMBERG/ 731 LEXIN)
Sent: Thursday, June 27, 2013 1:19 PM
To: jenkinsci-users@googlegroups.com
Subject: RE: Modifying
You are; for Jenkins to do what it does (in this case, report on the code
changes involved in a build), it must know what code is being checked out and
built. It accomplishes that by having its SCM provider(s) do the checkout
*before* the job starts running user-provided steps. If the user-provi
---
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN)
At: Jun 27 2013 12:49:10
Oh... ok.
I thought you were talking about this plugin
https://wiki.jenkins-ci.org/display/JENKINS/Copy+Artifact+Plugin
So the idea is to build on my X machine, cop
No, the artifacts are copied to the Jenkins master when the job ends, not
before it runs (they don't exist before it runs). After they are copied, the
slave that ran the job is no longer needed for child jobs to be able to access
them.
- Original Message -
From: jenkinsci-users@googlegr
This sort of thing can be done with the free cloud plugins as well (Amazon EC2,
JClouds, etc.), where the technique is to launch a new, clean slave instance
for each job that requires one, instead of rebooting an existing slave.
- Original Message -
From: jenkinsci-users@googlegroups.com
Oh well, it was worth a shot :-)
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Jun 24 2013 14:57:29
> Is there any chance you have Java 5 (1.5.x) installed on this slave?
> If so, you'll need to upgrade to Java 6 or 7.
I experience t
Is there any chance you have Java 5 (1.5.x) installed on this slave? If so,
you'll need to upgrade to Java 6 or 7.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Jun 24 2013 14:44:26
> Today I upgraded my Jenkins installation from 1.5
Have you executed on any jobs on that slave yet? It's possible that information
won't be updated until Jenkins actually connects to the slave to execute a job.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Jun 19 2013 15:23:23
Hi,
The Jenkins team has recently started building Java 6 (1.6) class files, to see
how many users are still using Java 5 (this is based on commit log notes I read
yesterday). This means that you need to use Java 6 or 7 to run Jenkins, unless
you build it yourself using Java 5. If it turns out that
Yes, it's rather disconcerting that a continuous integration tool suffers from
release process failures, when such processes are eminently automatable :-)
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Jun 18 2013 08:08:01
Hi All,
I
The Git repo URL that gets sent to Jenkins needs to be *just* the repo path; no
query parameters, no branch names, nothing else. If it has extraneous stuff in
it, it won't match the filters that are used to poke jobs, so it will be
ignored.
- Original Message -
From: jenkinsci-users@goo
There is a plugin that provides that functionality.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Jun 14 2013 17:06:29
I'd like to setup Jenkins to run some jobs on the Master, and run some on the
Slave.
I can see how to restrict Jen
That is the only method I found to work; create an axis with only one value in
it, to use for finding slaves. The axis won't appear in the displayed matrix.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Jun 14 2013 07:59:08
Hi All,
: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN)
At: Jun 11 2013 16:39:53
How? I've had a short email conversation with the warnings plugin maintainer,
Ulli Hafner, and he said it only does warnings: "For javac, only warnings
The Warnings plugin can be used to harvest compiler warning and error messages
and display them in a dedicated area of the build results page.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: Jun 11 2013 16:27:56
Is there anyway to have
This is not a Jenkins issue, it's an OSX/Parallels issue. Clearly the user that
you are running Jenkins as does not have the same permissions that you do in
your Terminal session, or there is some significant difference in the
environment between those sessions.
- Original Message -
Fro
insci-users@googlegroups.com
Cc: Kevin Fleming (BLOOMBERG/ 731 LEXIN)
At: May 29 2013 11:16:26
Fine, what action do you have in mind to reach this: "clean out the root-owned
content"
On Wednesday, May 29, 2013 3:35:03 PM UTC+2, Kevin Fleming wrote:
You'll need to change your build
You'll need to change your build process to clean out the root-owned content
from the workspace before it exits.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: May 29 2013 08:14:32
I'm running sudo for creating the chroot environment
You *do* want them to use the Jenkins UI, but what you could add to the mix is
the Promoted Builds plugin. This allows someone (with appropriate permissions)
to select an *existing* successful build and promote it into another chain of
job(s), so that it won't have to be run again. Your deployme
No, there is no such feature in Jenkins or its plugins, and it really would not
belong there.
- Original Message -
From: jenkinsci-users@googlegroups.com
To: jenkinsci-users@googlegroups.com
At: May 20 2013 09:26:45
Hello guys! Is there any plugin which provides to view git repository in
1 - 100 of 154 matches
Mail list logo