Re: Syncing from multiple git repos

2016-06-16 Thread Mark Waite
er mirroring the repo more frequently. Git is quite efficient at only copying the new content, so a mirror process that runs every few minutes is probably no worse than Jenkins copying the content into a workspace. Thanks, Mark Waite On Thu, Jun 16, 2016 at 5:19 AM Milan Satpathy <satpathy.mila...@

Using git publisher from a Jenkinsfile pipeline?

2016-06-19 Thread Mark Waite
uld let me use the git publisher to push changes. A google search also did not show any obvious hints of ways I could use the git publisher. Are there examples that use the git publisher from a pipeline script? Thanks, Mark Waite -- You received this message because you are subscribed to

Re: Using git publisher from a Jenkinsfile pipeline?

2016-06-19 Thread Mark Waite
-examples/push-git-repo/pushGitRepo.Groovy Mark Waite On Sunday, June 19, 2016 at 9:02:10 AM UTC-6, Mark Waite wrote: > > I've been creating Jenkins jobs as tests of various bug fixes and storing > them in a git repository. Currently, the Jenkins jobs include the > definition of the

Re: structs plugin missing from https://updates.jenkins-ci.org/current/latest/ ?

2016-06-17 Thread Mark Waite
/structs.hpi (us, prio 100) Powered by MirrorBrain <http://mirrorbrain.org/> On Fri, Jun 17, 2016 at 6:06 PM Daniel Beck <m...@beckweb.net> wrote: > Works for me. What's your mirror on > http://mirrors.jenkins-ci.org/plugins/structs/1.2/structs.hpi?mirrorlist ? > > &

Re: Git fetch failure

2016-06-20 Thread Mark Waite
If it comes from a different node each time, then it may indicate that the server is overloaded with connections. If it comes from the same node each time, then it may indicate that node is being specifically rejected by the gitlab server. Mark Waite On Mon, Jun 20, 2016 at 12:33 PM Shannon

Re: structs plugin missing from https://updates.jenkins-ci.org/current/latest/ ?

2016-06-17 Thread Mark Waite
. Is a new release still propagating through the system? Mark Waite On Wednesday, June 15, 2016 at 6:17:58 AM UTC-6, Mark Waite wrote: > > Thanks! > > On Wed, Jun 15, 2016 at 6:14 AM Daniel Beck wrote: > >> >> > On 15.06.2016, at 13:31, Mark Waite wrote: >> > >

Re: testng's emailable-report.html loses its skin when view at Jenkins after upgrading to STS 1.625.3

2016-01-11 Thread Mark Waite
I think you're seeing the content security policy change in 1.625. Refer to https://wiki.jenkins-ci.org/display/JENKINS/Configuring+Content+Security+Policy for more information on the policy and ways you can relax the policy as needed for your use case. Mark Waite On Sun, Jan 10, 2016 at 10:58

Re: Get Emails When Jobs Don't Run

2016-01-15 Thread Mark Waite
a plugin and shared the plugin. Mark Waite On Fri, Jan 15, 2016 at 11:00 AM Bill Prin <wap...@google.com> wrote: > Hey, I posted this question on Stack Overflow but I didn't get an answer > yet. Trying here: > > > http://stackoverflow.com/questions/34798641/how-do-i-get-jenk

Re: Jenkins is now using embedded jetty

2016-01-13 Thread Mark Waite
to use the operating system package manager? Mark Waite On Wed, Jan 13, 2016 at 11:58 AM SamL <lopez@gmail.com> wrote: > Hello Folks, > > I am running into this issue with Jenkins 1.625.3 running on Ubuntu 14.04 > > Is there a work around to this issue? > > Than

Re: Git Plugin: updated password now cannot connect to repo

2016-01-14 Thread Mark Waite
-git-connection-over-ssh suggests that you might be able to use ~/.ssh/config to enable much more verbose logging. That might provide better hints to the root of the problem. Mark Waite On Thu, Jan 14, 2016 at 6:12 PM Jim Klo <jim.klo@gmail.com> wrote: > Hi, > > Over the l

Re: How to override the environment variables for Jenkins slave when adding new slave to the Jenkins master?

2016-06-27 Thread Mark Waite
environment (which prompts for a MAVEN_HOME) and mine (which does not)? Mark Waite On Mon, Jun 27, 2016 at 6:04 PM praveen <jogi.praveenkuma...@gmail.com> wrote: > I've tried to install the maven automatically, But It was not working. > Jenkins master configuration is like this install - i

Re: Using Git Credential Manager with Git for Windows.

2016-06-27 Thread Mark Waite
Not as far as I know. On Mon, Jun 27, 2016 at 7:51 PM Fred Clausen wrote: > Hello All, > > The Git for Windows distribution no longer uses the "store" or "winstore" > credential store so credentials in the form of a username/password pair > cannot be read from a file. I

Re: JDK Installer Groovy script

2016-06-27 Thread Mark Waite
Since Jenkins has an http server delivering content from the userContent directory, I configured the JDK download location to be the userContent directory of the Jenkins server. That allows me to keep the JDK download self-contained within the Jenkins server, without any scripting. Mark Waite

Re: How to override the environment variables for Jenkins slave when adding new slave to the Jenkins master?

2016-06-26 Thread Mark Waite
hoosing not to have Jenkins manage a tool if it is provided by the operating system (git, for example, is a common part of many Linux operating systems). In that case, you might use the operating system package management system to install the tool rather than having Jenkins install it for y

Re: Git+Client+Plugin

2016-06-26 Thread Mark Waite
://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin?a=b . I don't know the long term solution, but that was worked every time I've needed that page. Mark Waite On Sun, Jun 26, 2016 at 11:32 AM Ashish Yadav <ashish.ya...@firemon.com> wrote: > This page is not showing any version information

Re: Git Plugin not working as expected with Pull Request Notifier for Bitbucket

2016-06-26 Thread Mark Waite
bitbucket) would not be visible in the workspace after a "git fetch". Mark Waite On Sun, Jun 26, 2016 at 1:52 PM Alex Brodov <alex@gmail.com> wrote: > Hi, > > I have Jenkins 1.609, Git Plugin 2.4.4, Bitbucket v4.2.0, > and pull-request-notifier-for-bitbucket v.2.26. &g

Re: Jenkins Git Plugin Error

2016-02-06 Thread Mark Waite
instructions on the wiki page of the git plugin. Mark Waite On Sat, Feb 6, 2016, 4:08 PM Paulo Moreira <pmeste...@gmail.com> wrote: > > Paulo Moreira > to mark.earl.waite, nicolas.deloof > 1 day agoDetails > Dear Jenkins Masters, > > Sorry to bother you but I am strugguling to

Re: Jenkins Git Plugin Error

2016-02-08 Thread Mark Waite
tps or ssh or git). Refer to https://wiki.jenkins-ci.org/display/JENKINS/Credentials+Plugin for more information on credentials. Mark Waite On Mon, Feb 8, 2016 at 10:42 AM Paulo Moreira <pmeste...@gmail.com> wrote: > Hi Mark, > > Thank you for the anwser. > > Ok so I inst

Re: git plugin, git client plugin and git

2016-02-08 Thread Mark Waite
erence in my project configuration page. Here's the default: [image: Default-Git-executable.JPG] Here's the JGit case: [image: JGit-Git-executable.JPG] Mark Waite On Mon, Feb 8, 2016 at 1:38 PM Ashish Yadav <ashish.ya...@firemon.com> wrote: > Thanks for the clarification. How/where do I see th

Re: git plugin, git client plugin and git

2016-02-08 Thread Mark Waite
d line git implementation. There is a little more information on command line git vs. JGit at https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin#GitPlugin-WhyNotJGit . Mark Waite On Mon, Feb 8, 2016 at 11:58 AM Ashish Yadav <ashish.ya...@firemon.com> wrote: > I am running Jenkins LTS v1.609.3 on

Re: How to configure GIT/Gerrit with Jenkins

2016-02-11 Thread Mark Waite
on with the creators of that video. There are many other youtube videos, blog tutorials, stackoverflow answers which will help you learn more about Jenkins. Mark Waite On Thu, Feb 11, 2016 at 6:57 AM Naveen Ugraiah <naveen.ugra...@gmail.com> wrote: > Hello, > > I want to conf

Re: How do I get a Jenkins server to push bash code to a different server?

2016-02-01 Thread Mark Waite
ay/JENKINS/Building+a+matrix+project also describes multi-configuration jobs. Mark Waite On Mon, Feb 1, 2016 at 5:28 AM Kiran <catrinarain...@gmail.com> wrote: > If I have a single job that I want to run on many computers, that is a > multi-configuration job? > > -- > You re

Re: Jenkins Build queue on Label for newly added slave nodes

2016-01-28 Thread Mark Waite
Mark Waite On Thu, Jan 28, 2016 at 6:38 AM Satish Swargam <sswar...@gmail.com> wrote: > A Jenkins job was configured using a Label expression. There are several > builds queued up for the job with one running and have been adding slave > nodes to the label. Newly added slave n

Re: How do I get a Jenkins server to push bash code to a different server?

2016-01-28 Thread Mark Waite
ke it easy to configure a git server (at least Debian and Ubuntu do). Once you have your script in source control, then you configure the job to monitor the source repository and run if changes are detected to the script. Mark Waite On Thu, Jan 28, 2016 at 6:33 PM Kiran <catrinarain...@gmail.com

Re: git-plugin test cases running 5+ minutes

2016-01-21 Thread Mark Waite
in hopes of releasing fewer bugs with new versions of the plugin. I tend to execute single tests or single test classes from my IDE, and find the response time reasonable in that case. Of course, if you can find a way to assess the same conditions with faster tests, I'd love to have faster tests. Mark

Re: Jenkins Upgrade Installation Constraints and Risks

2016-01-23 Thread Mark Waite
Since you spent a long time on a single version, you should probably upgrade to a long term support version (currently 1.642.1) rather than to a weekly version. LTS versions have additional testing and tend to be supported longer (though none of them are supported for 5 years). Mark Waite

Re: Cannot autoinstall jdk 8 on my Jenkins, don't know JDK ID. Please help!

2016-01-26 Thread Mark Waite
Oracle download versions of JDK 8 were being broken unexpectedly. I finally surrendered and switched to hosting a local download location for the JDK. That has been quite reliable. Mark Waite On Tue, Jan 26, 2016 at 11:24 AM Matias Burni <matiasbu...@gmail.com> wrote: > Hola Victor!

Re: git clone error

2016-01-20 Thread Mark Waite
he network. It saves network time and can save disc space if you have multiple jobs cloning the same original repository. Mark Waite On Wed, Jan 20, 2016 at 6:28 AM Victor Martinez < victormartinezru...@gmail.com> wrote: > Timeout issue as you can see > > *09:40:08* ERROR: Timeout after 2

Re: Unable to do my first ever build in Jenkins (using git as the source control)

2016-02-13 Thread Mark Waite
You listed the directory which contains the git program (C:\Program Files\Git\bin) rather than the path to the git program (C:\Program Files\Git\bin\git.exe). At least, the output of the command says that it is trying to execute "C:\Program Files\Git\bin" as though it were a program.

Re: Unable to do my first ever build in Jenkins (using git as the source control)

2016-02-13 Thread Mark Waite
be "git", since some of your slaves may not be Windows. If you are running a slave and configured the git location incorrectly in the slave configuration, you will need to correct that. Mark Waite On Sat, Feb 13, 2016 at 6:43 PM ramagopr <kumar.gopa...@gmail.com> wrote: > Also hav

Re: Unable to do my first ever build in Jenkins (using git as the source control)

2016-02-14 Thread Mark Waite
016 at 1:11:47 PM UTC+11, ramagopr wrote: >> >> Thanks a ton Mark. I changed the path to include the git executable as >> suggested by you and it worked. >> >> all success now. >> >> regards, >> Ram >> >> On Sunday, February 14, 2016 a

Re: Label question

2016-03-09 Thread Mark Waite
Applying a version label is specific to the SCM plugin. Many SCM plugins include the ability to label (or tag) versions in a code base after a successful build. Mark Waite On Wed, Mar 9, 2016 at 8:52 AM Hector Magnanao <hector.magna...@sap.com> wrote: > Hi, I would like to apply

Re: Enhancing LocalBranch to support maven release builds

2016-03-18 Thread Mark Waite
It has been merged to the git plugin master branch. Next release will include the capability. On Sat, Mar 12, 2016 at 1:50 PM Michael Giroux wrote: > I posted this topic to the Jenkins Developers group ( >

Re: Git commit during build tricks scm scheduller

2016-03-14 Thread Mark Waite
rtain users" so that commits from the continuous integration server user do not trigger another build of the job. Look at the "git log" output from those commits and paste the name of the user as written in "git log" in the exclusion list. Thanks, Mark Waite On Mon, Ma

Re: How to whitelist the branches to be built upon git hook notification

2016-03-09 Thread Mark Waite
t for its simplicity in defining jobs easily from multiple branches of a repository. Mark Waite On Wed, Mar 9, 2016 at 1:25 PM Francois Marot <francois.ma...@gmail.com> wrote: > Hello all jenkins users, > > I'd like to have some advice on the best way to have a git hook triggering

Re: Label question

2016-03-09 Thread Mark Waite
You'd need to ether submit a pull request to the plugin with the implementation of the labeling, or you'd need to find someone to do that for you. You might also be able to negotiate with the plugin maintainer. Mark Waite On Wed, Mar 9, 2016 at 10:01 AM Hector Magnanao <hector.magna...@sap.

Re: Where can I drop a jar for it to be generally available to jenkins?

2016-04-08 Thread Mark Waite
The userContent directory on the Jenkins server serves content over http if that would help. On Fri, Apr 8, 2016 at 7:53 AM Guy Matz wrote: > Is there a magic directory I can put a jar for it to available to > Jenkins? Or - ugh - Do I need to put it in a plugin? > > Thanks!!

Re: jenkins git plugin sparse check out configuration is not saved.

2016-04-07 Thread Mark Waite
git plugin, 2.4.4, and the latest git client plugin, 1.19.6, and confirmed on a Windows 7 machine with git 2.8.0 that the sparse checkout settings are preserved across restart of the Jenkins server. Mark Waite On Thu, Apr 7, 2016 at 8:14 PM Andy Billy <fishwater...@gmail.com> wrote:

Re: Change GitSCM repository from a plugin

2016-03-19 Thread Mark Waite
plugin and the git client plugin, to see if there is a convenient programming interface. Since the repository address can be set from the user interface, there is likely a DataBoundConstructor and/or DataBoundSetter which can set the repository address and repository name. Mark Waite On Fri, Mar 18

Re: Change GitSCM repository from a plugin

2016-03-20 Thread Mark Waite
You might try the instructions at http://stackoverflow.com/questions/12799573/add-remote-via-jgit On Fri, Mar 18, 2016 at 7:14 AM IƱigo Telleria wrote: > Hi, > > I'm developing a Jenkins plugin which copies a job (template-job) and > changes some data. > > To do so, I've written

Re: Ability to show new repo commits after last build?

2016-03-22 Thread Mark Waite
There is no way that I know to show commits to the repository since the last build. The usual pattern is to start a build as soon as new commits are detected. Mark Waite On Tue, Mar 22, 2016 at 1:33 PM Kevin <kevinjmcga...@gmail.com> wrote: > may be overlooking somethi

Re: One CI job for 4 branches

2016-03-25 Thread Mark Waite
sers spend time deciding which branch provided the changes on each build. That's complicated and it is easy to be mislead by changes from one build to the next when the changes also include a switch from one branch to another. Mark Waite On Fri, Mar 25, 2016 at 10:52 AM Victor Martinez < vic

Re: WARNING: Caught exception evaluating: h.getRelativeLinkTo(job) in ...Reason: java.lang.NullPointerException java.lang.NullPointerException

2016-03-23 Thread Mark Waite
on the Jenkins server. You can check that by cloning from that same URL in an interactive environment. git clone insert_your_url_here Mark Waite On Wed, Mar 23, 2016 at 12:04 PM Sandra Gerberding < sandra.warmbr...@gmail.com> wrote: > Hi, > > I restart my Jenkins and after t

Re: TestNG plugin - no results displayed

2016-03-06 Thread Mark Waite
the master. If the clocks are not synchronized, you can install and configure time synchronization software (like ntp and ntpdate for Linux, FreeBSD, OpenBSD, HP-UX, AIX, etc., and similar programs for Windows). Mark Waite On Sun, Mar 6, 2016 at 10:16 PM Laxmi Rukka <klaxmi...@gmail.com> wrote: >

Re: TestNG plugin - no results displayed

2016-03-06 Thread Mark Waite
Refer to earlier postings on this thread. https://groups.google.com/d/msg/jenkinsci-users/La1kREcMg28/J81b6nN9-b0J Mark Waite On Sunday, March 6, 2016 at 10:19:52 PM UTC-7, Mark Waite wrote: > > "Last modified before this build started" may indicate that there is a > sig

Re: ERROR: Failed to push merge to origin repository

2016-03-02 Thread Mark Waite
In the job definition page, check that the "Advanced" section of the git repositories you're referencing have at least one of them whose "Name" is "origin". The default is "origin", but evolution of job definitions sometimes leaves a "Name" as

Re: Jenkins, Subversion plugin+ SVNKIT+ JVM garbage collection delay, leads to svn update failure.

2016-03-01 Thread Mark Waite
Java 7 has a try with resource syntax to reduce file handle leaks, but many Jenkins plugins support Java versions prior to Java 7. Jenkins on Linux has a file leak detection plugin that can help with the debugging. Unfortunately, that plugin does not work on Windows. Mark Waite On Tue, Mar 1

Re: Groovy library

2016-04-01 Thread Mark Waite
I (and other readers of the list) have seen your question. I don't have any insights to offer. On Fri, Apr 1, 2016 at 8:36 AM Guy Matz wrote: > Is anyone getting this? :-( > > On Thu, Mar 31, 2016 at 4:06 PM, Guy Matz wrote: > >> Anyone? Thanks again.

Re: checkout git repository with submodules with git plugin

2016-04-03 Thread Mark Waite
t least 18 months old. A Docker instance is available which allows you to test drive new Jenkins versions more easily. Mark Waite On Sun, Apr 3, 2016 at 1:43 AM Tidhar Klein Orbach <tizk...@gmail.com> wrote: > Hi, > > i'm trying to checkout a git repository with git submodules s

Re: checkout git repository with submodules with git plugin

2016-04-03 Thread Mark Waite
https://issues.jenkins-ci.org/browse/JENKINS-29243 may also be of interest. On Sun, Apr 3, 2016 at 5:03 AM Mark Waite <mark.earl.wa...@gmail.com> wrote: > Are you certain that your git version supports submodules? You didn't > mention the version of command line git you're using,

Re: Jenkins build invokes Git installation set up dialog multiple times

2016-04-04 Thread Mark Waite
Maybe you have configured git to install automatically? Look at the system configuration page under the git button. Mark Waite On Mon, Apr 4, 2016, 12:58 AM Ganesh Rao B <ganu...@gmail.com> wrote: > Hello , > > > I am Triggering Jenkins build with Git as my repository.

Re: Customize Jenkins Build History page

2016-04-04 Thread Mark Waite
If you need more context from the job page, you might look at the deception setter plug-in On Mon, Apr 4, 2016, 6:42 AM Daniel Beck wrote: > > On 04.04.2016, at 11:44, Victor Martinez > wrote: > > > My two cents > > AFAIU this is about the

Re: What is the best way to download all the Jenkins plugins along with their dependencies?

2016-04-04 Thread Mark Waite
-jar jenkins-cli.jar -s http://localhost:8080 install-plugin Sorry for directing towards something without testing it myself first! Mark Waite On Mon, Apr 4, 2016 at 5:42 PM Indra Gunawan (ingunawa) <ingun...@cisco.com> wrote: > Argument "SOURCE" is required > java -jar j

Re: Git Polling initiated by notifyCommit failing on remote since version 2.4.4

2016-03-31 Thread Mark Waite
client plugin 1.19.6. I confirmed that the referenced class is included in one of the jar files packaged with git client plugin 1.19.6. Have you been able to duplicate the problem on a fresh installation? Mark Waite On Thu, Mar 31, 2016 at 10:33 AM Michael Giroux <mlgir...@gmail.com> wrote: &

Re: Git Polling initiated by notifyCommit failing on remote since version 2.4.4

2016-03-31 Thread Mark Waite
Git plugin 2.4.0 requires at least git client plugin 1.18.0. Git plugin 2.4.4 requires at least git client plugin 1.19.6. Mark Waite On Thu, Mar 31, 2016 at 1:22 PM Michael Giroux <mlgir...@gmail.com> wrote: > Reverted Git Client to 1.18.0 and problem is resolved. The not

Re: Git Polling initiated by notifyCommit failing on remote since version 2.4.4

2016-03-31 Thread Mark Waite
t seems to have one or more modules compiled with jdk > 1.7. Perhaps one or more of the dependencies. Version 1.19.6 is throwing > class version errors in a JDK 1.6 jenkins. I did not see any mention of > this in docs, so I think this is an issue. > > Michael > > > On

Re: What is the best way to download all the Jenkins plugins along with their dependencies?

2016-04-01 Thread Mark Waite
If the goal is to download and install the plugins and their dependencies, you could use the jenkins-cli.jar file and make command line calls to Jenkins itself. I think it will then resolve the dependencies for you. Mark Waite On Fri, Apr 1, 2016 at 5:06 PM Ian Duffy <i...@ianduffy.ie>

Fwd: Webpage for Git Client Plugin is empty

2016-04-13 Thread Mark Waite
that change? Thanks, Mark Waite -- Forwarded message - From: chris.and.amy.shan...@gmail.com (JIRA) <nore...@jenkins-ci.org> Date: Wed, Apr 13, 2016 at 8:27 AM Subject: [JIRA] [git-client-plugin] (JENKINS-34203) Webpage for Git Client Plugin is empty To: <mark.earl.wa...@

Re: Webpage for Git Client Plugin is empty

2016-04-13 Thread Mark Waite
Thanks! On Wed, Apr 13, 2016 at 11:03 AM Daniel Beck wrote: > > On 13.04.2016, at 18:30, Daniel Beck wrote: > > > Cache weirdness, I think: > > https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin?foo > > > > Not sure how to fix though, I'll ask

Re: call a Jenkins plugin from a pipeline

2016-04-25 Thread Mark Waite
or the Cobertura Plugin. Mark Waite On Mon, Apr 25, 2016 at 11:06 AM Jan Chaloupecky <jan.chaloupe...@gmail.com> wrote: > Hello, > I have a Jenkinsfile in my project that triggers different build steps > from checking out the sources through testing/building my project. I would > like to know

Re: Plugin change logs not being updated

2016-04-28 Thread Mark Waite
be edited by anyone with a login, when you detect a changelog is missing from a plugin that is important to you, you could review the github commits and provide a changelog entry to meet your needs and to help others who may be searching a changelog entry. Thanks, Mark Waite On Tue, Apr 26, 2016 at 7:26

Re: Failed to connect to Github repository

2016-04-29 Thread Mark Waite
bug is the problem, you could enable the JGit implementation (using "Manage Jenkins" -> "Configure System" -> "Git" -> "Add Git") and try the JGit implementation from your Jenkins running as a Windows service. Thanks, Mark Waite On Fri, Apr 29, 2

Re: Jenkins v1.642.3

2016-04-27 Thread Mark Waite
Configure the job, and change the repository browser back to the type that you want. Mark Waite On Wed, Apr 27, 2016 at 12:20 PM Ashish Yadav <ashish.ya...@firemon.com> wrote: > I am running Jenkins v.1642.3. I just saw the following in the Jenkins > log. Any idea was causes this and

Re: Tutorial on Jenkins - Git Setup

2016-04-26 Thread Mark Waite
I did a "Jenkins in 5 minutes" tutorial video a few years ago. It may help you a little with simple startup. https://www.google.com/url?sa=t=web=j==0ahUKEwj0mYfwyKzMAhUT52MKHbf0Cx0Q8TUIHDAA=AFQjCNF1sHlk2z9QIx28jtvfnGP_UlkifA=cJSbSC2BqVHasjPL00F5JA Mark Waite On Tue, Apr 26, 2016, 8:4

Re: Tutorial on Jenkins - Git Setup

2016-04-26 Thread Mark Waite
Use a Google search for Jenkins in five minutes. Should find the video on YouTube On Tue, Apr 26, 2016, 9:14 AM Kaushal Shriyan <kaushalshri...@gmail.com> wrote: > > > On Tuesday, 26 April 2016 20:32:43 UTC+5:30, Mark Waite wrote: >> >> I did a "Jenkins in 5 min

Re: ImportError No module named Image in Jenkins

2016-05-24 Thread Mark Waite
s far as I can tell, that means the PIL module is not available in the docker image named "jenkins". Mark Waite On Tue, May 24, 2016 at 4:25 PM Cherry Tsai <che...@honixtech.com> wrote: > Must be use Dockerfile install? I used manually install in Jenkins > container. >

Re: ImportError No module named Image in Jenkins

2016-05-23 Thread Mark Waite
to http://askubuntu.com/questions/156484/how-do-i-install-python-imaging-library-pil Mark Waite On Sun, May 22, 2016 at 11:44 PM Cherry Tsai <che...@honixtech.com> wrote: > Hi guys, > > I had python trouble. I want to compare two images using python in > Jenkins. >

Re: Update remote Git repository with Jenkins

2016-05-11 Thread Mark Waite
Rather than preform the got fetch in a shell script, you will have better luck with the git plugin. It allows you to define the repository and credentials, then it does the work On Tue, May 10, 2016, 11:18 PM Daniel Koch wrote: > Hi, > > I want to setup a simple

Re: Update remote Git repository with Jenkins

2016-05-11 Thread Mark Waite
version 1.7.10. Versions older than 1.7.10 don't supoprt authentication with the git plugin. Mark Waite On Wed, May 11, 2016 at 10:35 AM Daniel Koch <daniel.koch...@gmail.com> wrote: > Hi Mark, > > Yes. You mean this > <https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin

Re: Update remote Git repository with Jenkins

2016-05-11 Thread Mark Waite
Jenkins credentials work on slaves as well on master. The same credentials are used on master and on all slaves. Mark Waite On Wed, May 11, 2016 at 2:24 PM Daniel Koch <daniel.koch...@gmail.com> wrote: > Hi Mark, > > yes. I think the problem is not by the plugin :-) > &

Re: Jenkins 1.651.2: Parameterized Trigger Plugin Not Passing Parameters To Downstream Job

2016-05-16 Thread Mark Waite
parameterized because anyone who starts the job must provide a value for that parameter. Mark Waite On Mon, May 16, 2016 at 11:44 AM Mark Bretl <mark_br...@hotmail.com> wrote: > Mark, > > I think I am with you that I was relying on the upstream job to inject the > varia

Re: Jenkins 1.651.2: Parameterized Trigger Plugin Not Passing Parameters To Downstream Job

2016-05-13 Thread Mark Waite
parameter. When I changed the downstream job to explicitly accept the parameter, then it worked as expected. Mark Waite On Fri, May 13, 2016 at 3:11 PM Mark Bretl <mark_br...@hotmail.com> wrote: > Hi Mark, > > In my job, my upstream job was passing downstream the following using t

Re: GIT and Jenkins for dummies

2016-05-14 Thread Mark Waite
Did you use the credentials link on the administer Jenkins page to tell Jenkins your ssh private key? After that, dogs you choose that credential for your fit repository from the job definition page? Mark Waite On Sat, May 14, 2016, 2:09 AM David Montgomery <davidmontgom...@gmail.com>

Re: Jenkins failed to Connect Bonobo Git Repository

2016-05-18 Thread Mark Waite
of the alternatives and their impact. Mark Waite On Wed, May 18, 2016 at 9:58 AM Baptiste Mathus <m...@batmat.net> wrote: > Seems like Git is probably just not in the PATH. > > > used by: java.io.IOException: Cannot run program > "git.exe" (in directory "C:\Program F

Re: git versioning

2016-05-04 Thread Mark Waite
and run of unit tests always happens on the latest git version first. Mark Waite On Wed, May 4, 2016 at 2:19 PM <mol...@unavco.org> wrote: > Hello, > > I have run into some issues with the Jenkins git plugin. I ran into the > following error. > Failed to connect to repository

Re: How can I write job script and load it to jenkins to work ?

2016-04-14 Thread Mark Waite
With a freestyle job, there is a checkbox in the job definition which will allow you to "Restrict where this project can be run". Couldn't you change that from either a REST call or from a Selenium script? Mark Waite On Thu, Apr 14, 2016 at 12:55 PM Chris Knowlton <cknowlt...@gma

Re: How to run jenkins jobs in particular windows user context

2016-04-18 Thread Mark Waite
One way would be to run a slave for each context, assign a different label to each slave, then restrict the jobs to slaves which have the specific label for that context. Mark Waite On Mon, Apr 18, 2016, 4:48 PM pratap Ghosh <sweetprata...@gmail.com> wrote: > Here is the scenario

Re: Exact permissions required for Github Organization plugin?

2016-07-25 Thread Mark Waite
Step 5 at https://hub.docker.com/r/jenkinsci/pipeline-as-code-github-demo/ says "Configure a personal access token with these scopes: repo:status and public_rep" Is that what you're seeking? Mark Waite On Mon, Jul 25, 2016 at 4:06 PM Greg Smith <smithgcov...@gmail.com> wrote:

Re: include regions and exclude regions in jenkins

2016-07-26 Thread Mark Waite
to be launched that you think should not be launched? 4. Are you using commit hooks (or web hooks)? 5. If using commit hooks or web hooks, are you passing the identifier of the commit (in git, the SHA1)? 6. Have you found any cases where include regions work as you expect? Mark Waite On Tue

Re: How to prevent Git plugin from setting GIT_BRANCH to origin/pull-requests/*

2016-07-14 Thread Mark Waite
That refspec seems to be mentioned in the Stash pull request builder plugin documentation. You might dig deeper there. https://wiki.jenkins-ci.org/display/JENKINS/Stash+pullrequest+builder+plugin#Stashpullrequestbuilderplugin-BuildingthemergeofSourceBranchintoTargetBranch Mark Waite On Thu

Re: Enabling Windows long path support in Git plugin

2016-07-25 Thread Mark Waite
mistaken. Mark Waite On Mon, Jul 25, 2016 at 11:42 AM Simon Richter <simon.rich...@hogyros.de> wrote: > Hi, > > I'm trying to check out Boost, which has a file with a fairly long file > name, so the checkout fails on Windows. This could be fixed apparently > by setting the git s

Re: Failed to connect to repository : Could not init /tmp

2016-07-25 Thread Mark Waite
Jenkins version 2 simplifies the configuration experience by adding a new section called "Global Tool Configuration" from the "Manage Jenkins" page. You'll find the git configuration there. Mark Waite On Mon, Jul 25, 2016 at 8:19 AM Vinay KR <vinaykr1...@gmail.com&

Re: Enabling Windows long path support in Git plugin

2016-07-25 Thread Mark Waite
Sorry, no way that I can detect to force longpaths to be enabled other than by configuring the git installation to have longpaths enabled (git config --system). The Jenkins git client plugin does not have any global override for the system setting of longpaths. Mark Waite On Mon, Jul 25, 2016

Re: scm.gitTool in Jenkinsfile

2016-07-28 Thread Mark Waite
uot; git scm.gitTool and see if that has the desired affect. Mark Waite On Thu, Jul 28, 2016 at 12:48 AM Nigel Magnay <nigel.mag...@gmail.com> wrote: > The host it builds on is not under my control. > > Is manipulating fields in scm not supposed to work? > > > On Thursday,

Re: scm.gitTool in Jenkinsfile

2016-07-27 Thread Mark Waite
Have you tried configuring your git executable to be "git" rather than "/usr/bin/git"? That's what I've used in multi-platform environments and it has worked well for me. Mark Waite On Wed, Jul 27, 2016 at 1:57 PM Nigel Magnay <nigel.mag...@gmail.com> wrote:

Re: Java 8 build are failing... please help..

2016-07-27 Thread Mark Waite
http://stackoverflow.com/questions/23442621/ant-class-not-found-javac1-8 seems to hint that the Ant version you're using may not be compatible with Java 8. Mark Waite On Wed, Jul 27, 2016 at 2:42 PM Prasu S <s.pr...@gmail.com> wrote: > We are planning to migrate to Jboss 6. . I inst

Re: git included/excluded regions not working with pipeline jobs

2016-07-21 Thread Mark Waite
There is a bug report noting that pipeline jobs don't honor the ignore paths. https://issues.jenkins-ci.org/browse/JENKINS-36836 Mark Waite On Thu, Jul 21, 2016 at 2:16 PM Mike Rooney <mroo...@gmail.com> wrote: > Hello there! > > We've got some Pipeline jobs that are using &

Re: Git plugin notifyCommit url = localhost does not match jobs

2016-07-22 Thread Mark Waite
with the url parameter of the notifyCommit request. Mark Waite On Fri, Jul 22, 2016 at 3:54 PM Michael Giroux <mlgir...@gmail.com> wrote: > I have configured Jenkins job to use git url: > http://stash.server/scm/prj/repo.git > > Our repositories reside in Stash, and using

Re: Is there any Jenkins plugin available to get all the active branches in a Bitbucket cloud repository?

2016-07-29 Thread Mark Waite
an inclusion list, then creates a folder for each repository, and jobs for each matching branch in each repository. It also seems to automatically configure a pull request builder for each of the repositories, so that pull requests are automatically evaluated, with the results of the pull request

Re: Jenkins v2.15 with Git plugin v2.5.2

2016-07-29 Thread Mark Waite
Have you considered copying that job into two jobs, one that builds the DEV branch, and one that builds the parameterized branch? On Friday, July 29, 2016 at 12:58:24 AM UTC-6, Antonio Hernandez wrote: > > Hi there, > I'm living a nightmare because Git plugin behaviour. I have a proyect with >

Re: Git Polling fails after upgrade

2016-08-11 Thread Mark Waite
. Mark Waite On Wed, Aug 10, 2016 at 5:34 PM Tecno Brain <cerebrotecnolog...@gmail.com> wrote: > It also seems related to this > https://issues.jenkins-ci.org/browse/JENKINS-36249 > But without the UI, how do I change the plugin being used? > > > > On Wednesday, August 1

Re: Publishing git tags from pipeline

2016-08-09 Thread Mark Waite
https://issues.jenkins-ci.org/browse/JENKINS-28335 discusses the request to publish tags and commits from workflow. Mark Waite On Tue, Aug 9, 2016 at 10:40 AM Rob Oxspring <roxspr...@gmail.com> wrote: > Hi, > > I'm using an uptodate Jenkins 2.7.2 and trying to use the new pi

Re: Pipelines, github fork models and the Jenkinfile

2016-08-13 Thread Mark Waite
with it? Mark Waite On Sat, Aug 13, 2016 at 9:32 AM Arvind Jayaprakash <w...@anomalizer.net> wrote: > I seem to have developed a love/hate relationship with Jenkins 2.x > pipelines and some of the concepts that it imposes. Hence, I'd like to hear > how best operate in the new world

Re: [Git-Plugin] notifyCommit not matching local (windows) repository

2016-08-12 Thread Mark Waite
MSource API (the git implementation of the SCM API). In my case, I have at least one job that is polling, without using the SCM API. The URL in your job definition needs to match the URL in your notifyCommit URL. Are they the same (at least in the portion prior to any arguments)? Mark Waite On Fri, Aug

Re: Issues with Git plugin and Bitbucket

2016-08-13 Thread Mark Waite
al instead of your user name and password? Mark Waite On Sat, Aug 13, 2016 at 4:50 PM Daniel Guisinger <dguisin...@gmail.com> wrote: > Sorry Mark, thats exactly what i was doing. > Like I said, it works the instant I mark the repository public, and the > credentials drop dow

Re: Issues with Git plugin and Bitbucket

2016-08-13 Thread Mark Waite
Unfortunately, you've exhausted my guesses. You might try ssh protocol instead of https? Mark Waite On Sat, Aug 13, 2016 at 5:22 PM Daniel Guisinger <dguisin...@gmail.com> wrote: > Just tried that, it didn't work either :( > > Started by user Dan Guisinger <http://jenkins.op

Re: [Git-Plugin] notifyCommit not matching local (windows) repository

2016-08-12 Thread Mark Waite
If you're using command line git, you might try /D/Repositories/Project. That syntax may work on the same machine which hosts the repository. That won't work for an agent running on a different machine, or a Jenkins server hosted on a different machine. If you need to use agents which are not

Re: Multi-branch pipeline clone problem

2016-07-20 Thread Mark Waite
n add "JGit" as one of the git implementations. Mark Waite On Wed, Jul 20, 2016 at 12:24 PM Michal Medvecky <medve...@pexe.so> wrote: > Hello, > > > I have set up a multi-branch pipeline job and trying to run Branch indexing. > It does not work, with this result: > > Sta

Re: Multi-branch pipeline clone problem

2016-07-20 Thread Mark Waite
On Wed, Jul 20, 2016 at 1:35 PM Michal Medvecky <medve...@pexe.so> wrote: > On Wed, Jul 20, 2016 at 9:11 PM, Mark Waite <mark.earl.wa...@gmail.com> > wrote: > >> Since the stack trace includes a reference to JGit, you might try >> switching your freestyle job tha

Re: Gitlab plugin issue in jenkin version 1.554.1

2016-07-15 Thread Mark Waite
That is a very old version. The current git plugin shots not support that old version. Use a newer version On Fri, Jul 15, 2016, 12:15 AM Sushmitha Rai wrote: > Hi, > > I have installed jenkin version 1.554.1 which i will be using. But GitLab > plugin was not available

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