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) Date: Wed, Apr 13, 2016 at 8:27 AM Subject: [JIRA] [git-client-plugin] (JENKINS-34203) Webpage for Git Client Plugin is empty To: Christopher Shannon <https://issues.jenk

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 Tyler. > > It's fixed now. > > -- > You

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 wrote: &g

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 wrote: > Here is the scenario... > > I have a windows mach

Re: call a Jenkins plugin from a pipeline

2016-04-25 Thread Mark Waite
r the Cobertura Plugin. Mark Waite On Mon, Apr 25, 2016 at 11:06 AM Jan Chaloupecky 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 if I can call some other Jen

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&source=web&rct=j&url=&ved=0ahUKEwj0mYfwyKzMAhUT52MKHbf0Cx0Q8TUIHDAA&usg=AFQjCNF1sHlk2z9QIx28jtvfnGP_UlkifA&sig2=cJSbSC2B

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 wrote: > > > On Tuesday, 26 April 2016 20:32:43 UTC+5:30, Mark Waite wrote: >> >> I did a "Jenkins in 5 minutes" tutorial video a few

Re: Jenkins v1.642.3

2016-04-27 Thread Mark Waite
t plugin. 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 wrote: > I am running Jenkins v.1642.3. I just saw the following in the Jenkins > log. Any idea was causes this and how it can be resolv

Re: Plugin change logs not being updated

2016-04-28 Thread Mark Waite
ki pages can 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 2

Re: Failed to connect to Github repository

2016-04-29 Thread Mark Waite
repository. If that 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

Re: Failed to connect to Github repository

2016-05-02 Thread Mark Waite
rName/repository_name) Mark Waite On Mon, May 2, 2016 at 12:25 PM Prasu S wrote: > Thank you Mark for quick response !!! I tried to connect github > repository from Jenkins windows machine using github credentials but no > luck. Here is the error: > > fatal: unable to access &q

Re: git versioning

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

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 Jenkins job for managing (f.e.

Re: Update remote Git repository with Jenkins

2016-05-11 Thread Mark Waite
sing is at least git 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 wrote: > Hi Mark, > > Yes. You mean this > <https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin> one

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 wrote: > Hi Mark, > > yes. I think the problem is not by the plugin :-) > > I recreated a new public key and

Re: GIT and Jenkins for dummies

2016-05-13 Thread Mark Waite
eet Singh's blog posting https://www.cloudbees.com/blog/using-git-jenkins None of those are exactly what you want, but they may be a good start. Mark Waite On Fri, May 13, 2016 at 6:18 AM David Montgomery wrote: > Hi, > > I am new do Jenkins 2 and finding configuring git my no stretch of the >

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

2016-05-13 Thread Mark Waite
es it for you as well? My upstream job was passing the parameter, then my downstream job was reading it as an environment variable, rather than as a job parameter. Mark Waite On Fri, May 13, 2016 at 12:54 PM Mark Bretl wrote: > Hi All, > > I have run into an issue with the Paramet

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 wrote: > Hi Mark, > > In my job, my upstream job was passing downstream the following using the > predefined parameter

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 wrote: > Hi, > > PS I

Re: Jenkins failing to load after plugin update

2016-05-16 Thread Mark Waite
Thanks very much for noting that! The same work around fixed my problem as well. Mark Waite On Mon, May 16, 2016 at 12:21 PM t3knoid wrote: > The problem appears to be a newer version of the Build Graph View Plugin > (v1.3): > > https://wiki.jenkins-ci.org/display/JENKINS/Buil

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 wrote: > Mark, > > I think I am with you that I was relying on the upstream job to inject the > variable, however, I am not following on how t

Re: Jenkins failed to Connect Bonobo Git Repository

2016-05-18 Thread Mark Waite
ternatives and their impact. Mark Waite On Wed, May 18, 2016 at 9:58 AM Baptiste Mathus 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 Files > (x86)\Jenkins\B

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 wrote: > Hi guys, > > I had python trouble. I want to compare two images using python in > Jenkins. > > When I added "import Image

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 wrote: > Must be use Dockerfile install? I used manually install in Jenkins > container. > > I tried to run command in

Re: Jenkins on AIX Installation

2016-05-28 Thread Mark Waite
, you should consider putting your master on one of the commonly used platforms (I prefer Debian or Ubuntu Linux), with a slave on the more specialized machines (like AIX or hp-ux or ...) Mark Waite On Sat, May 28, 2016 at 3:21 PM Baptiste Mathus wrote: > We used to do that some years

Re: deployment of multiple git branches

2016-05-31 Thread Mark Waite
with a few feature branches as necessary. Can you describe more about why you need multiple git repositories? Thanks, Mark Waite On Tue, May 31, 2016 at 5:04 AM Tomáš Bohuněk wrote: > What do you recommend for deployment of multiple git repository (one > project with few feature branches). Final a

Re: deployment of multiple git branches

2016-05-31 Thread Mark Waite
ou building your jar with maven, gradle, ant, or some other build tool? Mark Waite On Tue, May 31, 2016 at 5:46 AM Tomáš Bohuněk wrote: > Sorry for mistake. You are right. I have one single git repository (one > project) with a few feature branches. > > > On Tuesday, May 31, 2

Re: deployment of multiple git branches

2016-05-31 Thread Mark Waite
; >> I would like to deploy and run each jar file for each feature branch. >> >> Project is written in Java and JavaScript. Jar file is built by maven. I >> need to deploy somehow to one machine each of jar built from each feature >> branch. >> >> >>

Re: Jenkins + Git exception

2016-06-05 Thread Mark Waite
system will allow you to enter credentials once (from "Manage Jenkins" the "Credentials"), then reuse them for many jobs. Thanks, Mark Waite On Sun, Jun 5, 2016 at 4:37 AM Aviad Sharfshtein wrote: > Hi, > > I'm new to Jenkins, and trying to run it locally from m

Re: Sharing git repos amongst multibranch workspaces?

2016-06-05 Thread Mark Waite
rges between long-lived git branches. When I assign those types of options, I seem to also be required to assign a branch to be built, though I don't want that git "branch to be built" to merge between long-lived branches. Mark Waite On Sun, Jun 5, 2016 at 6:10 AM Jonathan del Strother

Re: Sharing git repos amongst multibranch workspaces?

2016-06-05 Thread Mark Waite
That's a great question about reusing the existing scm object, and it sounds like a great idea. Unfortunately, I'm not yet familiar enough with groovy to answer. Maybe other more experienced pipeline users will know the answer? Mark Waite On Sun, Jun 5, 2016 at 7:57 AM Jonathan de

Re: git is not set to %path% on Win7x32bit slave machine

2016-06-07 Thread Mark Waite
node), then it will have the user account PATH settings that were effective at the time the slave was started. Mark Waite On Tue, Jun 7, 2016 at 2:46 AM Beilin Zhong wrote: > Hi > > I encounter a Jenkins problem as below, anyone has idea about this? > > > > The Jenkins maste

Re: Getting started with Pipeline

2016-06-13 Thread Mark Waite
sts/Jenkinsfile . Thanks, Mark Waite On Mon, Jun 13, 2016 at 4:40 AM Sverre Moe wrote: > Pipelines with Jenkinsfile runs in a sandbox and thus you need to approve > certain functions. > Manage Jenkins -> In-process Script Approval > > > mandag 13. juni 2016 12.32.14 UTC+2 skrev Jer

Re: Getting started with Pipeline

2016-06-13 Thread Mark Waite
kout to a local branch which matches the branch name from the source repository. That capability was added in git plugin 2.4.3 as the implementation of https://issues.jenkins-ci.org/browse/JENKINS-33202 . Mark Waite On Mon, Jun 13, 2016 at 5:37 AM Jerry Steele wrote: > Thanks for the info

Re: Jenkins shows no changes between a failed build (with changes) and the successful build that follows

2016-06-15 Thread Mark Waite
ich will allow the plugin to always compute changes against a specific branch. I use that setting in those cases where I'm using a job to evaluate a proposed change to a base branch. Mark Waite > Thanks in advance for any suggestions! > > > -John > -- You received this

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

2016-06-15 Thread Mark Waite
https://updates.jenkins-ci.org/current/latest/ directory. Should I refer to a different location instead? 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, se

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

2016-06-15 Thread Mark Waite
Thanks! On Wed, Jun 15, 2016 at 6:14 AM Daniel Beck wrote: > > > On 15.06.2016, at 13:31, Mark Waite wrote: > > > > The structs plugin (structs.hpi) seems to be missing from the > current/latest directory at https://updates.jenkins-ci.org/current/latest/ > . >

Re: Syncing from multiple git repos

2016-06-16 Thread Mark Waite
to consider 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 wrot

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

2016-06-17 Thread Mark Waite
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: 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 wrote: > Works for me. What's your mirror on > http://mirrors.jenkins-ci.org/plugins/structs/1.2/structs.hpi?mirrorlist ? > > > On 17.06.2016, at

Using git publisher from a Jenkinsfile pipeline?

2016-06-19 Thread Mark Waite
y that would 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 subs

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

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: How to override the environment variables for Jenkins slave when adding new slave to the Jenkins master?

2016-06-23 Thread Mark Waite
s JDK versions, maven versions, and ant versions. If you still want to use your technique, then I've asked a few questions inside the script. Mark Waite On Thu, Jun 23, 2016 at 4:14 PM praveen kumar jogi < jogi.praveenkuma...@gmail.com> wrote: > Configured automatic slaves for couple jo

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

2016-06-26 Thread Mark Waite
e 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 you. Mark Waite > Regards, >

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 wrote: > This page is not showing any version information. Getting ‘blank pag

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

2016-06-26 Thread Mark Waite
orate 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 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. > My workflow is the

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-27 Thread Mark Waite
tween your environment (which prompts for a MAVEN_HOME) and mine (which does not)? Mark Waite On Mon, Jun 27, 2016 at 6:04 PM praveen wrote: > I've tried to install the maven automatically, But It was not working. > Jenkins master configuration is like this install - install maven > auto

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 have found a way >

Re: Git fetch intermittently fails

2016-06-28 Thread Mark Waite
Are you trying to clone a huge repo with JGit on the git server? If so, you might try cloning the same repo with command line git on the server. I don't recognize "Finding sources" or "Getting sizes" as common messages from command line git as a server. Mark Waite O

Re: Git fetch intermittently fails

2016-06-29 Thread Mark Waite
> > FYI. the following 'Additional Behaviours' are used in the job: > >- Clean before checkout >- Check out to a sub-directory >- Custom SCM name > > Best regards, > > Jérémie > > Le mardi 28 juin 2016 16:24:40 UTC-4, Mark Waite a écrit : >

Re: Git fetch intermittently fails

2016-06-29 Thread Mark Waite
'current directory'? > I believe there is some submodule processing by default in the git plugin. At least, there is a checkbox "Disable submodule processing" in the advanced submodule processing section of "Additional Behaviours". You could try that. Mark Waite

Re: Proper practice to migrate multi-configuration (matrix) job to pipeline job?

2016-06-30 Thread Mark Waite
nts, then loop over those values. Mark Waite On Thursday, June 30, 2016 at 1:02:18 AM UTC-6, Rick Liu wrote: > > I'm planing to migrate Jenkins1 multi-configuration (matrix) job to > Jenkins2 pipeline (-as-Code) approaches, > but it seems the pipeline job and multi-branch

Re: Jenkins plugins to push tags to git repo after successful builds

2016-06-30 Thread Mark Waite
The git plugin has the git publisher post build action which can publish a tag. On Thu, Jun 30, 2016 at 7:21 AM piyush joshi wrote: > Hi, > > Is there any Jenkins plugins to push a tag to a git repo after successful > build creation as a post build step. > > Thanks > Piyush Joshi > Phone No - 88

Re: Git branch names of the form "foo/bar" ares escaped to "foo%2Fbar"

2016-06-30 Thread Mark Waite
I suspect that is in the GitHub Organization Folder plugin. I was able to duplicate the behavior you described using the GitHub Organization Folder plugin, without using the Travis YML plugin. Mark Waite On Thu, Jun 30, 2016 at 3:43 PM Valentin Churavy wrote: > I am setting up a new Jenk

Re: Git Polling fails after upgrade

2016-06-30 Thread Mark Waite
. Your could roll back to Jenkins 2.10, or build from the latest source code. Mark Waite On Thu, Jun 30, 2016 at 9:20 PM Lionel Orellana wrote: > Hi, > > I just upgraded from 2.10 to 2.11 not expecting much to change but I'm > getting this error now in my git projects. > >

Re: Git Polling fails after upgrade

2016-06-30 Thread Mark Waite
You need to upgrade the workflow pipeline components in addition to the git plugin. The git workflow SCM step really belongs inside the git plugin, so we moved it there as part of git plugin 2.5.0. Mark Waite On Thu, Jun 30, 2016 at 9:40 PM Lionel Orellana wrote: > Thanks Mark. >

Re: Git Polling fails after upgrade

2016-06-30 Thread Mark Waite
You need to upgrade the workflow pipeline components in addition to the git plugin. The git workflow SCM step really belongs inside the git plugin, so we moved it there as part of git plugin 2.5.0. On Thu, Jun 30, 2016 at 10:55 PM Lionel Orellana wrote: > Not related to my original problem whic

Re: Multi-configuration project from parameters.

2016-07-04 Thread Mark Waite
Elastic axis plugin allows you to define a job which runs on all slaves which match a certain label. I use it to run certain jobs on all slaves. Mark Waite On Mon, Jul 4, 2016 at 5:14 PM Fred Clausen wrote: > Hello, > > We have a artifact cache cleaning job that uses the multi-config

Re: [git-client-plugin-master]

2016-07-05 Thread Mark Waite
ght take to identify and resolve problems I'm sure that is only a small beginning of the ways you can help. The Jenkins project is an especially nice place to help because your help can benefit many people. Thanks, Mark Waite On Mon, Jul 4, 2016 at 11:37 PM nadishka prabhashani < na

Re: Github Plugin is painful to use

2016-07-05 Thread Mark Waite
tches the user supplied naming criteria). It also has a PR tab in the mix, which I believe attempts to automatically create a new job for each pull request. Mark Waite On Tue, Jul 5, 2016 at 4:29 PM wrote: > Truly they are. > > "Every once in a while (it just happened to me rig

Re: java-client-api

2016-07-06 Thread Mark Waite
Was my earlier reply at https://groups.google.com/d/msg/jenkinsci-users/a7uOrwUdOII/iZnj_MrPAwAJ not enough for you? On Wednesday, July 6, 2016 at 6:25:52 AM UTC-6, nadishka prabhashani wrote: > > Hi, > I'm a student of University of Peradeniya in Sri Lanka. > I am new to open source contributio

Re: plugins upgrade breaks jenkins

2016-07-06 Thread Mark Waite
If you've installed git plugin 2.5.1, you need to update to 2.5.2. Git plugin 2.5.1 introduced a serious incompatibility for GitSCMSource API users. The incompatibility is fixed in git plugin 2.5.2. My apologies for that bug! Mark Waite On Wednesday, July 6, 2016 at 9:07:51 AM UTC-

Re: Jenkins still seeing deleted branches on GitHub

2016-07-06 Thread Mark Waite
We'll probably need more context to understand your problem. As far as I know, prune stale remote-tracking branches is generally well-behaved, at least in the contexts where I test it. Mark Waite On Tuesday, July 5, 2016 at 3:40:05 AM UTC-6, Marcelito de Guzman wrote: > > I have s

Re: Branch Indexing Hangs

2016-07-06 Thread Mark Waite
There is a bug report assigned to me which decodes a possible hang condition detected by Jesse Glick. Look there first On Wed, Jul 6, 2016, 2:29 PM Michael Irwin wrote: > I've got a multibranch project watching a git repo, currently configured > to poll the SCM. Running Jenkins in Docker (using

Re: plugins upgrade breaks jenkins

2016-07-06 Thread Mark Waite
different about your environment? Mark Waite On Wednesday, July 6, 2016 at 11:38:18 AM UTC-6, jo...@norricorp.f9.co.uk wrote: > > hi Mark, > I am actually running 2.5.2 of the git plugin - that was what I upgraded > to from 2.4.4. > John > > > -- You received this mes

Re: Branch Indexing Hangs

2016-07-07 Thread Mark Waite
ugin 2.0.0-beta1 and git-plugin 3.0.0-beta2 versions since they use JGit 4.3 (rather than JGit 3.7 as is used in the current git client plugin release). You might also read the JGit 4.3 source code to see if read timeouts are now implemented. Mark Waite On Thu, Jul 7, 2016 at 6:35 AM Michael Ir

Re: Ubuntu Stable repository contains v2.7

2016-07-07 Thread Mark Waite
As far as I can tell from checking the "stable" directories of http://mirrors.jenkins.io/ , Jenkins 2.7.1 LTS has released on all platforms. Don't know about the documentation update, but the code is available. I've updated Docker instances and my main server successfully.

Re: Global Tool Configuration - scripted

2016-07-08 Thread Mark Waite
ther? Are you switched from one version of git (or other command line dependency) to another? Mark Waite On Fri, Jul 8, 2016 at 1:30 PM Liora Milbaum wrote: > I frequently create Jenkins test environments. > Can I script to process of updating Global Tool Configuration? If the >

Re: Global Tool Configuration - scripted

2016-07-08 Thread Mark Waite
exploring and testing one variant or another. Thanks, Mark Waite On Fri, Jul 8, 2016 at 1:40 PM Liora Milbaum wrote: > I want my Jenkins test env created with tools configured by a script. > > > From: Mark Waite > Reply: jenkinsci-users@googlegroups.com > > Date: 8 July 2

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: 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 in available tab of jenkin

Re: trigger Jenkins build on git commit without using hook

2017-11-26 Thread Mark Waite
ue is better than polling. However, it is generally implemented as a post-receive hook in the git repository. The post-receive hook script is called when commits are pushed to the repository. Mark Waite On Sun, Nov 26, 2017 at 9:34 PM 'Pulkit Lall' via Jenkins Users < jenkinsci-users@

Re: Recommending for cleaning up old builds when multibranch pipeline is in use?

2017-11-28 Thread Mark Waite
/blob/eeac3d925dbb5723979bd87ecf6643d895e7c49b/Jenkinsfile#L8>, I use properties([[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', numToKeepStr: '7']]]) and it works great. I haven't tried it with declarative pipeline, but would be surprised if

Re: Return value from step (pipeline)

2017-11-30 Thread Mark Waite
development infrastructure can run findbugs as part of plugin continuous integration, and marks the build unstable when a findbugs warning is detected. Mark Waite On Thu, Nov 30, 2017 at 5:02 AM Ramanathan Muthaiah wrote: > Is it possible to capture the return value from pipeline step? >

Re: troubleshooting stash slowness

2017-12-14 Thread Mark Waite
nd with large files this demands considerable on-master resources, particularly CPU time. There's not a hard stash size limit, but between 5-100 MB you should probably consider alternatives. Mark Waite > The build environment is vsphere on an older mac pro, with some Mac VMs > for Xcode

Re: troubleshooting stash slowness

2017-12-14 Thread Mark Waite
e disc I/O capability on the master or the agent changed significantly? If you perform a smaller stash from the same workspace, does it perform significantly better? Are there competing processes which might be slowing throughput? Has the Jenkins memory use increased significantly? Mark Waite >

Re: Build is stuck at checout...really need help

2017-12-17 Thread Mark Waite
is performing the checkout? What is the next step after the checkout completes? Is that step stuck? Mark Waite On Sun, Dec 17, 2017 at 6:33 PM Ajay Kumar wrote: > > Hi, > > My build stuck at this step and not moving forward for some reason, not > able to trace as I am new to this. &g

Re: Weird bug in Calculate Changelog behavior

2017-12-21 Thread Mark Waite
build. I'm more accustomed to that field being used to define a common branch against which diffs are performed. Mark Waite On Thu, Dec 21, 2017 at 4:23 PM wrote: > Hi all- > > I'm using the "Calculate Changelog Against a Specific Branch" additional

Re: jenkins parallel streams with local files?

2017-12-22 Thread Mark Waite
The "stash" step stores files from a workspace. The "unstash" step retrieves previously stored stashes. Mark Waite On Fri, Dec 22, 2017 at 5:16 PM red 888 wrote: > My parallel steps need access to a local file in the workspace of the job. > But it seems they can acce

Re: ssh authentication in jenkins/jenkins:lts docker image hangs during clone

2017-12-23 Thread Mark Waite
that is not yet fixed. Mark Waite On Sat, Dec 23, 2017 at 2:37 AM Ozgur Cagdas wrote: > > Hi, > > > I am running a container created off jenkins/jenkins:lts docker image on > 64-bit Ubuntu 16.04.1 LTS and git poll and clone operations hang when I use > ssh authentic

Re: [multibranch] [bitbucket] Code push tells Jenkins, Jenkins doesn't build anything

2017-12-23 Thread Mark Waite
Thanks for detecting that. Have you considered proposing a pull request to the plugin help so that it will assist other users? Mark Waite On Fri, Dec 22, 2017 at 2:38 AM James Green wrote: > Solved! > > We had been using the "BitBucket Plugin" to receive the web hook &

Re: 404 Access denied after installation

2017-12-23 Thread Mark Waite
I think that message is suggesting that you have some other program already listening on port 8080 of that computer. I don't recall ever seeing a "Document not found" message from Jenkins. Mark Waite On Sat, Dec 23, 2017 at 4:35 PM wrote: > Hi, > > I'm just trying

Re: Revision to Jenkins Plugin page.

2017-12-24 Thread Mark Waite
submit a pull request to the GitHub repository containing the source for that page. See https://github.com/jenkins-infra/jenkins.io Mark Waite On Sun, Dec 24, 2017 at 3:19 PM Xander Harris wrote: > I found an error on the Jenkins Plugin Site and I'd like to submit a > correction,

Re: installed jenkins in Linux but not able to connect through browser

2017-12-25 Thread Mark Waite
ssfully as reported by the operating system? - What does the browser report when you attempt to connect? - Is the 'java -jar jenkins.war' command running? - Is something else listening on the port you were connecting from the browser? - Were there any messages which surprised you or seem

Re: How do I purge/clobber stashed files?

2017-12-27 Thread Mark Waite
ume (until proven otherwise) that multiple references to write to a stash of the same name would append to a single stash. Mark Waite On Wed, Dec 27, 2017 at 10:44 AM red 888 wrote: > Jenkins docs > <https://jenkins.io/doc/pipeline/steps/workflow-basic-steps/#code-stash-code-stash-some-fil

Re: Prevent using machine when Jenkins is running job

2017-12-28 Thread Mark Waite
Would it reduce the risk of use if you locked the screen of the computer while it is being used with a Jenkins job? I believe there are programs and scripts which will allow you to lock the screen and unlock it. Mark Waite On Thu, Dec 28, 2017 at 6:08 AM Long Tran wrote: > Hi all, > &g

Re: Jenkins on AIX

2017-12-28 Thread Mark Waite
overing all the interesting ways that the IBM JRE is enough different than the Oracle JRE that it affects Jenkins behavior. Mark Waite On Thu, Dec 28, 2017 at 6:07 AM Fancy Yendrembam wrote: > I am looking for a download package for AIX, can someone help me with the > information. > Thanks. &g

Re: Jenkins +gitlab encounters git code inconsistency.

2018-01-09 Thread Mark Waite
in a different job? - Does the bug persist if you copy the problem job to a new job name? - Does the bug appear with any other repository, or is it limited to a specific repository? Mark Waite On Tue, Jan 9, 2018 at 8:59 PM wrote: > hello everybody > > The problems I have encountered wit

Re: Mac Jenkins Can't Clone/fetch from GitHub

2018-01-11 Thread Mark Waite
sing is probably stored in ~/.ssh/id_rsa. That's the private key to use as the credential for that repository. If my guess of your meaning is incorrect, please provide more details of what you mean when you say "I have this configured this way as well". Mark Waite > > On S

Re: How to upload a file from Jenkins to Github Automatically using Java

2018-01-15 Thread Mark Waite
in-a-github-pullrequest-from-jenkins-jenkinsfile Mark Waite On Mon, Jan 15, 2018 at 3:32 PM Raju Arelli wrote: > Team, > > I have a requirement-- As soon the Jenkins build got completed, report > file should be uploaded into the Git repository. Can someone help me with > the st

Re: Multi-branch pipeline without Jenkinsfile in the repo?

2018-01-16 Thread Mark Waite
Pipeline. If you're ready to evaluate pull requests with Pipeline, I think you're ready to persuade the repository owners of the value of Jenkins Pipeline. Mark Waite > On Sunday, April 30, 2017 at 1:46:32 AM UTC+2, Mark Waite wrote: >> >> >> >> On Saturday,

Re: Master runs out of disk space because of Jenkins files and libraries loading

2018-01-19 Thread Mark Waite
hat is not needed for the pipeline library - Create a new git repository which uses "git lfs" instead of storing large files directly in the repository Thanks, Mark Waite > > *More details:* > > >1. I use Git plugin to load the Jenkins file >2. Lo

Re: [Jenkins][BlueOcean] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile

2018-01-21 Thread Mark Waite
required, and Groovy work is likely required. I think that compiling with JDK 9 won't be a concern until after running with JDK 9 is working and more issues are resolved. Mark Waite On Sun, Jan 21, 2018 at 6:17 AM Sorin Ionuț Sbârnea wrote: > While I can confirm that compilation wor

Re: A recent change (or bug) in either Docker and/or Jenkins is breaking most tutorials in the Jenkins User Documentation.

2018-01-21 Thread Mark Waite
that need further changes. If it is with LTS or an earlier weekly release, submit a bug report ( https://wiki.jenkins.io/display/JENKINS/How+to+report+an+issue ). Mark Waite On Sun, Jan 21, 2018 at 7:04 PM Giles Gaskell wrote: > Hi all, > > I recently saw someone raise this issue

Re: How to change default permissions of created jobs in Jenkins file system

2018-01-22 Thread Mark Waite
ny temptation to modify the job definition on the file system and shows current settings. Mark Waite On Mon, Jan 22, 2018 at 8:20 PM 黄涛 wrote: > Hi all, > > When I create a job(say *foo*), if I check the /jobs/ > directory all the jobs are created with the permission 750. > drwxr

Re: Jenkins REST API

2018-01-23 Thread Mark Waite
https://stackoverflow.com/questions/25661362/where-can-i-find-jenkins-restful-api-reference https://wiki.jenkins.io/display/JENKINS/Remote+access+API Mark Waite On Tue, Jan 23, 2018 at 8:26 PM wrote: > Jenkins Experts - > > I want to target the Jenkins REST API for some automation.

Re: Jenkins slave goes offline: caused by difference ins java verssion...java minor version?

2018-01-28 Thread Mark Waite
That difference in Java versions if not likely he cause of the agent going offline, Need to look elsewhere. Unfortunately, I don't have suggestions for other locations to look. Mark Waite On Sun, Jan 28, 2018 at 8:58 AM ABostonGal ABostonGal wrote: > Problem: Jenkins slave going off

Re: Multibranch Pipeline: Checkout hangs on git rev-list

2018-02-02 Thread Mark Waite
The JENKINS-45447 and JENKINS-47169 fix in git client plugin 2.7.0 and in git plugin 3.7.0 might be visible as a hang in `git rev-list`. Does that repository contain a large number of tags? If so, then be sure you're using the latest releases of git client plugin and git plugin. Mark Wait

<    5   6   7   8   9   10   11   12   13   14   >