sparse checkout if my project setup is as below,
>
> Root
> --- Project A
> Project B
>
> I want to sparse checkout Project B
>
>
>
> *Kind Regards, *
> *Sairam *
> 9884699987 | Skype - vjsairam
>
>
> On Mon, Jul 14, 2014 at 6:40 PM, Mark Waite
&g
part of the checkout.
Mark Waite
On Tue, Jul 15, 2014 at 11:06 PM, sai ram wrote:
> When I do a sparse checkout, then in the Jenkins workspace I see,
>
> ProjectA/ProjectB
>
> but I want to create a dynamic file that has be moved inside the ProjectB
> and currently its loca
not associated with the repo. We create a dynamic
> testng file and refer the test class in that. so the testng file should
> reside inside the repo.
>
> *Kind Regards, *
> *Sairam *
> 9884699987 | Skype - vjsairam
>
>
> On Wed, Jul 16, 2014 at 5:08 PM, Mark Waite
> wr
ce directory on the run time by taking
> the string parameters from Jenkins.
>
> is there any workaround for this ?
>
> *Kind Regards, *
> *Sairam *
> 9884699987 | Skype - vjsairam
>
>
> On Wed, Jul 16, 2014 at 6:02 PM, Mark Waite
> wrote:
>
>> If you create
l: cannot create directory at '
>
> --
> 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 jenkinsci-users+unsubscr...@googlegr
s+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Thanks!
Mark Waite
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving e
than
placing them in git and copying the entire history of every large binary to
every machine in the organization every time the repository is cloned.
Mark Waite
On Thursday, July 17, 2014 3:24:13 AM UTC-6, bandi pavankumar reddy wrote:
>
> Hi actually my repository size 17 GBi am trying
I am not aware of any Jenkins plugin that will revert changes on a failed
build.
On Jul 18, 2014 5:48 AM, "Sumit Kumar" wrote:
> Can we write checks or script to do the revert in GIT, pre commit hooks or
> do we have any plugin available in jenkins or Bamboo for this?
>
> --
> You received this m
changed in a coming release of the git-client-plugin so that the
timeout configured in the git plugin UI applies to "checkout", not just to
"fetch".
Mark Waite
On Sat, Jul 19, 2014 at 2:27 AM, abhinavn wrote:
> This is not related to jenkins, for cloning large git rep
self as a build step. Performing the checkout
yourself as a build step is more complicated and more error prone, but does
not have the timeout limit. Unfortunately, it also makes Jenkins less
useful, because you can no longer see source code changes as part of the
job, and you can no longer poll for
Polling ignores commits in certain
paths", then add that file into the inclusion list.
If you choose that technique, you'll need to also enable the "Force polling
using workspace", since inclusion / exclusion processing needs a workspace.
Mark Waite
On Tue, Jul 22, 2014 at 5:17
cted to a new branch, a new build is
queued. If multiple pushes to an existing branch are detected, they are
all batched together into a single job.
Mark Waite
On Tue, Jul 22, 2014 at 12:28 PM, Jim Lloyd wrote:
> Our workflow using git is similar to the GitFlow
> <http
On Tue, Jul 22, 2014 at 5:30 PM, Jim Lloyd wrote:
> Hi Mark, thanks for the reply.
>
> On Tuesday, July 22, 2014 12:39:52 PM UTC-7, Mark Waite wrote:
>>
>> I thought I remembered a pull request submitted to the git plugin to
>> allow user definition of the comparison
, your very large repository, your slow file system, and/or
your unwillingness to use "sparse checkout" to reduce the size of the
content to be checked out to the working directory.
Mark Waite
On Wednesday, July 23, 2014 9:24:44 AM UTC-6, bandi pavankumar reddy wrote:
>
> Hi mark
it into some sort of
> striping mode for faster writes. If you just keep your sources and builds
> on the RAID (having more permanent things like the OS and your compilers on
> another drive/RAID), you probably don’t have to have that RAID actually be
> redundant. If a drive blo
Try
http://ingorichter.blogspot.com/2012/02/jenkins-change-workspaces-and-build.html
as a blog posting which shows you how to do that.
Mark Waite
On Thu, Jul 24, 2014 at 5:44 AM, bandi pavankumar reddy <
pavanreddy...@gmail.com> wrote:
> Hi mark 20 GB repository cloning is not posi
There is an "Advanced" button near the top of the job definition page. One
of the checkboxes there is labeled "Use custom workspace".
Click that checkbox and insert the absolute path of the directory where you
want the checkout.
Mark Waite
On Thursday, July 24, 2014 5:5
ad it to a shared location from which you could pull
it. You'd need to install it and evaluate it for operational
compatibility. I'd need to evaluate the source code of the change for
other possible incompatibilities.
Let me know if you're interested.
Mark Waite
On Tue, Jul 22,
tracking, then we used the web
interface of the health monitoring system to see historical reports and
current issues / alarms.
Mark Waite
On Fri, Jul 25, 2014 at 11:49 AM, VFloyd wrote:
> Working for a large company, our management is starting to request
> information about the Jenkins
thon program
that we used as a central registry of servers and the services which they
provide.
Mark Waite
On Sun, Jul 27, 2014 at 8:12 AM, Adam Seering wrote:
> Hi all,
> I'm trying to write tests that use network and cluster software.
> There are lots of tests that I can
receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Thanks!
Mark Waite
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" gro
Since Oracle jdk 6 is officially not supported by Oracle, I think you
should switch to JDK .
On Jul 29, 2014 10:51 AM, "Shibani" wrote:
> They are slight variations of JDK 1.6 and yes they are Oracle JDK's.
>
>
> On Tuesday, July 29, 2014 12:33:17 PM UTC-4, Shibani wrote:
>
>> We use Jenkins CI f
Thanks. Yes, Pavan is aware of the timeout value available on clone. He
adjusted that. His timeout was happening during checkout, a phase which is
entirely on the local disk, and which currently does not have a way to
adjust the timeout.
Mark Waite
On Tue, Jul 29, 2014 at 12:31 PM, Adam
of
Jenkins installations. I suspect the maintainers of those plugins will be
hesitant to worry about an optimization of changes to known_hosts compared
to the risk of breaking use cases for the many other users of those plugins.
Thanks,
Mark Waite
https://github.com/jenkinsci/git-client-plugin/b
ehow looking outside the
workspace?
Mark Waite
On Wed, Jul 30, 2014 at 4:40 PM, Mark Wilhelm wrote:
> Hello,
>
> I'm running a Jenkins server with multiple jobs. Part of one of the jobs
> is to run Jacoco for code coverage metrics. I am using the latest Jacoco
> plugin. Wha
tobuild.blueport.com/job/BuildAllWebPortals/Portal=MobileVCF/>
>
> MobileVCF
> <http://autobuild.blueport.com/job/BuildAllWebPortals/Portal=MobileVCF/>
> completed with result SUCCESS
> Triggering RetailTool
> <http://autobuild.blueport.com/job/BuildAllWebPortals/Porta
g?
>
I believe that each job in the matrix job needs an independent copy of the
repository so that it can work independent of the other jobs in the matrix.
> -Brian
>
> On Monday, August 4, 2014 1:41:08 PM UTC-4, Mark Waite wrote:
>>
>>
>>
>>
>> On Mo
t
job would be tied to the slave running as the separate user.
Mark Waite
On Mon, Aug 4, 2014 at 1:22 PM, johannes.ernst
wrote:
> I'm running Jenkins with Tomcat on Arch Linux. Jenkins executes as Linux
> user tomcat7, as expected.
>
> Build script also execute as tomcat7, but
write a script (MSBuild, perl, python, Java, etc.)
which iterates through those configurations and builds each of them.
> Feels like a kludge, but i think the result will be a complete build in 11
> minutes as opposed to 30.
>
> Do you agree?
>
> Thanks,
> Brian
>
> On
You probably have the Jenkins master node configured to specify git as
git.exe. remove the exe from the end of that on the master node and the
slaves will follow.
Mark Waite
On Aug 7, 2014 3:46 PM, "Parteek Kumar" wrote:
> Hi Curtis,
>
> Could you please explain about the sc
If the Jenkins build works without polling, then you could try adding the
additional behaviour "Polling requires a workspace". That uses the slave
which contains the workspace to pill instead of using git ls-remote on the
master.
Mark Waite
On Aug 8, 2014 4:06 AM, "Sidoine De Wis
I think you are listing a directory in a field which needs the git
executable. That output should have cmd\git or cmd\git.exe or bin\git or
bin\git.exe
Mark Waite
On Aug 8, 2014 1:40 AM, "david guetta" wrote:
> Hello there,
>
> I have got a bitbucket repository and git inst
You might also try using bin rather than the cmd version of git
On Aug 8, 2014 1:40 AM, "david guetta" wrote:
> Hello there,
>
> I have got a bitbucket repository and git installed.
>
> I wan to to connect my bitbucket with jenkins and vice versa.
>
> However, it does not work. I get this error i
ation issues I encountered).
Mark Waite
On Fri, Aug 8, 2014 at 6:54 AM, david guetta wrote:
> Hello,
>
> It's set to git.exe and I have tried both bin and cmd.
>
> Any other ideas?
>
>
> On Friday, 8 August 2014 08:40:52 UTC+1, david guetta wrote:
>>
>
d be
handled more casually.
I would think that filtering exceptions (or test failures) may cause bad
behavior in your team, since they will be mislead into thinking the tests
confirm things are OK, when the random test failures may be pointing to a
real bug.
Mark Waite
On Fri, Aug 8, 2014 at 9:05 AM
he Jenkins server log,
then you could add "Polling requires a workspace" as an additional behavior
on your jobs. That will move the polling to the slave computer which has
the workspace. It doesn't reduce the amount of polling, but it can reduce
the amount of polling from a single
Search for "polling must die" for instructions on how to configure a git
hook in your repository.
Or use polling
On Aug 13, 2014 10:58 PM, wrote:
> Hi guys,
>
> how to run a ANT build in jenkins whenever there is a commit in project
> using Git from eclipse.
>
> Regards,
> Srinivasulu.
>
>
>
>
>
http://stackoverflow.com/questions/15361398/git-jenkins-scm-plugin-permission-denied
)
- Assure the USER variable is set correctly
(
http://stackoverflow.com/questions/6515039/permission-denied-publickey-when-setting-up-jenkins
)
Thanks,
Mark Waite
On Thu, Aug 14, 2014 at 11:24 PM, raza shah wrote:
It seems that Jenkins thinks it should write the host information into
/home/tomcat/.ssh . If that is intentional, then the Jenkins user needs
write permission on that directory
On Aug 17, 2014 6:06 PM, "Suraj Batuwana" wrote:
> My Source code is hosted in Bit bucket it has SSH public key config
y you want).
Thanks,
Mark Waite
On Tue, Aug 19, 2014 at 4:03 PM, Nicholas Paufler <
nicholas.pauf...@goclio.com> wrote:
> We're using Jenkins 1.575 with the GIT client (1.10.1), GIT (2.2.5), and
> GitHub (1.24) plugins (amongst others) but the issue seems to be related
>> significantly different, submit a bug report which describes those
>> differences, along with enough details so that I can duplicate the bug, and
>> that will increase the odds of the bug being fixed. It may also provide
>> you a short term work around (if 2.2.4 behav
You could use the add "Additional Behaviour" for "Advanced clone option" to
a define a reference repository. A reference repository will provide the
same data transfer reduction, without the complexity of defining two
repositories.
Mark Waite
On Wed, Aug 20, 2014 at 4:04
rrit trigger?
> Also if I manually run a build (i.e. not triggered by an event) it does a
> pull of the very first commit only and then continues with the tests.
>
I assume that is also something provided by the Gerrit trigger, so I don't
recognize the concept of pulling a commit
I use the xshell plugin to use the same launch command on Windows and Linux
On Aug 21, 2014 6:37 AM, "Tore Offermann" wrote:
> Hey,
>
> I have a question regarding Jenkins multi projects.
>
> Currently we run separate jobs for every platform and now want to simplify
> that by introducing multi pr
r than the default value of 10
(minutes).
Mark Waite
On Fri, Aug 22, 2014 at 1:40 AM, wrote:
> Hello guys,
>
> Can anyone please help me with this issue.
>
>
>
>
> Started by user anonymous <http://localhost:8080/user/null>
> Building in workspace C:\Users\sriniv
0
> Checking out Revision b814adf6b424c10ea8063d29767c85de74971a06
> (refs/changes/20/20/1)
> > git config core.sparsecheckout # timeout=10
> > git checkout -f b814adf6b424c10ea8063d29767c85de74971a06
> > git rev-parse FETCH_HEAD^{commit} # timeout=10
> > git rev-list 1388d41de4bff273ba
gt; Thank you
>
>
>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
&g
You may want to read the ideas offered in
https://issues.jenkins-ci.org/browse/JENKINS-20356 . That is an open bug
report against the case where the Jenkins master server is running as a
Windows service.
Mark Waite
On Tue, Aug 26, 2014 at 8:35 AM, Yavor Vrachev
wrote:
> So basically I
ax on disc performance).
Mark Waite
On Tue, Aug 26, 2014 at 9:16 AM, Yavor Vrachev
wrote:
> Thanks for the reply. So my best bet might be to try run it on Linux as it
> may not work on Windows at all?
>
>
> On Tuesday, 26 August 2014 10:56:14 UTC+1, Yavor Vrachev wrote:
>
>&
Vincent is correct. A workspace is required in order to perform the
inclusion / exclusion analysis. The plugin knows that dependency is
required, and implicitly requires a workspace for the polling.
Mark Waite
On Wed, Aug 27, 2014 at 9:02 AM, Vincent Latombe
wrote:
> Hi Terry,
>
>
ges hiding in that configuration running two different
configurations from the same job.
Mark Waite
On Wed, Aug 27, 2014 at 8:31 AM, Nicolas Goy wrote:
> I have two branches, develop and staging.
>
> When I push changes to the develop branch, a build is triggered and this
> works fin
quite small, so I assume there are
other ways to solve the same problem.
How do others annotate their changelogs to convert text patterns into
hyperlinks which include the text from the changelog in the link?
--
Thanks!
Mark Waite
--
You received this message because you are subscribed to the G
It appears that the Jenkins Jira instance is unavailable.
--
Thanks!
Mark Waite
--
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 jenkinsci-user
;re running the job, any
non-default settings you've used for the git plugin configuration of that
job, and if you are using other plugins which may interact with the git
plugin (like one of the Gerrit plugins).
Thanks,
Mark Waite
On Wed, Sep 10, 2014 at 2:43 PM, polarice wrote:
> I have
space due to a large repository, you could try
using a reference repository instead.
Mark Waite
On Thu, Sep 11, 2014 at 10:24 AM, Eugene Sajine wrote:
> I could recommend to use the custom workspace for your job (it is in
> advanced settings for the job). Set it to where your local git r
itory can satisfy. With a 3 GB git
repository I have, it reduces the fetch time dramatically.
Mark Waite
On Thu, Sep 11, 2014 at 4:14 PM, Dave Augustus <
dave.augus...@bottlerocketapps.com> wrote:
> Hello Listers!
>
> I have begun the process of upgrading our Jenkins infrastructur
I used the Xvnc plugin with very good results on a Debian configuration a
year or two ago and was very pleased with its results. It started and
stopped VNC sessions as needed for each individual job and reduced the
management overhead significantly for me.
Mark Waite
On Fri, Sep 12, 2014 at 3
If the system has not been upgraded in that long, you should probably
consider using the long term support release (LTS) instead of upgrading to
the latest tip of development.
Mark Waite
On Mon, Sep 15, 2014 at 2:59 PM, Jamie Lawrence
wrote:
> Hi all,
>
> I¹ve inherited a Jenkins ins
hat range. I've preferred to stay
on the LTS version because it gets more testing, has longer time between
updates, and is only constructed after some time of people "test driving"
various of the "cutting edge" versions.
Mark Waite
> Thanks for the input.
>
>
. If the differences are significant (they were in my case), then
you have a basic understanding of one change you could make (switch from
virtual to physical) and roughly how much gain that one change might
provide.
Mark Waite
On Thu, Sep 18, 2014 at 9:25 AM, Scott Evans wrote:
> Alex,
>
to overall Jenkins usage.
--
Thanks!
Mark Waite
--
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 jenkinsci-users+unsubscr...@googlegroups.com.
For
ey are dependent on the long term support
version 1.509. However, that is a long time ago and there probably are not
many people still running 1.517.
Thanks,
Mark Waite
> On Wednesday, September 24, 2014 11:04:33 AM UTC-4, blaze...@gmail.com
> wrote:
>>
>> I added the Gi
like
"python setup.py" or "python my_build_script"
Mark Waite
On Sat, Sep 27, 2014 at 5:35 AM, nitin dhadke
wrote:
> Hi All,
>
> I have copied jenkins job from windows to linux(cloud instance)
> with jenkins-cli.
> java -jar jenkins-cli.jar -s http://lo
using Gerrit, which provides a code read
facility and related workflow as a layer over a git repository.
Mark Waite
On Sun, Sep 28, 2014 at 10:34 PM, Ritesh Patel wrote:
> Hi All,
>
> Right now, in our project, developers develop code on shared drive,
> compile on common server, but de
I believe the clone timeout value specified in the "Additional Behaviours"
section "Advanced clone opitions" is also applied to submodules fetch
operations.
Mark Waite
On Tue, Sep 30, 2014 at 6:31 AM, abierbaum wrote:
> We have a Jenkins install that we have been usin
f the plugin.
You could submit a bug report, or you could investigate the problem and
submit a pull request to fix the problem (or both).
Thanks,
Mark Waite
On Tue, Sep 30, 2014 at 8:19 AM, abierbaum wrote:
> Mark:
>
> As best I can determine that timeout is not flowing through to
>
y for
compilation by Jenkins. It seems like a real problem that you're making
developers round trip through a central server before they can decide if
their code computer.
Thanks,
Mark Waite
On Tue, Sep 30, 2014 at 8:25 PM, Ritesh Patel wrote:
> Thank you Mark.
>
> Actually, we are
I don't know of any way to do that with the git plugin today.
Mark Waite
On Fri, Oct 3, 2014 at 3:38 AM, Ivan Kanis wrote:
> Hello,
>
> We are trying to have separate workspace directores per git branches we
> specify in a job.
>
> We specify the branch in the git plu
If the feature were added as an extension, with tests to confirm that it
was working as expected, and without breaking the existing tests, I think
it would be considered for inclusion in the git plugin.
If you submit the feature with no tests, it probably won't be included.
Mark Wait
as detected,
or the early part of the build log to show the state of the repository.
Mark Waite
On Mon, Oct 6, 2014 at 9:55 AM, michaelw wrote:
> Hi All...
>
> Whenever I kick off a build in jenkins it queues up a bunch of builds
> claiming that it is doing so because changes are de
I'm not a list administrator. I can't delete a posting. I'm not sure if
Google Groups supports deletion.
Mark Waite
On Mon, Oct 6, 2014 at 11:20 AM, sai ram wrote:
> Mark,
>
> Could you please do me a favor ??? This post includes my signature which
> is displayed
quot;try
the Add domain" capability.
Mark Waite
On Sat, Oct 11, 2014 at 6:37 AM, Johan wrote:
> Hi,
>
> Several of our projects have access to their own Git repository through
> https.
> For this they need to add credentials in the job config (Git plugin).
>
> But is
obatperangsangg seems to be spamming the Jira bug database with
advertisements for clothing. Could we ban that account and remove all bug
reports from that account?
--
Thanks!
Mark Waite
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users"
Build#ParameterizedBuild-Fileparameter
Mark Waite
On Wed, Oct 15, 2014 at 6:45 AM, niraj nandane
wrote:
> My scenario is as follows..
> I checkout the code in scm step. Then before going to build step i want a
> file opener popup which will read a file on my harddisk and copy into jobs
&g
ause it assumes most continuous integration jobs do not need to
push changes. If you don't need to push changes, then checkout to a
detached head meets the need without the complexity of managing branches.
Mark Waite
On Tue, Oct 21, 2014 at 12:14 PM, Daniel Serodio wrote:
> What's the &quo
hes to build"
in the job definition and which points to a SHA1 which has not yet been
built. It queues a build to run a job using that SHA1.
Thanks,
Mark Waite
On Tue, Oct 21, 2014 at 4:43 AM, michaelw wrote:
> There is nothing in my polling log and I have no polling configured.
>
&g
has not received that change, so no released version of
the plugin includes that submodule timeout setting.
Mark Waite
On Tue, Sep 30, 2014 at 8:56 AM, Mark Waite
wrote:
> Thanks. You're correct. If the timeout= value shows 10, then the timeout
> is not being passed to the subm
I cherry picked the change to the 2.2.x, it should be available in 2.2.8
when it is released.
On Sat, Oct 25, 2014 at 11:41 AM, Mark Waite
wrote:
> Sorry for the long delay in the reply. The change to enable submodule
> timeout has only been applied to the master branch on the git-plugin
t;catch up"?
Thanks,
Mark Waite
On Tue, Oct 28, 2014 at 1:45 AM, michaelw wrote:
> Sha1's for all the builds are exactly the same.
>
> On Tuesday, 21 October 2014 22:34:47 UTC+2, Mark Waite wrote:
>>
>> If polling is not configured, then you'll need to read th
Were you using multiple repositories in the job?
Had the job been through any special changes which might be relevant to
understand why the code which asks the question "what needs to be built" to
decide that more than one SHA1 needed to be built?
Mark Waite
On Wed, Oct 29, 2014
ved 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 jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/opt
are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Thanks!
Mark
bug report.
Mark Waite
On Wed, Nov 5, 2014 at 2:46 PM, Dunnigan, Terrence J <
terrence.j.dunni...@boeing.com> wrote:
> Hi all,
>
>
>
> We have some Windows 7 slaves, connected via JNLP, that don’t recognize
> the git timeout values.
>
>
>
&g
(URLConnection.java:511)
at java.net.URLConnection.getContentLength(URLConnection.java:495)
at
hudson.model.UpdateCenter$UpdateCenterConfiguration.download(UpdateCenter.java:755)
... 7 more
Are the mirrors not mirroring?
--
Thanks!
Mark Waite
--
You received this
has been a long time since I had that problem, and other of my slaves
are also running OpenJDK. It has been enough time that I no longer
remember the details of the problem, so you should not consider either of
them "broken" based on my comments.
Mark Waite
On Thu, Nov 13, 2014 at 3:54
>>
>>
>> Thanks for any insight.
>>
>>
>>
>> Terry
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails fr
s group and stop receiving emails from it, send an
> email to jenkinsci-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
--
Thanks!
Mark Waite
--
You received this message because you are subscribed to the Google Groups
"Jenkins Use
That's the general case I've experienced. When I upgrade a plugin, either
by upload of my own copy, or by download from the update center, I almost
always need to restart Jenkins before the updated plugin is used.
Mark Waite
On Tue, Nov 25, 2014 at 10:59 AM, Jagadish Sethi
wrote:
>
Yes
On Tue, Nov 25, 2014 at 11:12 AM, Jagadish Sethi
wrote:
> So this the expected case where we always need to restart jenkins instance
> if we upgrade a plugin.
>
> On Tuesday, 25 November 2014 18:01:53 UTC, Mark Waite wrote:
>>
>> That's the general case I
About 12 hours ago I attempted a bulk update of 150 bugs in Jira. The
update does not seem to have finished.
Jira now seems much slower (to me). It may be worth investigating to see
if my bulk update is causing performance problems.
--
Thanks!
Mark Waite
--
You received this message because
Rather than using execute shell, shouldn't you use run windows batch
command?
Those look like ANSI terminal escape sequences, as though the bourne shell
(bash) was trying to write to your Windows command prompt window.
Mark Waite
On Mon, Dec 8, 2014 at 2:23 PM, mpc8250 wrote:
> Hi
http://stackoverflow.com/questions/9669882/slow-git-operations
I'm not sure this is a Jenkins question, really, since you don't mention
Jenkins anywhere in the question.
Mark Waite
On Mon, Dec 8, 2014 at 9:45 PM, Ritesh Patel wrote:
> Hello All,
>
> We have java GWT project, which
That form of workspace naming is typically used by Jenkins when more than
one build of the same job is running at the same time. If you've enabled
concurrent builds for that job, then you may see workspace names with
numbers appended.
Mark Waite
On Fri, Dec 12, 2014 at 4:35 PM, Leah
nnot clone or pull from the
> repo. Git tells me I tried to clone an empty repo. Its like the repo is
> write only or some such.
>
I wonder if you're seeing another instance of JENKINS-25212?
[https://issues.jenkins-ci.org/browse/JENKINS-25212]
Mark Waite
> Anyway the initi
ot;Ubuntu" or "CentOS".
Would that meet your needs?
Mark Waite
On Tue, Dec 16, 2014 at 9:08 AM, Lode Leroy wrote:
>
> hello,
>
> I would like to configure a matrix build, and control on which slaves
> each build version is being built.
>
> I have one axis for
The JGit fix is included in git client plugin 1.13.0. Git client plugin
1.13.0 was released 18 Dec 2014.
See
https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin#GitClientPlugin-ChangeLog
Thanks,
Mark Waite
On Tue, Dec 23, 2014 at 7:40 AM, Mike Chmielewski <
mike.chmielew...@gmail.
have been added since the last poll.
The plugin does not provide a direct way to do what you want, but I think
you might be able to extend the existing behavior to meet your needs.
Mark Waite
On Wed, Dec 31, 2014 at 6:57 AM, Rob Mandeville <
rmandevi...@dekaresearch.com> wrote:
>
t;
> .
> For more options, visit https://groups.google.com/d/optout.
>
--
Thanks!
Mark Waite
--
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
re "rolled
over" to a new log.
They are retained as compressed files in that directory for at least 3
months.
As far as I can tell, since you're using the default system log settings,
those log files would retain the log information you're seeking.
Mark Waite
On Fri, Jan 2,
Exception>:
> java.io.IOException: error=12, Cannot allocate memory
>
> *00:57:32* at java.lang.UNIXProcess.(UNIXProcess.java:164)
> <http://stacktrace.jenkins-ci.org/search/?query=java.lang.UNIXProcess.%3Cinit%3E&entity=method>
>
> *00:57:32* at java.lang.ProcessImpl.st
701 - 800 of 1849 matches
Mail list logo