Re: Nodes via Headless WebStart: Unable to checkout git repository using credentials

2018-05-02 Thread Mark Waite
believe that most Jenkins agents are not run from a controlling terminal. I think it is uncommon to launch a long-running process like a Jenkins agent from a controlling terminal. Mark Waite On Wed, May 2, 2018 at 8:49 AM Jannis Achstetter < jannis.achstet...@schneider-electric.com> wrote:

Re: Nodes via Headless WebStart: Unable to checkout git repository using credentials

2018-05-02 Thread Mark Waite
/slave-agent.jnlp -secret SECRET There is a Java property that attempts to force that behavior. For compatibility purposes, that property defaults to false. You should be able to set it to true with the additional argument: -Dorg.jenkinsci.plugins.gitclient.USE_SETSID=true Mark Waite On Wed, May

Re: Forbidden hudson.plugins.git.UserRemoteConfig/checkUrl on this server

2018-04-30 Thread Mark Waite
to that file system by SELinux? Is the file system hosting the Jenkins installation mounted read-only? If you execute `java -jar jenkins.war -httpPort 23456` on that computer as a different user can you configure a job that uses git? Mark Waite On Mon, Apr 30, 2018 at 4:15 AM 'sstraakenbroek' via

Re: Visual Studio Environment

2018-04-26 Thread Mark Waite
That was my experience as well. It has been a long time since I worked with Visual Studio based build projects, but all the projects I did seemed to require a prior call to the environment setting script. Mark Waite On Thu, Apr 26, 2018 at 8:40 AM <msm...@autologue.com> wrote: >

Re: Forbidden hudson.plugins.git.UserRemoteConfig/checkUrl on this server

2018-04-26 Thread Mark Waite
Check the ownership and permissions of the directories and files inside the JENKINS_HOME directory. If they cannot be written by the user running the Jenkins java process, that would probably cause the type of failure message you're reporting. Mark Waite On Thu, Apr 26, 2018 at 6:34 AM

Re: Old bugs / plugin maintenance / ownership

2018-04-25 Thread Mark Waite
ject wants your help <https://jenkins.io/blog/2017/08/23/pull-requests-and-more/> . Mark Waite On Wed, Apr 25, 2018 at 8:07 AM Olivier Vernin <verni...@gmail.com> wrote: > It's a good idea and there were some discussions to organise such > initiatives. > You should

Re: Question on behaviour of workflow-multibranch-plugin when building pull requests

2018-04-18 Thread Mark Waite
Git for Windows honors the Windows limit of 256 characters for a full path. A workaround is described at https://stackoverflow.com/questions/22575662/filename-too-long-in-git-for-windows . Mark Waite On Wed, Apr 18, 2018 at 9:28 AM < christian.beushau...@continental-corporation.com>

Re: Jenkins Vulnerability Scan

2018-04-18 Thread Mark Waite
s. Are you running new enough versions of the plugins listed in those advisories? Mark Waite > Thanks, > Eric > > On Tue, Apr 17, 2018 at 2:36 PM, Mark Waite <mark.earl.wa...@gmail.com> > wrote: > >> Your mail doesn't tell us what security vulnerability is believed to

Re: How can i do a reset with GitSCM?

2018-04-17 Thread Mark Waite
There is a strategy called "OURS" and a strategy called "RECURSIVE_THEIRS". Will either of those do what you want? Mark Waite On Tue, Apr 17, 2018 at 5:51 PM red 888 <fakemailred...@gmail.com> wrote: > I want to merge a branch into the current one but reset the cu

Re: Jenkins Vulnerability Scan

2018-04-17 Thread Mark Waite
Your mail doesn't tell us what security vulnerability is believed to exist. Can you explain further what the report means and what you believe should be done? Mark Waite On Tue, Apr 17, 2018, 9:02 AM Eric Fetzer <eric.fet...@gmail.com> wrote: > No one has any ideas about th

Re: Jenkins not running on apache server

2018-04-14 Thread Mark Waite
Jenkins does not support jdk 10. Use jdk 8. Mark Waite On Fri, Apr 13, 2018, 5:11 PM Vikas Gupta <vikas000gu...@gmail.com> wrote: > Hi all, > I am getting the below error while starting the tomcat server , trying to > run jenkins on tomcat server, how do i troubleshoot this

Re: jenkins docker images

2018-04-13 Thread Mark Waite
and a few scripts that help me test the Jenkins git plugin. Mark Waite On Fri, Apr 13, 2018 at 6:33 AM Jens Löök <jee...@gmail.com> wrote: > I'm looking at setting up Jenkins running in a docker container, I know > that there are tons of information just a google search away but there

Re: (Git plugin) Build trigger when branch is deleted in GitHub?

2018-04-12 Thread Mark Waite
webhooks are notifying Jenkins of a branch deletion, that seems like a good thing, not a bad thing. Mark Waite On Thu, Apr 12, 2018 at 2:26 PM Alejandro Villarreal <a...@alexvy86.com> wrote: > I noticed that the github service/integration for the Jenkins Git Plugin > <https://wiki.jen

Re: Checkout code to remote machine

2018-04-12 Thread Mark Waite
See https://jenkins.io/doc/ for the documentation. On Thu, Apr 12, 2018 at 7:10 AM Ganesh MN wrote: > Hi All, > > I am new to Jenkins. I got a requirement to setup CICD using jenkins for > my project. > As per the requirement I have to setup jenkins in one system

Re: is there an equivalent plugin for GitLab as "github-organization-folder"?

2018-04-11 Thread Mark Waite
I don't know why the author has chosen to not submit that plugin to the Jenkins update center. You may want to ask the author. Mark Waite On Wed, Apr 11, 2018 at 10:49 AM Qiang <mumay...@gmail.com> wrote: > Thanks for the quick response! > > My only concern is that the plugin is

Re: is there an equivalent plugin for GitLab as "github-organization-folder"?

2018-04-11 Thread Mark Waite
17/scm-api-2/> says "The functionality of this plugin has been migrated to the GitHub Branch Source plugin." Since Gitlab Branch Source Plugin is modeled after the GitHub Branch Source Plugin, it seems like a good place to start. Mark Waite On Wed, Apr 11, 2018 at 9:51 AM Qiang <mu

Re: pipline create UI

2018-04-10 Thread Mark Waite
On Tue, Apr 10, 2018 at 6:40 AM Sakitha Nawodana < sakithanawodan...@gmail.com> wrote: > Dear team, > Is their any stable UI can used for create pipelines instead of blueocean > UI, using method like drag and drop? > No. > Thanks > sakitha > > -- > You received this message because you are

Re: Blue ocean new plugin create

2018-04-10 Thread Mark Waite
ng on Blue Ocean team members. There are companies that sell products based on Jenkins and companies that sell support for Jenkins. Those companies are mentioned on the Jenkins wiki at https://wiki.jenkins.io/display/JENKINS/Commercial+Support (including my employer, CloudBees). Mark Waite >

Re: Are you recommend to use blueOcean,when creating pipeline

2018-04-10 Thread Mark Waite
very Jenkins capability. Blue Ocean is a great user interface. If there is some reasont that it does not meet your specific needs, you can always use the regular user interface. Mark Waite > we appreciate to your help to resolved the issues ASAP and quick > response . &g

Re: what is the statue of blueocean release ? alpha or beta

2018-04-10 Thread Mark Waite
Blue Ocean as well. Refer to https://jenkins.io/doc/developer/publishing/releasing-experimental-updates/ for more information about the experimental update center if you want to try and alpha or a beta release. Mark Waite On Tue, Apr 10, 2018 at 3:37 AM Nalakajayaruwan Kulasekara < nalakajayaru

Re: Run one pipeline script on all nodes?

2018-04-08 Thread Mark Waite
On Sunday, April 8, 2018 at 8:07:03 AM UTC-6, Mark Waite wrote: > > > On Sun, Apr 8, 2018 at 4:05 AM 'Sandra Parsick' wrote: > >> Hello Mailinglist, >> >> is it possible to run a pipeline script on all Jenkins nodes? >> >> > It depends what you m

Re: How to change the current workspace in a pipeline script?

2018-04-08 Thread Mark Waite
step/#code-ws-code-allocate-workspace See also https://stackoverflow.com/questions/43627358/how-to-set-specific-workspace-folder-for-jenkins-multibranch-pipeline-projects and https://stackoverflow.com/questions/43577139/what-does-a-ws-block-do-in-jenkins Mark Waite > My naive approach is

Re: Run one pipeline script on all nodes?

2018-04-08 Thread Mark Waite
the list. I haven't done that yet (still using Elastic Axis and platformlabeler), but I think it should be possible. Mark Waite > Thanks and best regards, > > Sandra > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users"

Re: Multiple reference repository locations

2018-04-07 Thread Mark Waite
lso as an aside, what happens if a build is fetching from a reference > repo while the reference repo itself is fetching updates? > Command line git has locking mechanisms that update the object store before updating the index. It should handle that case. Mark Waite > -- > You

Re: Caused by: java.io.IOException: No suitable implementation found: os.name=NONSTOP_KERNEL os.arch=x86_64N sun.arch.data.model=32

2018-04-03 Thread Mark Waite
there are any other installations on NONSTOP. If you need that support, and you have access to that hardware, you're the best candidate to submit pull requests to support that environment. Mark Waite On Tue, Apr 3, 2018 at 10:37 AM Meenal <minal.deshmukh...@gmail.com> wrote: > Thank you Mark. &g

Re: Caused by: java.io.IOException: No suitable implementation found: os.name=NONSTOP_KERNEL os.arch=x86_64N sun.arch.data.model=32

2018-04-03 Thread Mark Waite
is not Windows, not AIX, and not Solaris. If you can't install a workable version of the "top" command, then you may need to submit a pull request to add support for NONSTOP. Thanks, Mark Waite On Tue, Apr 3, 2018 at 8:55 AM Meenal <minal.deshmukh...@gmail.com> wrote: > Hello, &

Re: Switching from running Jenkins as service to manual start

2018-04-03 Thread Mark Waite
Find the Jenkins HOME directory used by your service, then copy the contents of that home directory to the Jenkins HOME directory you're using with the new configuration. Mark Waite On Tue, Apr 3, 2018 at 2:54 AM Heider <heinz.dresb...@polarion.com> wrote: > Hi all, > > ag

Re: what is the significance of selecting 'Permanent Agent' option as we create a node for a jenkins master ? why does it make us select that option?

2018-04-01 Thread Mark Waite
361315.n4.nabble.com/What-is-a-permanent-agent-or-slave-server-when-discussing-Jenkins-td4835236.html Mark Waite On Sun, Apr 1, 2018 at 2:32 PM bharat gade <bharatg...@gmail.com> wrote: > I am no getting about why we are selecting a Permanent Agent ? any reason? > and Description about

Re: Trend Graph

2018-03-29 Thread Mark Waite
if Pipeline) to report warnings. Mark Waite On Thu, Mar 29, 2018 at 12:26 PM Dan <daniel.faie...@remcom.com> wrote: > Jenkins uses a trend graph to display things like failed unit tests or > compilation warnings as a function of build number. Is there a way to > suppress only the first bu

Re: Could not add HP-ux machine as slave in jenkins

2018-03-23 Thread Mark Waite
; > You'll need a JDK 8 running on HP-UX 10.20. Considering the long-ago end of support for HP-UX 10.20, I'm not sure how likely you will be to find an HP-UX 10.20 version of JDK 8. As far as I can tell from web searches, HP-UX 10.20 ended support 15 years ago. Mark Waite > > On Tuesda

Re: Error: Invalid or corrupt jarfile jenkins.war

2018-03-22 Thread Mark Waite
agent plugin" to launch an agent on your nonstop machine. Considering the cost per CPU cycle of a nonstop machine, I would think you'd want to do that anyway. Mark Waite On Thu, Mar 22, 2018 at 3:58 AM Meenal <minal.deshmukh...@gmail.com> wrote: > > > On Tuesday, March 20, 20

Re: Help with Slaves: How to configure

2018-03-22 Thread Mark Waite
agent and that agent is Windows, then you'll need to use the JNLP based method. In my small environments, I've preferred to configure Windows agents to launch themselves from a command line on the Windows agent computer, rather than trying to make the Jenkins master start the agent. Mark Waite On Th

Re: Help with Slaves: How to configure

2018-03-22 Thread Mark Waite
RL of the Jenkins master . Please read the wiki page https://wiki.jenkins.io/display/JENKINS/Distributed+builds . Mark Waite > Thanks so much!!! > > > > El jueves, 22 de marzo de 2018, 13:48:22 (UTC+1), Mark Waite escribió: > >> It appears that you're launching a JNLP based age

Re: Help with Slaves: How to configure

2018-03-22 Thread Mark Waite
It appears that you're launching a JNLP based agent from the master without providing the JNLP URL of the Jenkins master. The -jnlpURL argument needs a value. It also appears that you're using an outdated name for the jar file. I believe it is now called "agent.jar" instead of "slave.jar". I'm

Re: Error: Invalid or corrupt jarfile jenkins.war

2018-03-20 Thread Mark Waite
by unexpected oddities from the nonstop OS if you limit your use to running the agent and builds, rather than also running the server. Mark Waite On Tue, Mar 20, 2018 at 7:29 AM Daniel Beck <m...@beckweb.net> wrote: > > > On 20. Mar 2018, at 13:36, Meenal <minal.deshmukh..

Re: Windows agent can't delete workspace

2018-03-18 Thread Mark Waite
en they contained a directory structure that was too long. Using "robocopy /mir" from an empty directory to the destination directory was able to delete those too long files when the Windows "rmdir" command would not. I preferred that solution in my case because Robocopy is a stand

Re: AWS CodePipeline Jenkins Plugin Stacktrace Help

2018-03-12 Thread Mark Waite
That looks like a bug in the AWS code pipeline plugin. You'll likely need to submit a bug report in Jira. Mark Waite On Mon, Mar 12, 2018 at 1:33 PM Ricky Sanders <rickyleesander...@gmail.com> wrote: > Need some help from the community > > > *My specs are the following* >

Re: Possible bug creating items

2018-03-06 Thread Mark Waite
Another alternative is to use the new Jenkins version to define a job interactively with the post-build actions you want. Compare the config.xml file from that job with the XML of the job you're trying to create. You may identify important differences between the two. Mark Waite On Tue, Mar 6

Re: Jenkins Multi-configuration project: Skip master checkout

2018-03-06 Thread Mark Waite
I don't know. I didn't do the research to understand precisely why it behaves that way. Mark Waite On Tuesday, March 6, 2018 at 11:26:59 AM UTC-7, Dan wrote: > > What technical requirement does the master checkout satisfy? > Listing the SCM Changes doesn't require a full

Re: Is there any environment variable for the current build directory?

2018-03-06 Thread Mark Waite
On Tuesday, March 6, 2018 at 2:12:18 AM UTC-7, Markus Neifer wrote: > > Hi all, I want to process the JUnit result file junitResult.xml for the > current build. I have found this file in path > $JENKINS_HOME/jobs//branches//builds//junitResult.xml > > . Now I want to use the current path in

Re: Jenkins Multi-configuration project: Skip master checkout

2018-03-06 Thread Mark Waite
ooth. A Jenkins Online Meetup is available if you prefer to hear me talking through the slides. Mark Waite On Tue, Mar 6, 2018 at 10:38 AM Dan <daniel.faie...@remcom.com> wrote: > We use Jenkins multi-configuration projects exclusively to build on both > Windows and Linux on a varie

Re: Jenkins Pipeline Groovy Script for TFS as SCM

2018-03-06 Thread Mark Waite
.EOFException: SSL peer shut down incorrectly > > > It looks to me like a permission issue, can you please explain exactly how to > enable access to the TFS team project, so that we can complete the getlatest > stage? > > > thanks, > > Sharon. > > > בתאריך יום שלישי, 2

Re: SCM problem : can't launch git in Win7 slave node

2018-02-27 Thread Mark Waite
. Mark Waite On Tue, Feb 27, 2018 at 10:38 AM SmokingPC <smokin...@gmail.com> wrote: > My agent is slave is started via WebStart. > If I launch agent via command line, git will be launched correctly in > slave node. > > Why? > > SmokingPC於 2018年2月28日星期三 UTC+8上午12時41分15秒寫道

Re: Jenkins issue on installing Email-ext plugin[--Urgent--]

2018-02-23 Thread Mark Waite
part of > maven dependency in email-ext-template(V1.0)->email-ext-template(V2.43) > while in your repository it is workflow-job(V2.17). > When I use a plugin, I prefer to use the most recent released versions of that plugin. When a plugin depends on an earlier version, later plugin

Re: Jenkins issue on installing Email-ext plugin[--Urgent--]

2018-02-21 Thread Mark Waite
plugin list and yours. I did not attempt to send mail with the email-ext plugin, I only tested installing it to see if it would require additional dependencies that I do not already have. Mark Waite On Wednesday, February 21, 2018 at 7:28:51 PM UTC-7, iqbal md wrote: > > Hi Mark

Re: Jenkins issue on installing Email-ext plugin[--Urgent--]

2018-02-20 Thread Mark Waite
he "Advanced" option to upload a specific plugin (instead of using the plugin manager)? If you use the Advanced option, then you are responsible to upload all the required dependencies. Mark Waite On Tue, Feb 20, 2018 at 9:28 PM iqbal md <iqbal4i...@gmail.com> wrote: > I have

Re: Multibranch Pipeline that includes GitHub Pull Requests

2018-02-16 Thread Mark Waite
entirely on my own needs. However, the list of plugins is current and meets my needs very well. Mark Waite On Fri, Feb 16, 2018 at 3:17 PM <raykroe...@gmail.com> wrote: > Thanks Mark. I am not able to upgrade Jenkins myself (a separate group > manages it) but will install upgrade as much

Re: i am getting below error while configuring the job in jenkins first time

2018-02-16 Thread Mark Waite
es that git.exe is not being found in the PATH. You might also adjust the configuration of the global git tool (in the Global Tools Configuration) to use "git" instead of "git.exe" as the git program. The "exe" suffix is not needed as far as I know. Mark Waite > > On

Re: i am getting below error while configuring the job in jenkins first time

2018-02-16 Thread Mark Waite
by adding a "tool location" which provides the absolute path to the git executable. You can enable JGit as a git implementation, then configure your job to use JGit instead of using command line git. Mark Waite > at java.lang.ProcessImpl.create(Native Method) at > java.lang.ProcessImpl.(

Re: Dollar sign in credentials broken for declarative pipelines

2018-02-13 Thread Mark Waite
special characters are embedded in the password, aren't surrounding quotes needed around the expanded result to assure it is not interpreted by the shell? Mark Waite On Tue, Feb 13, 2018 at 7:36 PM Slide <slide.o@gmail.com> wrote: > Can you file an issue in JIRA? > > On Tue, Fe

Re: How to run sequential jobs on the same Slave

2018-02-10 Thread Mark Waite
a long time bending Freestyle jobs to fit my specific needs, and have found it liberating to use Pipeline instead. Pipeline makes job refinement faster and more directly associated with the source code being built. Mark Waite On Sat, Feb 10, 2018 at 1:48 PM Alex 2013 <tjsha2...@gmail.com>

Re: How to run sequential jobs on the same Slave

2018-02-10 Thread Mark Waite
If the purpose of job A is to prepare for job B, wouldn't it be better to combine them into a single Freestyle job or combine them into a single Pipeline job? As a different way of asking the question, what benefits are you gaining by keeping A and B as separate jobs? Mark Waite On Sat, Feb 10

Re: Bitbucket push-hook freeze on git rev-list (for some users)

2018-02-08 Thread Mark Waite
2.5.1 to Jira plugin 2.5.0 shortly after seeing the discussions about the possibility of blacklisting Jira plugin 2.5.1. Mark Waite On Wed, Feb 7, 2018 at 5:53 PM Michael Neale <mne...@cloudbees.com> wrote: > This seems related to: https://issues.jenkins-ci.org/browse/JENKINS-43106 >

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 Waite

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 <abostong...@gmail.com> wrote: > Problem

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 <collinsfamilychromeb...@gmail.com> wrote: > Jenkins Experts - > > I want to target t

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

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

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 <ggask...@cloudbees.com> wrote: > Hi all, > > I recently sa

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

2018-01-21 Thread Mark Waite
is 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 <sorin.sbar...@gmail.com> wrote: > While I ca

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

2018-01-19 Thread Mark Waite
library that 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 >

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

2018-01-16 Thread Mark Waite
that I used while exploring Jenkins 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: >> >> >> &

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

2018-01-15 Thread Mark Waite
github-pullrequest-from-jenkins-jenkinsfile Mark Waite On Mon, Jan 15, 2018 at 3:32 PM Raju Arelli <rajare...@gmail.com> 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 m

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

2018-01-11 Thread Mark Waite
ing 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 > >

Re: Jenkins +gitlab encounters git code inconsistency.

2018-01-09 Thread Mark Waite
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 <onea...@gmail.com> wrote: > hello everybody > > The problems I h

Re: Jenkins on AIX

2017-12-28 Thread Mark Waite
vering 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 <yfan...@gmail.com> wrote: > I am looking for a download package for AIX, can someone help me with the >

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 <longk...@gmail.com>

Re: How do I purge/clobber stashed files?

2017-12-27 Thread Mark Waite
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 <fakemailred...@gmail.com> wrote: > Jenkins docs > <https://jenkins.io/doc/pipeline/steps/workflow-basic-steps/#code-s

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

2017-12-25 Thread Mark Waite
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 seemed unexpected? Mark

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 <xander@ecla.solutions> wrote: > I found an error on the Jenkins Plugin Site and I'd like

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 <b...@smartag.io> wrote: > Hi, > &g

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 <james.mk.gr...@gmail.com> wrote: > Solved! > > We had been using the "BitBucket Plugin"

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 <ocag...@gmail.com> 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

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 <fakemailred...@gmail.com> wrote: > My parallel steps need access to a local file in the workspace of the

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 <jbro...@snapapp.com> wrote: > Hi all- > > I'm using the "Calculate Changelog Against a Specific Branch" additi

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

2017-12-17 Thread Mark Waite
e next step after the checkout completes? Is that step stuck? Mark Waite On Sun, Dec 17, 2017 at 6:33 PM Ajay Kumar <lajayku...@gmail.com> 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. > >

Re: troubleshooting stash slowness

2017-12-14 Thread Mark Waite
Has the 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: troubleshooting stash slowness

2017-12-14 Thread Mark Waite
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 and

Re: Return value from step (pipeline)

2017-11-30 Thread Mark Waite
nt 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 <rus.cah...@gmail.com> wrote: > Is it possible to capture the return value from pipe

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

2017-11-28 Thread Mark Waite
3d925dbb5723979bd87ecf6643d895e7c49b/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 it did not work just as well there. Mark Wa

Re: trigger Jenkins build on git commit without using hook

2017-11-26 Thread Mark Waite
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@googlegroups.co

Re: Specifying Jenkins startup parameters

2017-11-14 Thread Mark Waite
I believe the safe restart does not execute the operating system level startup scripts. You need the operating system level restart, like /etc/init.d/jenkins restart. Mark Waite On Tue, Nov 14, 2017, 2:46 AM David Aldrich <david.aldr...@emea.nec.com> wrote: > Hi Mark > > >

Re: Specifying Jenkins startup parameters

2017-11-13 Thread Mark Waite
/Installing+Jenkins+on+Red+Hat+distributions If you're running on Windows, there is a configuration file written to the installation directory which can be changed. See https://wiki.jenkins.io/display/JENKINS/Thanks+for+using+Windows+Installer Mark Waite On Fri, Nov 10, 2017 at 5:12 AM David Aldrich

Re: Link to "Bitbucket Pipeline for Blue Ocean" in Plugin Manager doesn't work

2017-11-08 Thread Mark Waite
Report the bug to https://issues.jenkins-ci.org/ <https://issues.jenkins-ci.org/secure/Dashboard.jspa>* . *Good instructions for effective Jenkins bug reporting at https://wiki.jenkins.io/display/JENKINS/How+to+report+an+issue Mark Waite On Wed, Nov 8, 2017 at 12:41 PM itchymuzzle <

Re: Multibranch not able to use existing credential, or create a new one

2017-11-07 Thread Mark Waite
non-working job? Folder scoped credentials are a great way to limit who can use specific credentials. Mark Waite > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop recei

Re: Multibranch not able to use existing credential, or create a new one

2017-11-07 Thread Mark Waite
ou copy the resulting Bitbucket app password into a separate Jenkins credential, or do you pass that information to Jenkins in some other way? Mark Waite > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group

Re: Multibranch not able to use existing credential, or create a new one

2017-11-07 Thread Mark Waite
/git.markwaite.net/git/mwaite/my.git>epo and https://hostname/path/to/repo). Is your working case a use of the git plugin, or is it using some other source control access method? Mark Waite > Thanks. > > -- > You received this message because you are subscribed to the Google Grou

Re: Multibranch Pipeline - inbuilt "Checkout SCM" stage, how to change clone directory?

2017-11-05 Thread Mark Waite
You may need to use the "skipDefaultCheckout" option, then use an explicit "checkout" inside a "dir" or other directive that will control the checkout directive. See skipDefaultCheckout in https://jenkins.io/doc/book/pipeline/syntax/ Mark Waite On Sun, Nov

Re: SharedLibrary, clone, using resources

2017-11-03 Thread Mark Waite
ared library components. You don't want unrelated changes causing concern for the users of the shared library. Mark Waite > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and s

Re: github enterprise self signed certs

2017-11-03 Thread Mark Waite
certificate authority. What are the barriers that prevent you from installing a certificate from a certificate authority, rather than generating one yourselves? Thanks, Mark Waite (I don't test the git plugin with self-signed certificates) > Am Donnerstag, 2. November 2017 17:24:24 UTC+1 schr

Re: Jenkins crashing - java.lang.InterruptedException

2017-11-02 Thread Mark Waite
is running "CommandInterpreter.perform ()" Mark Waite On Thu, Nov 2, 2017 at 1:13 PM Alvin Lee <leealv...@gmail.com> wrote: > Did you ever solve this issue? I'm running into the same thing now 5 years > later > > java.lang.InterruptedException > at java.lang.Object.wait(Native

Re: Is there a way of cloning the repo an additional layer down?

2017-11-01 Thread Mark Waite
f the repository. Stephen Connolly has a series of "live coding" blog posts which show his work on the Apache Maven project which may lead to additional ways of avoiding the full clone to obtain the Jenkinsfile. Refer to https://www.cloudbees.com/blog/watch-me-code-episode-1 Mark Wai

Re: git plugin 3.6.3 not found on archives.jenkins-ci.org

2017-10-27 Thread Mark Waite
Please check again. When I checked that location 2-3 hours ago, it was current and correct. Mark Waite On Fri, Oct 27, 2017 at 4:46 AM Keila Keiko Matsumura < keiko.matsum...@gmail.com> wrote: > Hi there! > > I've just tried to install the git plugin v3.6.3 and it is not

Re: Agents not connecting after 2.60.3 Jenkins upgrade

2017-10-25 Thread Mark Waite
Are your build agents all running JRE 8? If not, they won't connect to Jenkins 2.60 and later. Java 8 is required. Mark Waite On Wednesday, October 25, 2017 at 1:19:00 PM UTC-6, edward.b...@sovos.com wrote: > > Hello, > > > > I am attempting to upgrade Jenkins on on

Re: Multibranch Pipeline - GIT - SSH authentication

2017-10-25 Thread Mark Waite
You may need to look more carefully at the configuration of the multibranch pipeline job. If it is using a username/password credential, then either the credential named "jenkins" in your configuration is not a private key (which it seems to be to me) or there is a location in the job which

Re: Multibranch Pipeline - GIT - SSH authentication

2017-10-25 Thread Mark Waite
reason why the other techniques would not work equally as well. I assume the private key in that file does not require a passphrase, since there isn't one in the passphrase field. Mark Waite On Wednesday, October 25, 2017 at 1:56:31 AM UTC-6, Samuel Mutel wrote: > > Here is my multibranch

Re: Multibranch Pipeline - GIT - SSH authentication

2017-10-24 Thread Mark Waite
ation failures" may hint that the target system has "locked you out". Mark Waite On Tue, Oct 24, 2017 at 8:53 AM Robert Hales <crasha...@gmail.com> wrote: > I use both these methods on jobs. Usually I use the Login/Password on > https urls. But it definitely works.

Re: Jenkins Declarative Pipeline + GitHub + Push Triggers + Wildcard Branches...

2017-10-22 Thread Mark Waite
. That keeps the history clean and simplifies things. Would that work in your case? Mark Waite On Sun, Oct 22, 2017 at 7:51 PM Andy Coates <andy.coa...@gmail.com> wrote: > Hey, > > I am having _so_ much trouble getting what I thought would be the simplest > workflow working. &

Re: Unable to access Git Repositories from Jenkins in Ubuntu Virtual Box

2017-10-20 Thread Mark Waite
ll confirm if the DNS configuration can resolve that hostname. Mark Waite On Fri, Oct 20, 2017 at 5:34 PM chaitanya gollapudi <chaitanya...@gmail.com> wrote: > Hi > > I am unable to access GIT repositories from Jenkins in Ubuntu Virtual > Box. Getting an error "Could not resolve

Re: Cannot run program "git"

2017-10-18 Thread Mark Waite
the git bin, cmd, or usr\bin directories. Mark Waite On Wed, Oct 18, 2017 at 11:41 AM itchymuzzle <chris.fo...@3derm.com> wrote: > https://issues.jenkins-ci.org/browse/JENKINS-40192 Seems like this issue, > but I'm not using Docker. > > > Jenkins master is AWS Linux, agent

Re: What does Jenkins need to run on Windows?

2017-10-17 Thread Mark Waite
, either with the help of Jenkins, or as independent tools on the agent. Mark Waite On Tue, Oct 17, 2017 at 2:51 PM itchymuzzle <chris.fo...@3derm.com> wrote: > AWS Windows Server 2012 > >- Java >- agent.jar - which is part of setting up the node >- Groovy? >- G

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