Re: Can't login to account to open issues in Jenkins Jira.

2020-11-04 Thread Mark Waite
Yes. I assume that you've visited https://accounts.jenkins.io/ to try to reset your password and it was not successful. Please provide your Jenkins account name and the previous email address in an email message to me as mark.earl.wa...@gmail.com . I'll need to ask you some questions and get som

Re: How to recover bugtracker/wiki account?

2020-11-04 Thread Mark Waite
I assume that you've visited https://accounts.jenkins.io/ to try to reset your password and it was not successful. Please provide your Jenkins account name and the previous email address in an email message to me as mark.earl.wa...@gmail.com . I'll need to ask you some questions and get some answ

Re: https://issues.jenkins-ci.org/: Certificate problem ?

2020-11-09 Thread Mark Waite
The Jenkins Jira server is in a maintenance window now. We're upgrading to Jira 8 and moving the hosting of the Jira server to a server maintained by the Linux Foundation. Maintenance window is scheduled to end at 18:00 UTC. On Mon, Nov 9, 2020 at 8:09 AM Martin Jost wrote: > Hello, > > I have

Re: https://issues.jenkins-ci.org/: Certificate problem ?

2020-11-09 Thread Mark Waite
/1W_zJZvQonLe0wDLnrx1FOd4_Em0kD1FZuEuUAtaFe0s/edit# for the upgrade plan. On Mon, Nov 9, 2020 at 8:18 AM Mark Waite wrote: > The Jenkins Jira server is in a maintenance window now. We're upgrading > to Jira 8 and moving the hosting of the Jira server to a server maintained > by the Li

Re: Can I reduce delay at start of build?

2013-06-03 Thread Mark Waite
a new name and checking if the copied job starts significantly faster. Mark Waite > > From: Andrew Coulton >To: jenkinsci-users@googlegroups.com >Sent: Monday, June 3, 2013 2:57 AM >Subject: Re: Can I reduce delay at start of build? > >

Re: Git problem with Linux master and Windows slave

2013-06-06 Thread Mark Waite
experience with the Git plugin in a cygwin environment, I don't have any other suggestions. Mark Waite > > From: jdtangney >To: jenkinsci-users@googlegroups.com >Sent: Thursday, June 6, 2013 2:35 PM >Subject: Git problem with Linux master a

Re: Unable to open database

2013-06-23 Thread Mark Waite
able to assist you. Mark Waite > > From: shweta chadha >To: jenkinsci-users@googlegroups.com >Sent: Saturday, June 22, 2013 1:46 PM >Subject: Unable to open database > > > >Hello, please let me know how can i resolve this issue. &

Re: Jenkins execute part of the job on master?

2013-07-02 Thread Mark Waite
As far as I can tell, a job executes on a single node, whether master or slave.  I'm not aware of any facility that allows a Jenkins job to move execution steps to a node different than the node executing the job. Mark Waite > > From: Michael La

Re: Refer a particular version of file in git repo

2013-07-04 Thread Mark Waite
 Both techniques work, and they do very well. Mark Waite > > From: Srinivasa TN >To: jenkinsci-users@googlegroups.com >Sent: Thursday, July 4, 2013 6:48 AM >Subject: Refer a particular version of file in git repo > > > >Hi All, >   I

Re: Critical problem with my Jenkins server

2013-07-25 Thread Mark Waite
Later long term support versions (after 1.480.2, like 1.509.3) now support lazy loading of build records which reduces memory requirements.  Refer to [2] for more information. Thanks, Mark Waite [1]  http://kohsuke.org/2011/12/01/polling-must-die-triggering-jenkins-builds-from-a-git-hook

Re: Critical problem with my Jenkins server

2013-07-25 Thread Mark Waite
That should be 1.509.2 rather than 1.509.3 for the most recent available LTS version. Mark > > From: Mark Waite >To: "jenkinsci-users@googlegroups.com" >Sent: Thursday, July 25, 2013 5:14 AM >Subject: Re: Critical problem with my

Re: [ANN] Beta testing of Git plugin 2.0

2013-07-25 Thread Mark Waite
te for how long it will be before Git Client plugin 1.1.1 is visible from http://updates.jenkins-ci.org/update-center.json ? Mark Waite > > From: Kohsuke Kawaguchi >To: Jenkins Users ; Jenkins Dev > >Sent: Thursday, July 25, 2013 4:40 PM >Su

Re: Anyone having Jenkins slaves on Windows 8?

2013-07-26 Thread Mark Waite
Java Web Start has worked fine for me on two different Windows 8 64 bit machines.  Unfortunately, I suspect that won't really help you, since the real question you're trying to answer is why it doesn't work on your computer. Mark Waite >_

Re: [ANN] Beta testing of Git plugin 2.0

2013-07-26 Thread Mark Waite
Thanks!  I've downloaded the components, installed them, and performed some initial verification testing. First bug report: https://issues.jenkins-ci.org/browse/JENKINS-18957 Other issues need further investigation before I report anything. Mark

Re: Anyone having Jenkins slaves on Windows 8?

2013-07-28 Thread Mark Waite
running programs which never need desktop access, or you may want to discover very rapidly when a program needs desktop access unexpectedly.  For us, it was more important to run tests from the desktop so that we were more closely simulating the user environment. Mark Waite

Re: [ANN] Beta testing of Git plugin 2.0

2013-07-29 Thread Mark Waite
't have any obvious differences between the jobs which are behaving as expected and hte jobs which are not behaving as expected. Mark Waite On Thursday, July 25, 2013 4:40:36 PM UTC-6, Kohsuke Kawaguchi wrote: > > > Hi, > > We've been working on a major improvement on

Re: jenkins version issue

2013-08-01 Thread Mark Waite
licts with other tests running concurrently I don't recall ever encountering a test failure which I could attribute to the Jenkins version which started the test, though I guess that is also possible. Mark Waite > > From: Alexandra Sandulescu >

Re: Does XUnit plugin supports gtests (goole unit testing framework)?

2013-08-01 Thread Mark Waite
Since https://code.google.com/p/googletest/ says that it supports "XML test report generation", I assume that it will work just fine with the XUnit plugin. Mark Waite > > From: Avihay Eyal >To: jenkinsci-users@googlegroups.com >Sent: Th

Re: CI usability - isn't there a problem that tests are executed only after a developer pushed his changed to the repsitory?

2013-08-02 Thread Mark Waite
d. Each developer's private repository could then be added to the job and would be watched for changes, those changes would be merged, and if the compile and tests were successful, the merge could be pushed to the integration repository. Mark Waite -- You received this message bec

Re: CI usability - isn't there a problem that tests are executed only after a developer pushed his changed to the repsitory?

2013-08-02 Thread Mark Waite
On Friday, August 2, 2013 9:17:44 AM UTC-6, Dirk Heinrichs wrote: > > Am Freitag, 2. August 2013, 05:14:50 schrieb Mark Waite: > > > > Each developer's private repository could then be added to the job and > > would be watched for changes, those change

Re: CI usability - isn't there a problem that tests are executed only after a developer pushed his changed to the repsitory?

2013-08-04 Thread Mark Waite
since it is a convention for users not to push to the integration branch, not an enforced rule. I think you could do the same with Mercurial and a script, though I'm not a Mercurial user, so I can't be certain. Mark Waite -- You received this message because you are subscribed to

Re: Parallelizing JUnit regression tests

2013-08-09 Thread Mark Waite
There are several levels at which you could run your JUnit tests in parallel. Most of them don't involve anything with Jenkins, other than using Jenkins to start them executing. For example - Use JUnit 4.7 to run the tests in parallel, see [1] and [2] - Use gradle to run your tests, see

Re: Does Jenkins upgrade required any intermediate version from 1.466.2 to 1.527

2013-08-15 Thread Mark Waite
s as well. You should probably create a backup of your current environment just in case something goes badly wrong in the upgrade. Mark Waite > > From: John Vacz >To: jenkinsci-users@googlegroups.com >Sent: Thursday, August 15, 2013 6:35 AM >Subj

Re: How to download plugins from Linux shell

2013-08-19 Thread Mark Waite
The Jenkins command line interface can install plugins and restart the Jenkins server. Refer to https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI Mark Waite > > From: Christopher Carlson >To: jenkinsci-users@googlegroups.com >Sent: Monda

Re: How to download plugins from Linux shell

2013-08-19 Thread Mark Waite
Jenkins plugins.  I've actually liked that Jenkins needs to be running in order to install the plugins. If that doesn't work for you, you'll need to find another technique. Mark Waite > > From: Christopher Carlson >To: "jenkinsci-use

Re: How to download plugins from Linux shell

2013-08-19 Thread Mark Waite
aster and that has been sufficient for my needs. I agree that you don't want to too many manual steps, but the CLI is very much able to perform those steps without requiring a browser. Mark Waite > > From: Christopher Carlson >To: "jenkinsc

Re: Git push back changes

2013-09-02 Thread Mark Waite
still some reason that your publish attempt is failing.  You'll need to do more investigating to understand why publish works for others and not in the case you're testing. Mark Waite > > From: David Karlsen >To: jenkinsci-users@googleg

Re: Help needed with MsBuild plugin

2013-09-04 Thread Mark Waite
hink the MSBuild plugin is the right one to decide which Visual Studio version you want to run, though I guess it could be extended to have some form of list of alternative Visual Studio versions which it should attempt to configure before running the build. Mark Waite >_

Re: Git push back changes

2013-09-04 Thread Mark Waite
push back to a central repository. There are several other bugs related to the jgit implementation, if you're interested in them.  Even the Git plugin beta 2.0 still seems to have a number of rough spots with the jgit implementation. Mark Waite > >

Re: Git push back changes

2013-09-05 Thread Mark Waite
over the jgit implementation in git plugin 1.5.0, but I don't think it is ready for production yet. Mark Waite > > From: David Karlsen >To: jenkinsci-users@googlegroups.com >Sent: Thursday, September 5, 2013 1:37 AM >Subject: Re: Git push

Re: Prevent incrementing build number on failures

2013-09-05 Thread Mark Waite
ommitted/pushed that change when the job was successful. Mark Waite On Thursday, September 5, 2013 7:36:29 AM UTC-6, Peter Soncek wrote: > > Hello, > > I am new to Jenkins and trying to setup my build environment. I have > noticed that when a build fails, the build number is st

Re: Continuous Merge between Branches in Jenkins

2013-09-06 Thread Mark Waite
The git plugin can merge after pulling the latest source code and before compiling. At the end of the job, it can push the merge results back. I've used it with good success for quite a while. I believe the Subversion plugin has similar capabilities, though I have no experience doing it.

Re: Plugin require for BTS

2013-09-09 Thread Mark Waite
What if there were a plugin that allowed the classification of test failures, and then allowed filtering and reviewing history of test failures by type of failure, frequency of failure, etc.? That might then support the human driven failure analysis with gathered data. I know we can claim a build

Re: Jenkins Settings problem

2013-09-16 Thread Mark Waite
The git SCM plugin has a way to ignore changes to certain files, by specifying those exclusion patterns with a regular expression. It is in the "advanced" section of the plugin configuration items on the job configuration page. Your SCM plugin may have a similar setting which would allow you to i

Re: Question on Jenkins Deployment

2013-09-30 Thread Mark Waite
Upgrading a plugin on the master node upgrades it on all slave nodes. Upgrading Jenkins on the master node upgrades the relevant Jenkins components on the slave nodes. Mark Waite On Mon, Sep 30, 2013 at 4:30 PM, Rajesh wrote: > Hi, > As the Jenkins deployment scales and you have a num

Re: launch app with win cmd

2013-10-02 Thread Mark Waite
I thought that was a case where you needed to use the "CALL" statement in the batch file so that it will not wait for process exit. On Wed, Oct 2, 2013 at 7:13 PM, Mishael Kim wrote: > Hi, > > This is probably a quick one for you guys... > > When I just launch notepad or any other app within a

Re: Unable to launch Firefox24 using Jenkins

2013-10-03 Thread Mark Waite
I wonder if Firefox is starting, but then is prompting the user to answer some question (first time install type question). Have you run Firefox 24 at least once in that context before attempting to launch it from Jenkins? On Thu, Oct 3, 2013 at 5:17 AM, Aswini Rajasekaran < aswini.rajaseka...@g

Re: Create JIRA issue on Jmeter test fail

2013-10-14 Thread Mark Waite
x27;t it be better to first try e-mail messages that inform someone about the failure, then they can decide if it is a long-lived failure and might be worth creating an issue? Mark Waite On Mon, Oct 14, 2013 at 10:20 AM, 1042907P wrote: > We are using performance plugin for parsing Jmeter te

Re: Problem with git plugin 2.0

2013-10-24 Thread Mark Waite
have configured. I did need one work around on one of my jobs, as described in https://issues.jenkins-ci.org/browse/JENKINS-20195 Mark Waite On Thu, Oct 24, 2013 at 2:25 PM, Jon Schewe wrote: > I got my job to build, here is what I did. Is everyone expected to do this > for all jobs using

Re: Problem with git plugin 2.0

2013-10-24 Thread Mark Waite
Jira >> for some examples), but it is working for me on the 20 or so jobs that I >> have configured. >> >> I did need one work around on one of my jobs, as described in >> https://issues.jenkins-ci.org/browse/JENKINS-20195 >> >> Mark Waite >> >>

Re: gerrit-trigger / git 2.0 woe

2013-10-28 Thread Mark Waite
not in the Jenkins repo, or vice versa)? Mark Waite On Mon, Oct 28, 2013 at 7:01 AM, Nigel Magnay wrote: > Has anyone got the above combination to work? > > Our jenkins seems obsessed with building wrong versions. I'm not sure > which of the vague "Usage with the G

Re: gerrit-trigger / git 2.0 woe

2013-10-28 Thread Mark Waite
with a Gerrit instance. I don't have time to investigate the conditions which cause the bug now, but hope within the next 24 hours to do some further investigation. Thanks, Mark Waite On Mon, Oct 28, 2013 at 7:36 AM, Nigel Magnay wrote: > I'm not sure -- it's not the SHA1 tha

Re: gerrit-trigger / git 2.0 woe

2013-10-28 Thread Mark Waite
In case it matters, my problem configuration is a Windows 8 machine. The Windows Server 2011 machine that is also in that configuration does not show the problem, nor do any of the Debian Linux machines that are in the configuration. Mark Waite On Mon, Oct 28, 2013 at 7:49 AM, Mark Waite wrote

Re: high memory consumption after upgrading to jenkins 1.537

2013-10-28 Thread Mark Waite
I bumped into an "out of PermGen space" report on Jenkins 1.509.4 recently, though mine was after upgrading the Git plugin to 2.0. Are you using Git plugin 2.0 as a new part of that upgrade, or were you already running Git plugin 2.0 before you upgraded? Mark Waite On Mon, Oct 28,

Re: Failed to connect to repository

2013-10-31 Thread Mark Waite
instance so that the keys are available to the Jenkins process the same as they are available to your user process. Thanks, Mark Waite On Thu, Oct 31, 2013 at 2:44 PM, wrote: > Thanks for the reply. Yeah, I don't want to use ssh. I want to use > https. > > > On Thu

Re: Jenkins 1.537 and git 2.0 code error reported when cloning git repo

2013-10-31 Thread Mark Waite
That stack trace seems unrelated to the git plugin and seems to happen after the clone has completed. It appears the Jenkins maven module is trying to execute, and is failing. I suspect that happens after the clone is complete. I created a maven project and had it clone the git-client-plugin fro

Re: Jenkins 1.537 and git 2.0 code error reported when cloning git repo

2013-11-01 Thread Mark Waite
It appears you're not the only one encountering the problem. https://groups.google.com/d/msg/jenkinsci-users/QDkVHmHnI-U/6cnw4RAvNQIJ seems to be another example of a similar stack trace Unfortunately, I have no hint as to the root of the problem. Mark Waite On Fri, Nov 1, 2013 at 8:

Re: build failed due to bug in code

2013-11-01 Thread Mark Waite
John Kerr recently reported a similar stack trace. https://groups.google.com/d/msg/jenkinsci-users/QDkVHmHnI-U/6cnw4RAvNQIJ Unfortunately, I have no idea on either of the cases. Mark Waite On Friday, November 1, 2013 8:10:04 AM UTC-6, William Pughe wrote: > > A Jenkins build of cod

Re: distribution build configuration

2013-11-02 Thread Mark Waite
. We use ssh to communicate with our git server, and it works quite well. Mark Waite [1] https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Plugin On Sat, Nov 2, 2013 at 4:35 AM, Philipp Kraus wrote: > Hello, > > I run a Jenkins master on an Ubuntu server, in the firewall on

Re: Nested testsuites are not shown? How you live with this? [issue 18673]

2013-11-06 Thread Mark Waite
xml files, each one for a specific Java file, with a single level of tests in that result file. Jenkins then allows me to choose from the tested packages and look at the results for the classes within those packages. Mark Waite On Wed, Nov 6, 2013 at 7:33 AM, Ruslan Zasukhin < ruslan_zasuk...@va

Re: Suggestion about improve of work with XML format of JUNIT

2013-11-06 Thread Mark Waite
your users and sacrifice usability. I would be perplexed (personally) if Jenkins displayed the number of tests, but did not have test results to match that number of tests. That would be inconsistent (at least to me). Mark Waite On Wed, Nov 6, 2013 at 7:41 AM, Ruslan Zasukhin < ruslan_zasuk..

Re: How open source Project Build system works ?

2013-11-08 Thread Mark Waite
- OpenJDK More certainly could be listed, but those are projects in various stages of activity and with interesting variations in their build systems and their approach to delivering their software. Mark Waite On Fri, Nov 8, 2013 at 8:07 AM, Dhanasekaran Anbalagan wrote: > Hi Guys, >

Re: Pushing tags for builds to a different remote ?

2013-11-12 Thread Mark Waite
workspace was originally cloned? Mark Waite On Tue, Nov 12, 2013 at 6:16 AM, Max Rydahl Andersen wrote: > 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 >

Re: Pushing tags for builds to a different remote ?

2013-11-13 Thread Mark Waite
s could access the nearby repository rather than cloning from the remote. Mark Waite On Tue, Nov 12, 2013 at 3:43 PM, Les Mikesell wrote: > On Tue, Nov 12, 2013 at 12:43 PM, Max Rydahl Andersen > wrote: > > Yeah, i dont want to have the Master repo littered with Jenkins build > tags a

Re: Git Polling Not Working

2013-11-14 Thread Mark Waite
that job to use the provided credentials. https://issues.jenkins-ci.org/browse/JENKINS-20533 may be helpful. Mark Waite On Thu, Nov 14, 2013 at 6:24 AM, Tom Arra wrote: > I'm getting the following error from Git polling. I replaced the actual > repo url with [REPO_URL] as it is an inter

Re: Ivy Job Keeps Making New Workspace

2013-11-21 Thread Mark Waite
f the large files in the ".git" directory, instead of actually copying the files. That won't solve the root of your problem, but it may reduce your disc space used. Mark Waite On Thu, Nov 21, 2013 at 3:51 PM, Erik Cokeley wrote: > I just updated Jenkins after a long time. Ou

Re: Git Plugin Triggering Build Inaccurately

2013-11-21 Thread Mark Waite
include and exclude regions. Mark Waite On Thu, Nov 21, 2013 at 4:03 PM, Erik Cokeley wrote: > My git is calling Jenkins in it's post-receive hook exactly how it says to > here: > https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin#GitPlugin-Pushnotificationfromrepository > &g

Re: Ivy Job Keeps Making New Workspace

2013-11-21 Thread Mark Waite
se, instead of using the most recent build. The long term support release only changes about 4 times a year, and it generally receives more attention to assure it is in very good condition before it is released. Mark Waite On Thu, Nov 21, 2013 at 4:17 PM, Erik Cokeley wrote: > I don

Re: Is it any good to use Jenkins as a web based UI for running operational scripts?

2013-11-21 Thread Mark Waite
It is well within the Jenkins use model to use it to automate all sorts of other tasks. We've even gone so far as to have some of our tasks learn how to write more detailed information in JUnit format so that we can monitor results from portions of the task while still allowing the task to complet

Re: Git Plugin Triggering Build Inaccurately

2013-11-22 Thread Mark Waite
detection much lighter and faster. However, that technique cannot process inclusion and exclusion conditions. If you have not already downgraded your Git plugin, you might try adding the Advanced Behavior, "Force polling using workspace". Mark Waite On Fri, Nov 22, 2013 at 8:06 AM,

Re: Viewing a CSV (or any text file really) in a jenkins report

2013-11-27 Thread Mark Waite
HTML table in an HTML page and use the HTML Publisher to show that HTML page in your Jenkins job. Mark Waite On Wed, Nov 27, 2013 at 6:14 AM, Noam Mendelssohn wrote: > Hey guys > > I have a jenkins job, which creates a CSV file. The file is a list of > lines of comma seperetated values

Re: Git Plugin Triggering Build Inaccurately

2013-11-27 Thread Mark Waite
ovember 22, 2013 11:51:33 AM UTC-5, Nicolas De loof wrote: >>> >>> yes, I'm looking into possible changes in jenkins-core that would allow >>> such a remote-polling to be used to detect potential changes, then use >>> workspace to "confirm" changes

Re: Upgrade from 1.472 to 1.541 failing

2013-12-02 Thread Mark Waite
-ci.org/war-stable/1.532.1/. Mark Waite On Mon, Dec 2, 2013 at 11:40 AM, Walter Kacynski wrote: > 1.) All builds are cumulative so you just need to pick the version that > you want to run. > > Please share the error message that you are seeing. Also, did you try > searching http:/

Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-12-02 Thread Mark Waite
You can download slave.jar from the link on each slave node definition page. It is available from http://localhost:8080/jnlpJars/slave.jar(replace localhost with your Jenkins server host name). Mark Waite On Mon, Dec 2, 2013 at 12:58 PM, Jeremy Morton wrote: > I am not finding slave.jar,

Re: disable jenkins autostart on ubuntu

2013-12-03 Thread Mark Waite
the service, because it is marked to not be started. Mark Waite On Tue, Dec 3, 2013 at 6:04 AM, Richard Lavoie wrote: > Did you take a look in /etc/default/ ? That's usually where the service > options are defined in ubuntu. > > On 2013-12-03, at 07:20, tomasz ducin wrote: &g

Re: Upgrade from 1.472 to 1.541 failing

2013-12-03 Thread Mark Waite
ec" wrote: > Hi Mark, > > Thanks for the tip - that build worked flawlessly! > > Mark > > __ > Learn more about.me <http://about.me/markmikulec>. > > > On 2 December 2013 13:48, Mark Waite wrote: > >>

Re: Pull a Build with the API

2013-12-03 Thread Mark Waite
Couldn't you perform the http GET with the Python urllib2 library to satisfy the lead of your group? Then the download process is in Python, and it uses the standard Jenkins API for downloading artifacts (http GET). Mark Waite On Tue, Dec 3, 2013 at 2:55 PM, wrote: > Richard, >

Re: Excluded Regions in Jenkins with Git

2013-12-05 Thread Mark Waite
The git plugin includes it as one of the "Additional Behaviors". It is called "Polling ignores commits in certain paths" If you use it, be sure you also enable the "Force polling using workspace", since the exclusion won't work without forcing polling using wor

Re: Launching job as different user

2013-12-11 Thread Mark Waite
When I need to run a job as a specific user, I configure a slave agent to run as that user, then tie the jobs to that slave agent. That avoids changing user within the job and lets Jenkins manage the work. Mark Waite On Dec 11, 2013 8:00 PM, "Pankaj Gupta" wrote: > Hi, > &

Re: Jenkins on OpenJDK vs Oracle JDK?

2013-12-11 Thread Mark Waite
There were versions of OpenJDK 6 which did not run Jenkins well for me. The Oracle JDK has always run it well. I have been using OpenJDK 7 on some machines and Oracle JDK 7 on others with equally good results. Mark Waite On Dec 11, 2013 5:57 PM, "Klaus Schniedergers" wrote: > H

Re: Access is denied. message appearing on trying to call ant targets any one hase an idea about this?

2013-12-11 Thread Mark Waite
I think the "access denied" message usually hints that there is a permission problem which prevents access to that file. Have you checked on that specific node to confirm the file C:\ant-contrib-1.0b3.jar exists and can be read by the user running the Jenkins process? Mark Waite On W

Re: Access is denied. message appearing on trying to call ant targets any one hase an idea about this?

2013-12-11 Thread Mark Waite
nts of the file are readable and are a jar file. Mark Waite On Wed, Dec 11, 2013 at 10:07 PM, Abhishek Bisht < abhishek.annibi...@gmail.com> wrote: > yes i have provided access to everyone on file security mode but jenkins > still not able to get the fil > > On Thursday, 12 Dec

Re: Access is denied. message appearing on trying to call ant targets any one hase an idea about this?

2013-12-12 Thread Mark Waite
the file to C:\ might be able to see it while other users would not be able to see it. Unfortunately, my few minutes of google search did not find any indication that there is such a facility. Mark Waite On Dec 11, 2013 11:58 PM, "Abhishek Bisht" wrote: > Yes its a permission issue

Re: Jenkins on OpenJDK vs Oracle JDK?

2013-12-13 Thread Mark Waite
listed, just that it was problematic. In that same time, OpenJDK7 was used for many of the tests in that LTS with good results. Mark Waite On Fri, Dec 13, 2013 at 2:49 PM, JonathanRRogers wrote: > On Wednesday, December 11, 2013 10:39:25 PM UTC-5, Mark Waite wrote: >> >> There w

Re: Missing git plugin

2013-12-16 Thread Mark Waite
ter from your web browser? Does http://updates.jenkins-ci.org/update-center.json return a page of JSON information? Mark Waite On Mon, Dec 16, 2013 at 6:28 AM, Michael Power < michael.power.eloto...@gmail.com> wrote: > I tried both the latest release 1.544 and the LTS 1.532.1. Both

Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-12-16 Thread Mark Waite
command in the batch file I started the batch file by double clicking it from Windows explorer Did you do something different than that? Mark Waite On Mon, Dec 16, 2013 at 1:38 PM, Adam Westhusing wrote: > I tried doing this and still received the security warning. Is there > anything spe

Re: Central Git Checkout

2013-12-16 Thread Mark Waite
ude regions, exclude users or exclude regions. Mark Waite On Mon, Dec 16, 2013 at 8:05 PM, David Gayman wrote: > Sure and I see how using a lot of small git repos, as opposed to one large > repo, could be beneficial. But for established code bases this is often not > the case. >

Re: Build agent without JAVA

2013-12-17 Thread Mark Waite
Since Java is not available on those platforms, you can't run the slave agent on them. You could run a slave agent on another machine and then have your job use ssh to execute the build on the target platform. On Tue, Dec 17, 2013 at 5:40 AM, Alexander Dikanchukov < sandy.emer...@gmail.com> wrot

Re: Build agent without JAVA

2013-12-17 Thread Mark Waite
d If you then place your_checkout_and_build_command under source control, you can configure the Jenkins job to monitor that source control system and perform the build whenever there are changes in the source control system, all without requiring the source control program on your QNX machine. Mark Waite On Tue,

Re: JGit and submodule processing

2013-12-18 Thread Mark Waite
I'm sure they'd love to have others involved as well, and would welcome many more automated tests to verify the functionality is working as expected. Thanks, Mark Waite On Wed, Dec 18, 2013 at 6:11 AM, Tomhe wrote: > The git client plugin using msysgit is very unreliable on W

Re: Central Git Checkout

2013-12-19 Thread Mark Waite
the server and then use those credentials from within a job definition. I don't think there is a requirement that the Jenkins user generally needs read access to the git repository, just that the Jenkins process needs read access when using the credential you defined in Jenkins. Mark Waite On T

Re: Jenkins GitHub Integration

2013-12-25 Thread Mark Waite
"git ls-remote ...", not just "ls-remote ...". Mark Waite On Wed, Dec 25, 2013 at 9:15 PM, Balasubramaniyan Kannan < infobala...@gmail.com> wrote: > Did you guys get a solution for this issue. > > Thanks, > Bala > > On Sunday, September 23, 2012 9:52:

Re: Need help/guidance on jenkins/plot plugin setup and configure

2013-12-30 Thread Mark Waite
one of the charting plugins. I'd suggest first that you look at the existing Jenkins test results displays. They probably already meet your needs. An example of the Jenkins unit test results is visible at: https://buildhive.cloudbees.com/job/MarkEWaite/job/git-plugin/59/testReport/ Tha

Re: Job trigger for changes only on certain git repo folders

2013-12-30 Thread Mark Waite
jobs and their inclusions synchronized with your source code. Mark Waite On Tue, Dec 17, 2013 at 12:25 PM, Yves Schumann wrote: > Hi > > I need to setup a lot of jenkins jobs, which should be triggered if > something changed on certain folders on a git repository. Let's say there &g

Re: Need help/guidance on jenkins/plot plugin setup and configure

2013-12-31 Thread Mark Waite
ins Cookbook is describing the plot plugin. If you're still determined that you must have a pie chart, then you could refer to the source code of the Plot plugin to reverse engineer the data formats it will consume. https://github.com/jenkinsci/plot-plugin is the source code, I believe. Mark Wa

Re: Need help/guidance on jenkins/plot plugin setup and configure

2013-12-31 Thread Mark Waite
For a better view of the test results, see https://buildhive.cloudbees.com/job/MarkEWaite/job/git-plugin/ On Tue, Dec 31, 2013 at 9:28 AM, Mark Waite wrote: > I'm sorry, but I still don't understand what you're hoping to gain from a > pie based representation of the da

Re: Need help/guidance on jenkins/plot plugin setup and configure

2013-12-31 Thread Mark Waite
y not reuse someone else's implementation... Mark Waite On Tue, Dec 31, 2013 at 9:55 AM, Charley Yen wrote: > Hi Mark, > > I should be the one to apologize for not having made myself clear. > > What is the JUnit format? Could you show me an example? > > Yes, I c

Re: Need help/guidance on jenkins/plot plugin setup and configure

2013-12-31 Thread Mark Waite
Sorry, I don't have any idea how to make that site work with your browser configuration. You will need to find your way without that screencast. Mark Waite On Dec 31, 2013 1:38 PM, "Charley Yen" wrote: > > <https://lh4.googleusercontent.com/-HUyg_IzrJ7Y/UsMckOrUdpI

Re: Need help/guidance on jenkins/plot plugin setup and configure

2013-12-31 Thread Mark Waite
Maven build systems to the test result files. [image: Inline image 1] Mark Waite On Tue, Dec 31, 2013 at 2:39 PM, Charley Yen wrote: > I searched all available plug-in in jenkins. Really have no idea which one > to use. > > Please, someone please tell me which one I should use. I ju

Re: Need help/guidance on jenkins/plot plugin setup and configure

2014-01-02 Thread Mark Waite
result failure. I can't help you with the pie chart publishing. I still don't see how a pie chart will help you compared to the standard charts available in Jenkins. You'll need to experiment with other plugins, or seek help from other users. Mark Waite On Thu, Jan 2, 2014 at 12:04

Re: How can I know when Jenkins is down or hung up on something?

2014-01-03 Thread Mark Waite
which check_mk could support. Mark Waite On Fri, Jan 3, 2014 at 11:47 AM, Mandeville, Rob wrote: > Nope. “Monitoring external jobs” is about rigging other jobs (such as > cron jobs) to report completion to Jenkins so that you can see it like > Jenkins ran the job itself. The JavaMel

Re: git plugin busted

2014-01-05 Thread Mark Waite
you'll need to also add the "Force polling using workspace" option. The default is now to use fast remote polling, but that default cannot process include or exclude regions. Mark Waite On Sun, Jan 5, 2014 at 7:12 PM, Jon Schewe wrote: > Anyone else running into problems wit

Re: git plugin busted

2014-01-05 Thread Mark Waite
Another possibility might be to attempt to use git commands from within the job itself to define remote.origin.url if it is not already defined. On Sun, Jan 5, 2014 at 8:30 PM, Mark Waite wrote: > That stack trace looks a lot like > https://issues.jenkins-ci.org/browse/JENKINS-20258

Re: git plugin busted

2014-01-06 Thread Mark Waite
PM, Jon Schewe wrote: > Not sure how that would help as the job won't start until the workspace is > cloned. > > > On Sun, Jan 5, 2014 at 9:32 PM, Mark Waite wrote: > >> Another possibility might be to attempt to use git commands from within >> the job itself to d

Re: git plugin busted

2014-01-07 Thread Mark Waite
it is not already defined. > > > > On Mon, Jan 6, 2014 at 4:16 PM, Mark Waite wrote: > >> I don't understand your comment that you're "not sure how that would help >> as the job won't start until the workspace is cloned." >> >> The log

Re: git plugin busted

2014-01-07 Thread Mark Waite
b itself would help >> as there is no local git repository at this point. >> >> > Another possibility might be to attempt to use git commands from within >> the job itself to define remote.origin.url if it is not already defined. >> >> >> >> On Mon,

Re: Git-Jenkins Issue

2014-01-08 Thread Mark Waite
That is correct. Configure another git in Jenkins, using jgit, and sewer of that will work in your case without changing your installed git. Mark Waite On Jan 8, 2014 1:23 PM, "Slide" wrote: > This is just a guess, but your Git version looks pretty old, so perhaps it > doe

Re: Git-Jenkins Issue

2014-01-08 Thread Mark Waite
://adammonsen.com/post/665 gives hints how to upgrade git while keeping the rest of your system at Ubuntu 10.04. http://stackoverflow.com/questions/11170623/trying-to-install-git-in-ubuntu-lucid-10-04-lts mentions the same technique as that blog posting. Mark Waite On Wed, Jan 8, 2014 at 2:12 PM

Re: Multiple SCM Plugin: commit trigger notify upon change, but do Jenkins should not update sources?

2014-01-13 Thread Mark Waite
M plugin may also be able to do that, and would probably allow you to see the commits in the "Recent Changes" portion of the job definition. However, that will probably be more complicated than adding a hook to each of your git repositories. Mark Waite On Mon, Jan 13, 2014 at 5:22 PM,

Re: git plugin: get a list of changed file names?

2014-01-14 Thread Mark Waite
could then use those SHA1 values for the diff calculation. Mark Waite On Tue, Jan 14, 2014 at 2:47 PM, Sam Lee wrote: > Hello, > > I have a build set up to use git plugin. > The build is paramatized to take any git revision (commit, branch, ..etc). > > During the build, I ne

<    1   2   3   4   5   6   7   8   9   10   >