Re: Valgrind-publisher settings

2020-02-14 Thread Mark Waite
publisher options need to be configured > or how. > > Thanks. > > > On Fri, Feb 14, 2020 at 10:15 AM Mark Waite > wrote: > >> From the Jenkins workspace. Each Jenkins job is run inside a workspace >> on an agent. That agent may be the Jenkins master node or

Re: Valgrind-publisher settings

2020-02-14 Thread Mark Waite
>From the Jenkins workspace. Each Jenkins job is run inside a workspace on an agent. That agent may be the Jenkins master node or it may be another node. On Fri, Feb 14, 2020 at 11:13 AM Mark Richter wrote: > I'm totally new to Jenkins and I have a question. Where does the >

Re: Jenkins REST API documentation

2020-02-13 Thread Mark Waite
https://stackoverflow.com/questions/25661362/where-can-i-find-jenkins-restful-api-reference On Thu, Feb 13, 2020 at 9:42 PM alok kumar wrote: > Hi All, > Can someone please point me to the link that contains the Jenkins REST API > documentation? > > We need to use the rest APIs in some

Re: Getting "Couldn't find any revision to build" error while using Jenkins with BitBucket repository

2020-02-12 Thread Mark Waite
On Wed, Feb 12, 2020 at 7:43 AM Amila Gunathilake wrote: > [image: Capture.PNG] > Hi Mr. Mark Waite, > > I'm getting a same kind of issue when I created a Checkout stage with > "refspec" and due to that my Pull request is failing, I cannot merge this > in to my ma

Re: Shell script not working as expected in jenkins

2020-02-11 Thread Mark Waite
Sorry, I don't have any other suggestions to offer. On Tue, Feb 11, 2020 at 5:38 PM Sai Pavwan wrote: > Hi Mark Waite, > Thanks for your response on that. >Firstly, I have take into consideration all of the things that you > stated except the environme

Re: Shell script not working as expected in jenkins

2020-02-11 Thread Mark Waite
of dependencies is to create a new account on your development computer and run the script from that new account. Another technique is to create a new account on a Jenkins agent computer and run the script from there. Another technique is to run the script from a cron or batch job as yourself. Mark Waite

Re: git plugin: "No valid HEAD. Skipping the resetting"

2020-02-11 Thread Mark Waite
On Tue, Feb 11, 2020 at 10:33 AM Martin Jost wrote: > Hello, > > > > we're using Jenkins 2.204.1 > > and the git relevant plugins > > git 3.12.1 (Can't update due to a missing dependency) Git client plugin > 3.1.1 GIT server Plugin 1.9 GitHub API Plugin 1.106 GitHub Branch Source > Plugin 2.5.8

Re: Running code in Windows agent but script says we are in Linux

2020-02-10 Thread Mark Waite
Use the isUnix pipeline step rather than writing your own version of that step. The System.properties that you are using will execute on the master, not on the agent. When it executes on

Re: JCasC not working with vSphere cloud retention strategy

2020-02-07 Thread Mark Waite
how to > fix, that would be appreciated. > > On Friday, February 7, 2020 at 10:51:07 AM UTC-6, Mark Waite wrote: >> >> https://plugins.jenkins.io/vsphere-cloud lists that the plugin is >> maintained by Jason Swager, Eric Lordahl, and Peter Darton . They would be >> the o

Re: JCasC not working with vSphere cloud retention strategy

2020-02-07 Thread Mark Waite
https://plugins.jenkins.io/vsphere-cloud lists that the plugin is maintained by Jason Swager, Eric Lordahl, and Peter Darton . They would be the ones that would likely evaluate a pull request proposing a fix. Pull requests should be submitted to

Re: Plugin Installs Failing

2020-02-03 Thread Mark Waite
nty of space and permissions are correct. I should have added in > the original that I can install manually by downloading the plugin file > directly and then uploading into jenkins. > > On Mon, Feb 3, 2020 at 2:50 PM Mark Waite > wrote: > >> It may be worth checkin

Re: Plugin Installs Failing

2020-02-03 Thread Mark Waite
It may be worth checking the directory permissions to confirm that the Jenkins user can still write to that directory. You may also want to check that the disc has available free space and available inodes to allow new files to be created. On Mon, Feb 3, 2020 at 3:42 PM Steve Rogers wrote: >

Re: Equivalent actions for what Xvfb plugin is doing

2020-02-03 Thread Mark Waite
om a service that has been granted desktop access. Mark Waite > Please suggest what are alternative ways to achieve what Xvfb is doing. > > **NOTE:** > > We've multiple pipelines and if we decide to use this plugin, in every > pipeline we'll have to make the change. Hence to avoi

Re: I'm lost in trying to use a private git repository

2020-01-31 Thread Mark Waite
; Thanks, > > Gary > > On Friday, January 31, 2020 at 2:36:03 PM UTC-8, Mark Waite wrote: >> >> Jenkins uses credentials to access private repositories. You'll need to >> provide the credentials for that repository as a Jenkins credential. >> >> Using cred

Re: I'm lost in trying to use a private git repository

2020-01-31 Thread Mark Waite
repositories. The sample repository syntax you provided is an https repository. You'll need to provide a username / password credential, not a private key credential. Mark Waite On Friday, January 31, 2020 at 11:30:49 PM UTC+1, gary oblock wrote: > > Please bear with me. I'd do a

Re: failed to download the workflow-api plugin

2020-01-23 Thread Mark Waite
t; All working well no issues for me. >> >> >> On 23 Jan 2020, at 14:19, Mark Waite wrote: >> >> I just downloaded an update to the Pipeline SCM Step plugin without any >> issue. I also am able to download the plugin URL's that you referenced. >> >> Are yo

Re: failed to download the workflow-api plugin

2020-01-23 Thread Mark Waite
il to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/a587344b-bef3-4372-b84a-085c0d3ba44a%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/a587344b-bef3-4372-b84a-085c0d3ba44a%4

Re: Git Plugin - How specify use ssh in "Repository URL" ?

2020-01-21 Thread Mark Waite
ails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/CAKas9SQ8MdJud0Wsu6tR8%3DvkeYevVrZseMyYuUWMNfYqsvRxFA%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/C

Re: About Jenkins slowness for version 2.138 in multi branch pipeline project

2020-01-20 Thread Mark Waite
igured now , we are planning to make it to " >> performance-optimized" . We have observed couple of time disc IO is >> very high sometimes . >> >> On Monday, January 20, 2020 at 5:54:38 AM UTC+5:30, Mark Waite wrote: >>> >>> I'm not aware of

Re: About Jenkins slowness for version 2.138 in multi branch pipeline project

2020-01-19 Thread Mark Waite
jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/319f90ff-5410-4495-bb46-51d61745b3e8%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/319f90ff-5410-4495-bb46-51d61745

Re: How to hide Branches, Changes, Tests views in Jenkins Blue Ocean?

2020-01-19 Thread Mark Waite
nd an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/c241d811-ae41-4d30-8cd8-89f8b6f3ff4a%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/c241d811

Re: fatal: git index-pack failed

2020-01-16 Thread Mark Waite
t have enough > writable storage to fetch all objects of more than a dozen very large Git > repositories. > > Mark Waite, if this is something you know how to fix but prefer to > delegate, I’m happy to volunteer. I’m new to writing Jenkins plugins, but > I should be able t

Re: GIT jenkins integration issues -Permission denied(Public Key)

2020-01-13 Thread Mark Waite
-46b7-8246-f2ee1413ce71%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/b4f8aba5-f0bb-46b7-8246-f2ee1413ce71%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks! Mark Waite -- You received this message because you are subscribed to the Google

Re: Scheduling the job to wait for license to be available

2020-01-11 Thread Mark Waite
com/d/msgid/jenkinsci-users/CAB-nQ9naGsXueOej%2Ba5SdF-eXLNKdj4_DSj%3DtS163UDWMs7bCg%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/CAB-nQ9naGsXueOej%2Ba5SdF-eXLNKdj4_DSj%3DtS163UDWMs7bCg%40mail.gmail.com?utm_medium=email_source=footer> > . > -- Thanks! Mark Waite -

Re: Jenkins is not starting when i install Environment Injector Plugin using manage plugin

2020-01-10 Thread Mark Waite
ci-users/9b9478f1-cd9a-435a-a212-17088d6c389c%40googlegroups.com?utm_medium=email_source=footer> > . > -- 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 rec

Re: Jobs with a wildcard tag refspec sometimes rebuild tags at same commit

2020-01-06 Thread Mark Waite
f you have any new > thoughts or if you feel I should file a bug report (for perhaps the > logRotate or BuildDiscarder area?) as I continue to research and test. > > Thank you again for your help and everything you do for the Jenkins > community! > > -Eric > > > &g

Re: Jobs with a wildcard tag refspec sometimes rebuild tags at same commit

2020-01-03 Thread Mark Waite
ould be that the history entry which included that tag was removed from the list, and thus was no longer visible. Mark Waite > I am seeking help to further investigate and trace polling activity to try > to determine what changes are being detected that trigger the job to run > a

Re: Email notification from Jenkins to Internal Server

2019-12-20 Thread Mark Waite
5-929a-187e87c5ad21%40googlegroups.com?utm_medium=email_source=footer> > . > -- 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, sen

Re: Is wiki.jenkins.io down today?

2019-12-17 Thread Mark Waite
oogle.com/d/msgid/jenkinsci-users/CAA4vtDQhL1O%2BTHs5VePY8NHA4yiuabXMCXW6eMZQcJh562Lbew%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/CAA4vtDQhL1O%2BTHs5VePY8NHA4yiuabXMCXW6eMZQcJh562Lbew%40mail.gmail.com?utm_medium=email_source=footer> > . > -- Thanks! Mark Waite -- You received

Re: why does multibranch pipeline fetch branch source 3 times?

2019-12-17 Thread Mark Waite
io/git and at https://github.com/jenkinsci/git-plugin/blob/master/README.adoc#clone-extensions > My team is interested in performing "clean checkouts" each build but > perhaps we should be less paranoid and remove the above Traits (and maybe > use a reference repo as well.) &g

Re: why does multibranch pipeline fetch branch source 3 times?

2019-12-16 Thread Mark Waite
you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci

Re: Force Jenkins job to be in unstable state when Junit tests fail...

2019-12-10 Thread Mark Waite
send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/4204be77-12a6-42fb-8e36-d4aeea09f25d%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/4204be77-12a6-

Re: Dynamic Sleep time to execute next step in pipeline

2019-12-01 Thread Mark Waite
isit > https://groups.google.com/d/msgid/jenkinsci-users/28a8b3da-d8e3-4051-a4a3-7f6144b7ef83%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/28a8b3da-d8e3-4051-a4a3-7f6144b7ef83%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks! Mark Waite -- You re

Re: several issues

2019-11-25 Thread Mark Waite
s early when it is started as Client/Agent on > Windows(7/10) when IPv6 privacy extensions have been enabled. How can i > configure Remoting to use the 'prefered' IPv6 address as source address > when it connects to the jenkins server, instead of the actual/temporary > privacy IPv6

Re: Git Commit Message as an Environment Variable

2019-11-20 Thread Mark Waite
/groups.google.com/d/msgid/jenkinsci-users/a0b485ff-8f48-4432-be5b-8a2d6af600a4%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/a0b485ff-8f48-4432-be5b-8a2d6af600a4%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks! Mark Waite -- You rece

Re: How to force jenkins to use $JAVA_HOME/ instead of $JAVA_HOME/jre?

2019-11-13 Thread Mark Waite
s.war, and in a Docker image. I don't have any other suggestions to offer. > That problem didn’t exist with Jenkins 1 as this build worked correctly in > it. > > > > BR > > Marco > > > > *Von:* jenkinsci-users@googlegroups.com > *Im Auftrag von *Mark Wa

Re: How to force jenkins to use $JAVA_HOME/ instead of $JAVA_HOME/jre?

2019-11-12 Thread Mark Waite
ither case, Jenkins in your environment needs to run with a JDK, not a JRE. It is currently running with a JRE. - Create a Jenkins agent configured to use the desired JDK and run the build on the Jenkins agent Mark Waite > which is yet another JVM installation. > > > > T

Re: Jenkins v1.563 Legacy

2019-11-12 Thread Mark Waite
Jenkins 1.563 likely uses Java 7. Jenkins 1.563 does not use Postgres or any other SQL database by default On Tuesday, November 12, 2019 at 3:39:16 AM UTC-7, Johann van der Westhuizen wrote: > > Hi, > > Yes, I know but we have a legacy Jenkins server running Ubuntu 08.04 and I > tried to

Re: How to force jenkins to use $JAVA_HOME/ instead of $JAVA_HOME/jre?

2019-11-11 Thread Mark Waite
jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/AM0PR10MB31079EBED16FBFD216C46DB2E0740%40AM0PR10MB3107.EURPRD10.PROD.OUTLOOK.COM > <https://groups.google.com/d/msgid/jenkinsci-users/AM0PR10MB31079EBE

Re: Do you really have to use multi-branch pipeline to do pipeline as code?

2019-10-29 Thread Mark Waite
ed this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https:

Re: Do you really have to use multi-branch pipeline to do pipeline as code?

2019-10-28 Thread Mark Waite
d/jenkinsci-users/c45794e2-bb73-4b06-b450-a6cfef76b15f%40googlegroups.com > . > -- Thanks! Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: Getting user who created a pull request with Jenkins pipeline

2019-10-23 Thread Mark Waite
ps://groups.google.com/d/msgid/jenkinsci-users/570f4ca5-5c27-42df-bd12-4969426d65e5%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/570f4ca5-5c27-42df-bd12-4969426d65e5%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks! Mark Waite --

Re: Git-client plugin version 2.8.6 breaks authentication on Windows box

2019-10-21 Thread Mark Waite
ted issue 59875: https://issues.jenkins-ci.org/browse/JENKINS-59875 > > Let me know if you need additional information. > > On Tuesday, 22 October 2019 00:41:45 UTC+13, Mark Waite wrote: >> >> Thanks. >> >> Could you open an issue on Jira >> https://issues.

Re: Git-client plugin version 2.8.6 breaks authentication on Windows box

2019-10-21 Thread Mark Waite
at java.lang.reflect.Method.invoke(Method.java:498) >> at >> org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132) >> at com.sun.proxy.$Proxy74.execute(Unknown Source) >> at hudson.p

Re: Git-client plugin version 2.8.6 breaks authentication on Windows box

2019-10-20 Thread Mark Waite
uild.java:43) > at > hudson.model.ResourceController.execute(ResourceController.java:97) > at hudson.model.Executor.run(Executor.java:429) > ERROR: Error fetching remote repo 'origin' > Finished: FAILURE > > When running with git-client plugin 2.8.4 it works f

Re: Whats is the format for custom pipeline library help files?

2019-10-18 Thread Mark Waite
oups.google.com/d/msgid/jenkinsci-users/73becfdb-b513-450b-af2d-5822ef259e86%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/73becfdb-b513-450b-af2d-5822ef259e86%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks! Mark Waite -- You received this message

Re: jenkins pipeline scripts are blank in the UI after upgrade

2019-10-17 Thread Mark Waite
ps.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/CAD6gr7KgkE_0joKsgOXoPjL-TRpJ7PhrjrZ46JG0wk32DzajAQ%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/CAD6gr7KgkE_0joKsgOXoPjL-TRpJ7PhrjrZ46JG0wk32DzajAQ%40mail.gmail.com?utm_me

Re: Jenkins List Files of Git Branch

2019-10-11 Thread Mark Waite
The git ls-remote command is not allowed to list remote files, only remote references (branches and tags). Git providers (GitHub, Bitbucket, Gitea, Assembla, Beanstalk, Gitlab, etc.) generally provide one or more REST API's that will list remote files in a branch. On Thursday, October 10,

Re: create a local linux machine as a slave for aws ec2 cloud jenkins

2019-10-11 Thread Mark Waite
le.com/d/msgid/jenkinsci-users/69d8b34e-959e-4ec2-848e-12a46fdbd829%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/69d8b34e-959e-4ec2-848e-12a46fdbd829%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks! Mark Waite -- You received this message beca

Re: Restrict credential retrieval to a specific slave

2019-10-09 Thread Mark Waite
il to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/25d0de20-d7c4-4336-8645-d6302768d2db%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/25d0de20-d7c4-4336-8645-d

Re: gitSCM failed after updates

2019-09-29 Thread Mark Waite
cygwin in the future. > On Monday, September 30, 2019 at 8:01:52 AM UTC+8, Mark Waite wrote: >> >> >> >> On Sun, Sep 29, 2019 at 5:12 PM Henry Xu wrote: >> >>> I guess I have same issue. And it's wired as it works will on a machine >>> I provisioned a year ag

Re: gitSCM failed after updates

2019-09-29 Thread Mark Waite
the just-installed "Git for Windows", and ... fixed. I may have to >> make some changes in the Jenkinsfiles themselves, but it seems clear now >> that the latest Cygwin git broke something, and that Git for Windows fixed >> it ... >> >> This was cr

Re: Updating Corp to Corp list!

2019-09-26 Thread Mark Waite
I banned this person from the list. We don't accept recruiting e-mail messages on the Jenkins users mailing list. On Thursday, September 26, 2019 at 4:03:01 PM UTC-6, Srujan Reddy wrote: > > Hi All! > > > > I am updating my Corp to Corp list. Looking to partner with Employers who > can

Re: Heavy checkouts for pull requests take a lot of disk space on our master server

2019-09-24 Thread Mark Waite
t;https://groups.google.com/d/msgid/jenkinsci-users/b230aa74-6598-454d-a052-1b573fba2954%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks! Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Re: Match multiple branches with Git plugin

2019-09-22 Thread Mark Waite
google.com/d/msgid/jenkinsci-users/76d496e6-edea-4ff9-b317-bdc69481f955%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/76d496e6-edea-4ff9-b317-bdc69481f955%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks! Mark Waite -- You receiv

Re: Install Jenkins as WAR file or Install using package installers?

2019-09-22 Thread Mark Waite
on different machines, then choose a Docker based installation. Docker installations use the war file and allow you to specify your custom additions. If you have a platform that does not provide a package installer, then use the war file. Mark Waite On Sun, Sep 22, 2019 at 8:01 AM ABostonGal

Re: SSH agent uses username 'jenkins' instead of the one configured in the credential

2019-09-20 Thread Mark Waite
t to checkout the submodules. > > Regarding openSSH, I think I'm up to date, I'm using the latest Ubuntu > 18.04 packages. > > > On Thursday, September 19, 2019 at 2:19:55 AM UTC+2, Mark Waite wrote: >> >> If you're running an outdated version of the git client

Re: Restrict credential retrieval to a specific slave

2019-09-19 Thread Mark Waite
ived this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://gro

Re: Jenkins Docker Image and extended Linux executables

2019-09-19 Thread Mark Waite
kerfile which is based on the Jenkins Dockerfile and adds the programs you need using the appropriate operating system commands (like `apt-get install`). Mark Waite > br > Carsten > > > > > -- > You received this message because you are subscribed to the Google G

Re: Restrict credential retrieval to a specific slave

2019-09-19 Thread Mark Waite
quot;Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/fca0f38f-1b9a-4843-8572-fb77

Re: Restrict credential retrieval to a specific slave

2019-09-19 Thread Mark Waite
subscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/2540cf8f-0413-4ec1-ae4a-136f2eeaf894%40googlegroups.com > . > -- Thanks

Re: SSH agent uses username 'jenkins' instead of the one configured in the credential

2019-09-18 Thread Mark Waite
emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/b5f85d92-adfd-496c-b7c8-2d7a34ad4b21%40googlegroups.com > <https://groups.google.com/d/msgid/jenkin

Re: git log master..hotfix/SFCC.1.11.0 --oneline | tail -1

2019-09-05 Thread Mark Waite
t;Add" section for multibranch pipelines there is an entry which mentions "local branch". Click that to enable it, then either leave the value empty (to accept the default) or insert the name of your branch. > > On Thu, Sep 5, 2019 at 6:13 AM Mark Waite > wrote: > >> Us

Re: git log master..hotfix/SFCC.1.11.0 --oneline | tail -1

2019-09-05 Thread Mark Waite
-3426-4b0c-a175-ecaa52a7bfd0%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/089bb2c9-3426-4b0c-a175-ecaa52a7bfd0%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks! Mark Waite -- You received this message because you are subscribed to the

Re: Under Jenkins SignTool Error "No certificates were found", works fine logged on as user

2019-09-05 Thread Mark Waite
I login the vm, the slave node will disconnect. > > Is there any way to keep the slave node online? (and also can have enough > privilege for ev usb token sign) > Thanks for your help. > > > > Mark Waite 於 2019年9月5日 週四 上午6:14寫道: > >> >> >> On Wed, Sep 4,

Re: Under Jenkins SignTool Error "No certificates were found", works fine logged on as user

2019-09-04 Thread Mark Waite
on the desktop. The agent can be on the same computer where you run the Jenkins master, but the new agent will need to be launched from the desktop. If you're running the master from a command line, then it should work. Thanks, Mark Waite > > Mark Waite於 2019年5月9日星期四 UTC+8下午10時59分13秒寫道: &

Re: Bitbucket branch source - WARN: Could not find ref: XXX in refs/heads or refs/remotes/origin

2019-09-02 Thread Mark Waite
fspec on initial checkout" in order to assure that the initial clone also uses the custom refspec definition. Mark Waite On Mon, Sep 2, 2019 at 3:45 PM Dan Tran wrote: > Hi > > I am looking for suggestion on how to configure BB branch source plugin to > fix the sonar/git issu

Re: Trigger build via REST API since 2.176.3

2019-09-02 Thread Mark Waite
s discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/97c3ff89-83ab-42f9-bb89-72922a940383%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/97c3ff89-83ab-42f9-bb89-72922a940383%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thank

Re: Generate API Token does not display token to user.

2019-08-29 Thread Mark Waite
groups.com > <https://groups.google.com/d/msgid/jenkinsci-users/77cca0af-1244-4193-94fe-7e87d9de9a98%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks! Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Users" gro

Re: Combining periodic SCM check with building individual commits

2019-08-28 Thread Mark Waite
repository and runs a script that computes the list of changes since the last run, then launches the job defined step 1 with each of the SHA-1 values that have arrived since the last run Mark Waite On Wed, Aug 28, 2019 at 9:14 AM 'Mark Raynsford' via Jenkins Users < jenkinsci-us

Re: Latest GitHub Branch Source not scanning with credentials?

2019-08-21 Thread Mark Waite
credential domains correctly, and the problem is resolved. On Tue, Aug 20, 2019 at 7:40 AM Mark Waite wrote: > The root issue seems to be the credentials being defined in the parent > folder instead of being defined at the root. I have several credentials > defined in that folder and they wer

Re: how do I modify one option in scm.getUserRemoteConfigs without having to manually set all the options?

2019-08-21 Thread Mark Waite
ranch}:refs/remotes/origin/${branch}" Then use the new variable as the value as in: userRemoteConfigs: myRemoteConfigs Mark Waite On Wed, Aug 21, 2019 at 2:56 PM red 888 wrote: > in my jenkins pipeline i have this: > > > checkout([$class: 'GitSCM', > branches: [

Re: Jenkins: user is missing the Overall/Read permission - Issue

2019-08-21 Thread Mark Waite
Doesn't it resolve the issue if you check the "Read" box in the "Overall" column for the user "manual"? Mark Waite On Wed, Aug 21, 2019 at 7:15 PM 'joe khese' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Hello > > did you get the s

Re: Jenkins job failure analysis

2019-08-20 Thread Mark Waite
t; > Thanks, > Sameer > > On 20-Aug-2019, at 17:49, Mark Waite wrote: > > This is a question best asked on the user mailing list. The developer > list is used for development discussions related to Jenkins and its > components (plugins, modules, etc.). > >

Re: Latest GitHub Branch Source not scanning with credentials?

2019-08-20 Thread Mark Waite
introduced the behavior. On Mon, Aug 19, 2019 at 1:38 PM Mark Waite wrote: > > > On Mon, Aug 19, 2019 at 9:13 AM Devin Nusbaum > wrote: > >> If I understand correctly, the problem is that in the non-working case, >> branch indexing ends up using anonymous credenti

Re: Latest GitHub Branch Source not scanning with credentials?

2019-08-19 Thread Mark Waite
-cps-global-lib 2.15. I'll spend more time today investigating further in an attempt to identify the most relevant differences between the working and the non-working cases. Mark Waite > On Aug 17, 2019, at 12:54, Mark Waite wrote: > > I've updated to GitHub Branch Source 2.5.6 and seem t

Re: Converting to pipeline questions

2019-08-15 Thread Mark Waite
branch pipeline job to precisely define which branches are built and which are not built. Whether or not a Jenkinsfile exists on a branch, the multibranch pipeline job would define which branches are allowed to build and which are ignored. Thanks, Mark Waite > > > On Thursday,

Re: Converting to pipeline questions

2019-08-15 Thread Mark Waite
r-by-branch-with-wildcard.png] I have a private GitHub repository that includes several branches. I confirmed that it was able to filter by branch name with wildcards. Thanks, Mark Waite > > On Wednesday, August 14, 2019 at 1:06:47 PM UTC-4, Mark Waite wrote: >> >> >> &

Re: Converting to pipeline questions

2019-08-14 Thread Mark Waite
k is done, using a Multibranch job does not fit > our needs. At least that is my impression, in that we do not want to > possibly have builds being run for any previous versions of the product > just because they have a Jenkinsfile. > > On Wednesday, August 14, 2019 at 9:33:02 AM UT

Re: Converting to pipeline questions

2019-08-14 Thread Mark Waite
https://github.com/jenkins-infra/jenkins.io/pull/2411 to guide users towards remote repositories. Thanks! Mark Waite On Tuesday, August 6, 2019 at 2:54:29 PM UTC-7, Louis Elston wrote: > > I guess that either I misread this page, or it is out of date already... > https://jenkins.io

Re: Converting to pipeline questions

2019-08-14 Thread Mark Waite
ion folder), then you can use Blue Ocean to launch jobs and to view the execution progress of the pipeline. Thanks, Mark Waite On Tuesday, August 13, 2019 at 1:14:54 PM UTC-7, Louis Elston wrote: > > Mark Wrote..."Blue Ocean is not limited to multibranch Pipelines. You can > u

Re: Gradle Tool Failed Download

2019-08-07 Thread Mark Waite
java:152) > at > org.jenkinsci.plugins.workflow.steps.ToolStep$Execution.run(ToolStep.java:133) > at > org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) > at > java.

Re: Gradle Tool Failed Download

2019-08-07 Thread Mark Waite
op receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/93ecd2ab-622a-4306-ad97-6546972c3471%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-us

Re: Converting to pipeline questions

2019-08-06 Thread Mark Waite
ttps://jenkins.io/blog/2017/08/08/introducing-jenkins-minute/ - CloudBees' free Pipeline Fundamentals core - https://standard.cbu.cloudbees.com/cloudbees-university-jenkins-pipeline-fundamentals - Udemy courses on Jenkins Pipeline - https://www.udemy.com/courses/search/?src=ukw=jenkins%

Re: Azure windows slave keeps disconnecting

2019-08-05 Thread Mark Waite
ns successfully running Jenkins masters and Jenkins agents on different machines using the same connection technique you're using. I've made my guesses about what might be different in your environment compared to those other installations. Mark Waite > > On Monday, 5 August 2019 21:01:46

Re: Azure windows slave keeps disconnecting

2019-08-05 Thread Mark Waite
ted as disabled, then it is unlikely that anything has changed the configuration. I was speculating that something might be changing the configuration, but if something is changing the configuration, then you should see the protocol listed as 'disabled' instead of 'enabled'. Mark Waite > >

Re: Azure windows slave keeps disconnecting

2019-08-05 Thread Mark Waite
and disable specific protocols. On Mon, Aug 5, 2019 at 6:29 AM Shubham Bansal wrote: > https://pastebin.com/ib0PK5af > > Can you tell me more from these logs of the slave windows machine? > > > On Monday, 5 August 2019 17:42:23 UTC+5:30, Mark Waite wrote: >> >> Connecting

Re: Azure windows slave keeps disconnecting

2019-08-05 Thread Mark Waite
ers/245d1ca6-c04a-469d-a3c3-5ee1e96ba966%40googlegroups.com?utm_medium=email_source=footer> > . > -- 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

Re: Statistics plugin to help identify bottlenecks

2019-08-02 Thread Mark Waite
be > hosted on-site, i.e. we would be dependent on (and sending internal data > to) CloudBee's servers? Unfortunately, that's not possible for us. > > Regards > Björn > > Am 8/1/2019 um 5:23 PM schrieb Mark Waite: > > I use CloudBees DevOptics to track utilization by lab

Re: Statistics plugin to help identify bottlenecks

2019-08-01 Thread Mark Waite
ins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/39a95742-f7f7-bbf5-8244-7d9ec8b21

Re: Windows 7 Agents (slaves) via SSH

2019-07-30 Thread Mark Waite
On Tue, Jul 30, 2019 at 4:35 PM Mark Waite wrote: > I launch my Windows 10 ssh agents using the instructions from the > ssh-slaves plugin page: > > > https://github.com/jenkinsci/ssh-slaves-plugin/blob/master/doc/CONFIGURE.md#launch-windows-slaves-using-microsoft-opens

Re: Windows 7 Agents (slaves) via SSH

2019-07-30 Thread Mark Waite
com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/68d09b75-bd6f-4ec8-afdf-000efe443fdb%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/68d09b75-bd6f-4ec8-afdf-000efe443fdb%40googlegroups.com?utm_medium=email_source=footer> >

Re: Windows 7 Agents (slaves) via SSH

2019-07-29 Thread Mark Waite
id/jenkinsci-users/d7a41896-cfd6-4dc6-8007-649097fa0304%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/d7a41896-cfd6-4dc6-8007-649097fa0304%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks! Mark Waite -- You received this message because

Re: Create new item - Item name error 'Only alphanumerical characters allowed'

2019-07-26 Thread Mark Waite
or the jenkins instance update has broken > something... We can't rename the jobs neither :/ It's like the regex that > checks the name of the job is not working well. > > Is there anyone having the same issue? > > Thanks. > > > El viernes, 26 de julio de 2019, 14:43:42 (UTC

Re: Create new item - Item name error 'Only alphanumerical characters allowed'

2019-07-26 Thread Mark Waite
a84b-3706-447d-8b71-d3d54036c6e0%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/7920a84b-3706-447d-8b71-d3d54036c6e0%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks! Mark Waite -- You received this message because you are subscribed to

Re: Windows 7 Agents (slaves) via SSH

2019-07-25 Thread Mark Waite
.google.com/d/msgid/jenkinsci-users/1298b6db-6dd5-4226-8d0e-f394e50e3077%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/1298b6db-6dd5-4226-8d0e-f394e50e3077%40googlegroups.com?utm_medium=email_source=footer> > . > -- Thanks! Mark Waite -- You received

Re: Build failure in Jenkins: DependencyCheckAnalyzer

2019-07-25 Thread Mark Waite
and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/9fea5d24-b69e-4f5b-b601-4e19243375b6%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-us

Re: Pipeline durability in GitHub Organization Project

2019-07-12 Thread Mark Waite
in chuj > I have installed. > > On Fri, 12 Jul 2019, 13:10 Mark Waite, wrote: > >> The durabilityHint symbol is provided by the workflow-job plugin. Do you >> have that plugin installed? >> >> On Fri, Jul 12, 2019 at 6:04 AM Jan Kosecki >> wrote: >

Re: trying to get Jenkins pipeline to run across multiple nodes in parallel

2019-07-12 Thread Mark Waite
le Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/b2ae506c-023e-4604-89

Re: Pipeline durability in GitHub Organization Project

2019-07-12 Thread Mark Waite
/msgid/jenkinsci-users/da1bc51c-91b4-4e5f-885a-1396fe1f8e0f%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/da1bc51c-91b4-4e5f-885a-1396fe1f8e0f%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout

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