Re: Jenkins 2.204.6 Error updating plugins

2021-07-01 Thread Mark Waite
ins. Mark Waite On Thu, Jul 1, 2021 at 5:42 PM Alex DeMarco wrote: > We have not updated plugins in a while. No matter what plugin I try to > update I get the following error: > java.io.IOException: Download file > :/.jenkins/plugins/script-security.jpi.tmp does not match exp

Re: Jenkins.io site issues?

2021-06-14 Thread Mark Waite
is heavily loaded or is undergoing maintenance. We really could use more mirrors in the western portion of North America. If you know any companies that would be willing to host a Jenkins mirror, please provide contact information to the Jenkins infra mailing list. Thanks, Mark Waite > Thanks. &

Re: Unable to install ECR plugin

2021-05-27 Thread Mark Waite
irrors. We'd love to have more mirrors, especially in Asia and Australia. If you know of companies or organizations that are willing to provide a Jenkins mirror, please have them contact the Jenkins infrastructure team at https://groups.google.com/g/jenkins-infra Mark Waite > -- > You recei

Re: Plugin Adaptation

2021-05-08 Thread Mark Waite
send the message to the developers list? Thanks, Mark Waite On Saturday, May 8, 2021 at 9:27:18 AM UTC-6 muhammedz...@gmail.com wrote: > Hello, > > I would like to adopt this plugin in my system. > > -https://plugins.jenkins.io/config-file-provider/ > -github -->https://github.com/mak

Re: SSH Credentials Plugin

2021-05-05 Thread Mark Waite
d the compatibility issue you're describing. Are you running SSH credentials plugin 1.18.2 on Jenkins 2.289 or an earlier version? The icon improvements are part of the ongoing work to improve the Jenkins user interface. The Jenkins UX SIG is where those topics are discussed most frequently. Ma

Re: SSH Credentials Plugin

2021-05-04 Thread Mark Waite
ported to the LTS. Thanks for your willingness to help with the LTS pre-release testing! Mark Waite On Tue, May 4, 2021 at 10:56 AM the.n...@gmail.com wrote: > Ok, so 2.289. What kind of verification is needed? > > On Tuesday, May 4, 2021 at 12:44:57 p.m. UTC-4 slide wrote: > >&g

Re: SSH Credentials Plugin

2021-05-03 Thread Mark Waite
The latest release of that plugin requires a newer version of Jenkins than 2.277.x. https://plugins.jenkins.io/ssh-credentials/#releases reports that it requires Jenkins 2.282 or newer. If you want to use the newest release of the SSH Credentials plugin, you could upgrade to Jenkins 2.289 and

Re: Pipeline Checkout: git branch - no branch

2021-05-01 Thread Mark Waite
The git plugin stopped trying to support versions older than 1.8.3 several years ago. Once Centos 7 goes off support, the plugin will probably stop trying to support versions older than 2.11 On Sat, May 1, 2021, 2:08 AM Sverre Moe wrote: > I found out the reason for it. > As we build on

Re: Pipeline Checkout: git branch - no branch

2021-05-01 Thread Mark Waite
Or enable JGit and use it. JGit does not have all the features of CLI git and it does best with repos that are 50 MB or less. On Sat, May 1, 2021, 2:08 AM Sverre Moe wrote: > I found out the reason for it. > As we build on different Linux distributions, we also are subject to > different

Re: git-plugin 4.7.1 fails

2021-04-29 Thread Mark Waite
I've seen reports of that type of failure when the agent JDK was outdated or the agent.jar file was outdated. I have the "Version Node Monitors" plugin installed on my Jenkins instance so that I can see the agent remoting versions and agent JVM versions

Re: Empty error message box on clicking apply button in Jenkins 2.277+

2021-04-28 Thread Mark Waite
ly. > > At the end the blank Error message popup on click 'Apply' remains > (error_popup.png). > > On Wednesday, 28 April 2021 at 07:10:46 UTC+5 saqib butt wrote: > >> Thanks, Mark for your time and guidance. >> >> On Tuesday, 27 April 2021 at 23:21:39 UTC+5 M

Re: Jenkins LTS on Fedora 33 Server

2021-04-28 Thread Mark Waite
Thanks for describing the problem and for your investigation. I've submitted https://github.com/jenkins-infra/jenkins.io/pull/4308 to update the documentation. Would love to have your approval of the pull request, since I don't have a Fedora 33 system available. On Wednesday, April 28, 2021

Re: Empty error message box on clicking apply button in Jenkins 2.277+

2021-04-27 Thread Mark Waite
e necessary information and hopes someone will help them. Please don't open the bug report until you've completed all the preceding steps. Mark Waite On Tue, Apr 27, 2021 at 11:48 AM SAQIB wrote: > Hi > > I am getting an "Error" popup when I click on the 'Apply' button a

Re: Cannot modify job config

2021-04-26 Thread Mark Waite
gt; with particular attention to the detailed list of plugins and their versions <https://www.jenkins.io/participate/report-issue/#Howtoreportanissue-WhatinformationtoprovideforEnvironmentandDescription> . Mark Waite On Mon, Apr 26, 2021 at 2:08 PM Francesco Chemolli wrote: > Hi all, >

Re: SCM Repository Browser has Two options for GitLab

2021-04-25 Thread Mark Waite
usly and there was a time when it worked, but it is not working for me now with GitLab plugin 1.5.21-SNAPSHOT and gitlab branch source plugin 1.5.7. Mark Waite On Sun, Apr 25, 2021 at 5:21 AM Sverre Moe wrote: > There are two options for GitLab when selecting a repository browser in > the

Re: Override Label parameter in Freestyle job

2021-04-16 Thread Mark Waite
You might investigate the Node and Label Parameters plugin . I don't know that it allows Groovy script evaluation to select the label or node, but it does have many options for node and label usage with Freestyle jobs. On Friday, April 16, 2021

Re: Git Plugin Checkout From Branch With Tag

2021-04-15 Thread Mark Waite
wrote: > Thanks Mark! I'll quit whining and displaying my total git inadequacy, > lol... > > On Thu, Apr 15, 2021 at 9:14 AM Mark Waite > wrote: > >> >> >> On Thu, Apr 15, 2021 at 7:38 AM Eric Fetzer >> wrote: >> >>> So when you turn a t

Re: Git Plugin Checkout From Branch With Tag

2021-04-15 Thread Mark Waite
of git tags. > On Wed, Apr 14, 2021 at 12:48 PM Mark Waite > wrote: > >> >> >> On Wed, Apr 14, 2021 at 12:16 PM eric.fetzer >> wrote: >> >>> Thamks Mark! So how would I go about checking out a branch based on a >>> point in time (a label in

Re: Build on all agents

2021-04-14 Thread Mark Waite
See the parallel step On Wed, Apr 14, 2021 at 1:00 AM pe...@pjksolutions.com < p...@pjksolutions.com> wrote: > HI Mark your code now runs as expected, now that I have a collection of > nodes how can I use them to build a specific job ? > > On Monday, 12 April 2021 at 17:54:5

Re: Git Plugin Checkout From Branch With Tag

2021-04-14 Thread Mark Waite
> > ---- Original message > From: Mark Waite > Date: 4/14/21 1:44 PM (GMT-05:00) > To: Jenkins Users > Subject: Re: Git Plugin Checkout From Branch With Tag > > > > On Wed, Apr 14, 2021 at 10:22 AM Eric Fetzer > wrote: > >> Well if I don't tell it

Re: Git Plugin Checkout From Branch With Tag

2021-04-13 Thread Mark Waite
t the tag parameter you're providing is being placed in the "Branch to build" as a variable to be expanded. Mark Waite On Tuesday, April 13, 2021 at 1:21:39 PM UTC-6 eric@gmail.com wrote: > Tried a bunch more stuff using Git Parameters: > > https://plugins.jenkins.io/g

Re: Build on all agents

2021-04-12 Thread Mark Waite
1 pe...@pjksolutions.com wrote: > >> Hi Mark I tried to run it and got java.lang.NoSuchMethodError: No such >> DSL method 'nodesByLabel' and a lot more errors >> >> On Saturday, 10 April 2021 at 21:58:43 UTC+1 Mark Waite wrote: >> >>> The sample that

Re: 2.277.1, always upgrading

2021-04-11 Thread Mark Waite
Thanks! Daniel Beck logged https://issues.jenkins.io/browse/JENKINS-65329 to track the changes needed to fix that issue. On Sun, Apr 11, 2021 at 6:31 AM Steve Bouché wrote: > I'm following LTS as well and have been seeing this issue. It started > happening on my upgrade from v2.263.4 to

Re: Build on all agents

2021-04-10 Thread Mark Waite
do I run that code ? > > On Tuesday, 6 April 2021 at 21:47:19 UTC+1 Mark Waite wrote: > >> Yes. The Jenkins Pipeline can request to build on all available agents >> or on all agents that match a specific label. See nodesByLabel. >> >> Here's an example: >&

Re: Build on all agents

2021-04-06 Thread Mark Waite
ion jobs can also build on all agents that match a particular label, using either the elastic axis plugin or the node label parameters plugin. Mark Waite On Tue, Apr 6, 2021 at 2:36 PM pe...@pjksolutions.com wrote: > > Hi all, I have one master Jenkins CI server and four slaves is is

Re: How to run upstream and downstream jobs on same executor

2021-04-05 Thread Mark Waite
job, you might look at the node label parameter plugin. It has the ability to assign a downstream job to run on the same agent as the upstream job that starts the downstream job. Mark Waite On Monday, April 5, 2021 at 6:01:06 AM UTC-7 Kitu wrote: > > -- Forwarded m

Re: No space left on device

2021-04-05 Thread Mark Waite
Windirstat On Mon, Apr 5, 2021, 3:06 AM 'Venkat' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Hi Mark, > > Thanks for the reply, How can we get the same details on the windows > server. > > > Regards > Venkat > > On Thu, Apr 1, 2021 at 7:22

Re: No space left on device

2021-04-01 Thread Mark Waite
bs to only retain a small number of recent builds. The configuration slicing plugin can assist with applying a setting to many job definitions at the same time. Mark Waite On Thu, Apr 1, 2021 at 7:47 AM 'Venkat Vemuri' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Hell

Re: after new Jenkins update, unable to Save Test Aggregate jobs

2021-03-31 Thread Mark Waite
N7ajX_VdyaOfwJ-BMZo_JNTIMCMNxlbN> that reviewed Jenkins 2.277.1 in more detail. Mark Waite On Wed, Mar 31, 2021 at 1:37 PM webde...@gmail.com wrote: > Hey, all. My team updated our development server on Friday to 2.277.1 and > ever since then, when I attempt to Save a job pertaini

Re: update Jenkins Plugin failures

2021-03-30 Thread Mark Waite
versions of Java need to be updated in any case, since later Java updates include important fixes. Mark Waite On Tue, Mar 30, 2021 at 3:10 PM Victoria Wei Lei wrote: > Hi, All, > I run into issues when I tried to update a plugin. Messages below. > Please help me to figure out what's

Re: GitHub Clone to Different Local Directory

2021-03-29 Thread Mark Waite
You can't use ssh authentication with an https repository URL. When using ssh authentication, you need to use an ssh repository URL. When using username / password or username / token, you must use an HTTPS (or HTTP) URL. Mark Waite On Mon, Mar 29, 2021 at 10:38 AM Eric Fetzer wrote: > H

Re: GitHub Clone to Different Local Directory

2021-03-26 Thread Mark Waite
paths? > > > > Sent from my T-Mobile 4G LTE Device > > > Original message > From: Mark Waite > Date: 3/26/21 6:44 PM (GMT-05:00) > To: Jenkins Users > Subject: Re: GitHub Clone to Different Local Directory > > If you're using pipeline, ch

Re: GitHub Clone to Different Local Directory

2021-03-26 Thread Mark Waite
If you're using pipeline, change to that directory with the dir('/users/username/projectname') { } wrapper around the checkout step; If you're using a freestyle job, use the git plugin extension 'checkout to a subdirectory' On Fri,

Re: Email extender notification no longer resolve variables in the notification

2021-03-24 Thread Mark Waite
before the Jenkins 2.277.1 upgrade - Upgrade to Jenkins 2.277.1 - Update plugins after the Jenkins 2.277.1 upgrade In this specific case, the latest version of the token-macro plugin has been the solution. Mark Waite On Wed, Mar 24, 2021 at 9:18 AM Daniel Stubkjær wrote: > Hello everyone, >

Re: delete work space config not working

2021-03-23 Thread Mark Waite
If they are using Jenkins 2.277.1 then they will need to remove the TFS plugin. It has a known security vulnerability and a known issue with the Jenkins 2.277.1 configuration form modernization. On Tue, Mar 23, 2021 at 6:03 PM Doug Whitfield wrote: > I have a customer that when she tries to

Re: Just installed git 2.31.0 - Unable to fetch

2021-03-22 Thread Mark Waite
I see a mention of SENDENV in ssh configuration options. Have the ssh configuration options been modified in the account that runs the Jenkins agent? If that hunch is correct, then you could switch from ssh authentication to https username/password authentication or you could use a Bitbucket

Re: sparse checkout multiple repositories

2021-03-18 Thread Mark Waite
Yes, it is possible. You'll need to use the "checkout" step rather than the "git" step. The documentation for the "git" step (in the online help of your Jenkins installation and on jenkins.io ) says: NOTE: The checkout step is the preferred SCM

Re: Non-lightweight git checkout of Jenkinsfile fails if node parameter is provided

2021-03-16 Thread Mark Waite
the version of command line git on the agent. You could install the most recent version of command line git on the agent (currently 2.31.0) and see if that resolves the issue. Mark Waite > My Jenkins instance is 2.222.4, running in a container derived from the > Jenkins base image jenk

Re: GitLab Branch Source Plugin Documentation

2021-03-15 Thread Mark Waite
Those are very good suggestions. Pull requests welcomed to https://github.com/jenkinsci/gitlab-branch-source-plugin/blob/master/README.md On Mon, Mar 15, 2021 at 9:23 AM Sverre Moe wrote: > More detailed information is needed on the documentation for GitLab Branch > Source Plugin >

Re: ResourceBundleMessageSource WARNING?

2021-03-11 Thread Mark Waite
.277.1. The updates inside Jenkins 2.277.1 (Acegi -> Script Security, XStream fork -> Xstream, JQuery 2 -> JQuery 3.5.1, ASM) may need plugin updates both before upgrade to Jenkins 2.277.1 and after the upgrade to Jenkins 2.277.1. Mark Waite On Thu, Mar 11, 2021 at 2:35 PM alan.l...@gmail.com wr

Re: Login Problems with issues.jenkins-ci.org - who to contact?

2021-03-10 Thread Mark Waite
h your Jenkins account to my email address mark.earl.waite at gmail . I'll use the admin interface to attempt to send you a password reset message. If that does not work, then we'll use private email to find a way to reset your account password. Mark Waite > -- > You received this message

Re: Ways to automate using Jenkins REST API

2021-03-06 Thread Mark Waite
If you open http://your-jenkins.example.com/api/ it will display several examples of REST API calls available. For example, it lists - Create job - Copy job - Restart Jenkins If you open the documentation at https://www.jenkins.io/doc/book/using/remote-access-api/ you'll see pointers

Re: What is it.badgeActions

2021-03-03 Thread Mark Waite
uilds.findAll{ it.result.toString()=='SUCCESS' && it.badgeActions }.collect{ it.displayName[1..-1] } Mark Waite > If I remove the it.badgeActions.each loop, I see the build numbers. > Firstly, what is is the "it" in def build = it and what the hell is

Re: Support for my jenkins.io account

2021-03-03 Thread Mark Waite
gt; >>> I have not received any email. Can you please verify? >>> >>> Thanks, >>> *Andrea Matera* >>> >>> >>> Il giorno sab 27 feb 2021 alle ore 06:04 Mark Waite < >>> mark.earl.wa...@gmail.com> ha scritto: >>> >

Re: Support for my jenkins.io account

2021-03-02 Thread Mark Waite
I replied to you privately with more information. Let me know if that does not resolve the issue. On Mon, Mar 1, 2021 at 12:56 AM Andrea Matera wrote: > I have not received any email. Can you please verify? > > Thanks, > *Andrea Matera* > > > Il giorno sab 27 feb 2021 alle

Re: Support for my jenkins.io account

2021-02-26 Thread Mark Waite
I've asked the accounts app to send you a password reset. If you have not received it within 18 hours, please let me know and we'll investigate further. Thanks Mark Waite On Fri, Feb 26, 2021 at 8:42 AM Andrea Matera wrote: > Hi all, > can someone help me to recover my account &qu

Re: Jenkins - Unable to resolve git exception

2021-02-26 Thread Mark Waite
On Friday, February 26, 2021 at 8:42:13 AM UTC-7 you wrote: > Dear guys, > > I am getting an error stating that "Error cloning remote repo origin" > Caused by :hudson. git.GitException: Error performing command c:\.program > files\Git\ bin\git.exe init /opt/jenkins-slave > > I have already

Re: HTTP Status 403 – Forbidden error

2021-02-18 Thread Mark Waite
m systems log i can below above errors > disappeared. > > Feb 19, 2021 10:56:05 AM WARNING hudson.security.csrf.CrumbFilter doFilter > No valid crumb was included in request for /jenkins/configSubmit by > vasanth.guru. Returning 403. > > On Friday, February 19, 2021 at 1

Re: HTTP Status 403 – Forbidden error

2021-02-18 Thread Mark Waite
upgraded. The MultipleSCMs plugin has been deprecated. Jenkins Pipeline is the better way to implement multiple SCM support from within a single job. Mark Waite On Thu, Feb 18, 2021 at 9:47 PM Mk wrote: > > Hello Jenkins Community team, > > I am using *Jenkins - 2.263.1(LTS)* depl

Re: How to delete the old name of a renamed repository in an organization folder (multibranch pipeline)

2021-02-17 Thread Mark Waite
I've used the "Delete" selection from the dropdown menu to remove individual builds (like the disabled PR jobs that are visible on ci.jenkins.io) and pull request jobs. Maybe that would work for disabled organization folder jobs as well? On Wed, Feb 17, 2021 at 6:32 AM Amedee Van Gasse wrote:

Re: Multibranch Pipeline git events on PR

2021-02-15 Thread Mark Waite
ated with the Pipeline Syntax snippet generator <https://www.jenkins.io/doc/book/pipeline/getting-started/#snippet-generator> from your Jenkins controller. A brief video clip on using the snippet generator is linked from the git plugin documentation <https://plugins.jenkins.io/git/#pipeline

Re: Git Exclude Region in Multibranch Pipeline Job Not working

2021-02-15 Thread Mark Waite
-strategy/> rather than using the git plugin facility that is similar. Those strategies provide a higher level implementation for multibranch pipelines. The higher level implementation can work for multiple SCM providers. Mark Waite On Mon, Feb 15, 2021 at 5:02 AM Ven H wrote: > I have a Gi

Re: Jenkins Plugins Versions and their compatible versions

2021-02-13 Thread Mark Waite
You could also use the Jenkins command line tool "plugin installation manager" to generate a list of plugins for Jenkins 2.222.4. I believe the sequence would be like this: $ wget

Re: Jenkins Upgrade 2.235.1 to 2.263.3 All Nodes Can't Connect

2021-02-12 Thread Mark Waite
The Jenkins 2.249.1 upgrade guide notes that Microsot.NET 2.0 support has been removed. See https://www.jenkins.io/doc/upgrade-guide/2.249/#upgrading-to-jenkins-lts-2-249-1 in case that affects your installation. On Fri, Feb 12, 2021 at 7:49 AM 'Minimos' via Jenkins Users <

Re: Documentation

2021-02-09 Thread Mark Waite
: string is just plain not enough for user to > understand what you want and what kind of format that option should take. > Some are well done, the branches options into the gitscm was well done, > but the quality is not to that level everywhere, and the end user cannot > filled those sadly or

Re: Permissions to see pipeline syntax

2021-02-09 Thread Mark Waite
to Pipeline specific online help for plugins. Mark Waite On Tuesday, February 9, 2021 at 8:08:50 AM UTC-7 Jérôme Godbout wrote: > +1 online pipeline syntax generator. The online documentation is such a > pain, page too long to scroll, no type or any example, no freaking idea > what the

Re: 'docker: not found' Error when building a docker image

2021-02-07 Thread Mark Waite
source code rather than controlling the job definition from the Jenkins user interface. If you use a Pipeline project, you avoid the need for a plugin to invoke the container builder for you. You invoke the container builder from the `sh` step. Mark Waite > > Thanks. > >

Re: 'docker: not found' Error when building a docker image

2021-02-06 Thread Mark Waite
https://dev.to/thakkaryash94/how-many-ways-to-build-a-container-image-4g3p suggests several different ways that a Kubernetes pod can be used to build a container with using the docker command. It also provides a nice summary of the risks of using the docker command to build untrusted images. On

Re: Unable to log into jenkins.io or receive the email from "forgot password"

2021-02-04 Thread Mark Waite
If you'll send me your Jenkins userid and the mail address associated with your Jenkins userid, I'll work with you to reset your password. I am mark earl waite (separated by dots) on Gmail. On Thu, Feb 4, 2021 at 11:28 AM Javier Rodriguez wrote: > Hello, > > I am trying to get into my account

Re: jenkins web page not launching when run from docker

2021-02-02 Thread Mark Waite
the right of the row containing port 50000. Mark Waite On Tue, Feb 2, 2021 at 7:05 PM Slide wrote: > What does your docker command look like? > > On Tue, Feb 2, 2021, 13:43 Anil <1dropafl...@gmail.com> wrote: > >> Jenkins 2.263.3 LTS Windows 10 Home Docker Windows

Re: Checkout failure on Windows

2021-02-02 Thread Mark Waite
. It is now > using the 64 bit workspace for everything...no "ERROR: Unable to retrieve > commit message" and batch files are working. > > Thanks so much for all your help with this issue! > > Regards, > Pat > > > On Monday, February 1, 2021 at 9:02:23 PM UTC-6 Mark

Re: Checkout failure on Windows

2021-02-01 Thread Mark Waite
ne-demos.git'". It should show the same failure, since it runs the same basic checkout code, but it is a low cost thing to check. Mark Waite > On Monday, February 1, 2021 at 7:01:59 PM UTC-6 Mark Waite wrote: > >> On Mon, Feb 1, 2021 at 1:54 PM Patrick Moran wrote: >>

Re: Checkout failure on Windows

2021-02-01 Thread Mark Waite
t is not enabled, then an implicit checkout scm is performed on the agent 4. Other steps in the Jenkinsfile are executed Mark Waite > Thanks, > Pat > > On Friday, January 29, 2021 at 8:47:53 PM UTC-6 Patrick Moran wrote: > >> Thanks Mark! I am new to Jenkins so it may

Re: Checkout failure on Windows

2021-01-29 Thread Mark Waite
userRemoteConfigs: [[credentialsId: > 'b5255326-bc83-40e7-847d-d4bd6a597f40', url: ' > https://git.virtualincision.net/scm/a4sw/surgeon-console-software.git']] > ]) > } > } > ... > > On Friday, January 29, 2021 at 2:33:24 PM UTC-6 Mark Waite wrote:

Re: Checkout failure on Windows

2021-01-29 Thread Mark Waite
May want to try "origin/feature/test-PM" instead On Fri, Jan 29, 2021 at 1:25 PM Patrick Moran wrote: > Hello, > > > > I have installed Jenkins on my Windows 10 machine, created a pipeline and > run it. When it runs I get a message "ERROR: Unable to retrieve commit > message" when I try to

Re: run jenkins pipeline fails "docker": error=2, No such file or directory

2021-01-28 Thread Mark Waite
The "Installing Jenkins" page for Docker also provides instructions that will allow a user to run some Docker commands from inside a customer Docker image that they create based on the official Jenkins images. I agree with Ivan that running the

Re: Increasing number of unavailable plugin updates

2021-01-20 Thread Mark Waite
.263. If there isn't something critical that you need in those newer plugin releases, you can remain with Jenkins LTS and remain with the releases that support Jenkins 2.263.x. Mark Waite > > > So far I have a list of the following that can’t be updated (listed as > UNAVAILABLE):

Re: Unable to Register Account for Jenkins Jira

2021-01-19 Thread Mark Waite
email. > > Username already exists. > Email already exists. > On Tuesday, January 19, 2021 at 11:29:50 AM UTC-8 Mark Waite wrote: > >> On Tuesday, January 19, 2021 at 12:26:03 PM UTC-7 Marky wrote: >> >>> We are currently experiencing issues with Jira and LDAP >>&

Re: Unable to Register Account for Jenkins Jira

2021-01-19 Thread Mark Waite
accounts.jenkins.io for the signup rather than https://accounts.jenkins.io 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 to jenkinsci-use

Re: Can not download or update plugin

2021-01-12 Thread Mark Waite
network configuration to allow it to reach the nearest server. > > > Vào Th 4, 13 thg 1, 2021 vào lúc 10:11 Mark Waite < > mark.earl.wa...@gmail.com> đã viết: > >> >> On Tue, Jan 12, 2021 at 7:54 PM Huynh Vuong >> wrote: >> >>

Re: Can not download or update plugin

2021-01-12 Thread Mark Waite
rorlist . If you prefer to see the mirror list for the most recent long term support release, you can use https://get.jenkins.io/war-stable/2.263.1/jenkins.war?mirrorlist Mark Waite > Please check and respond to help me. > > Looking to hearing from you > > Thank you > > Bes

Re: Permissions to read labels

2021-01-12 Thread Mark Waite
ing in. I can use that label in a Jenkinsfile run on ci.jenkins.io and it will be honored. Mark Waite > On Tuesday, January 12, 2021 at 6:38:51 PM UTC Mark Waite wrote: > >> I believe that if you assign the labels as an administrator, then any job >> that runs is allowed to query the existing l

Re: Permissions to read labels

2021-01-12 Thread Mark Waite
simple labels (like 'FreeBSD-12') while still retaining the full details generated by the platformlabeler plugin. Mark Waite On Tue, Jan 12, 2021 at 10:32 AM dnawarm wrote: > > Hello all, > > user requests to list available labels and list agents which have X CPUs > and Y GB of RAM.

Re: Gracefully ignoring unavailable agents

2021-01-02 Thread Mark Waite
with declarative pipeline. On Sat, Jan 2, 2021 at 10:30 AM Mark Waite wrote: > > > On Thu, Dec 31, 2020 at 2:27 PM 'Mark Raynsford' via Jenkins Users < > jenkinsci-users@googlegroups.com> wrote: > >> Hello! >> >> Let's say I'm using a declarative pipelin

Re: Gracefully ignoring unavailable agents

2021-01-02 Thread Mark Waite
On Thu, Dec 31, 2020 at 2:27 PM 'Mark Raynsford' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Hello! > > Let's say I'm using a declarative pipeline setup like this: > > ~~ > #!groovy > > pipeline { > > agent none > > stages { > stage('Build') { > parallel { >

Re: Who to contact about archives.jenkins-ci.org being down

2020-12-24 Thread Mark Waite
sday, December 22, 2020 at 2:23:43 PM UTC+1 Mark Waite wrote: > >> Do you have a specific use case that is harmed by the downtime of >> archives.jenkins-ci.org? In general, the current content of that >> machine is mirrored in at least 6 different locations around the wo

Re: Who to contact about archives.jenkins-ci.org being down

2020-12-22 Thread Mark Waite
, 2020 at 6:21:03 AM UTC-7 Mark Waite wrote: > No need to contact anyone. We know it is down and will work on it after > the holidays. > > It was noted last week in the Jenkins IRC channel that the machine is > offline. > > On Tuesday, December 22, 2020 at 6:04:54 AM UTC

Re: Who to contact about archives.jenkins-ci.org being down

2020-12-22 Thread Mark Waite
No need to contact anyone. We know it is down and will work on it after the holidays. It was noted last week in the Jenkins IRC channel that the machine is offline. On Tuesday, December 22, 2020 at 6:04:54 AM UTC-7 pashc...@gmail.com wrote: > Howdy, > > From the Jenkins mirrors status page

Re: Windows agent connected over ssh - requires elevation to install jdk-8-oracle

2020-12-18 Thread Mark Waite
installer plugin but provides AdoptOpenJDK rather than Oracle JDK. > > > I wrote "installed", because that can either be > * Windows Installer, for Oracle JDK > * Extract zip file, for OpenJDK (for me, binaries from > https://jdk.java.net/ or for you, from https://adoptopenjd

Re: Help Reset User

2020-12-18 Thread Mark Waite
I'm working with Stephan to resolve the issue. On Fri, Dec 18, 2020 at 9:38 AM Stephan Watermeyer wrote: > Hey, i would like to update my jenkins plugin but i cant log in to my > account anymore. The reset password functionality does not work for me, as > i dont get the emails. Maybe someone

Re: Windows agent connected over ssh - requires elevation to install jdk-8-orable

2020-12-18 Thread Mark Waite
in a user directory. Mark Waite On Fri, Dec 18, 2020 at 6:10 AM Amedee Van Gasse wrote: > There was a thread here last month "Recommended way to setup a windows > agent nowadays?" > > I have a (new) windows agent (Windows Server 2019) that is connected > through SSH, as descr

Re: java.lang.NoSuchMethodError: No such DSL method 'withKubeConfig' found among steps [approveReceivedEvent,

2020-12-17 Thread Mark Waite
Are you sure that you have the Kubernetes CLI plugin installed? https://plugins.jenkins.io/kubernetes-cli/ On Thu, Dec 17, 2020 at 8:50 AM anilkumar panditi < anilkumar.pand...@gmail.com> wrote: > Hi, > My Pipeline is failing with below error. > > java.lang.NoSuchMethodError: No such DSL method

Re: Dynamic Jenkins file

2020-12-07 Thread Mark Waite
On Mon, Dec 7, 2020 at 4:24 AM Ven H wrote: > Is it possible to define everything including SharedLibrary method names > for call, parameters, stages, steps etc in a yml file and call during > execution? I want to create a generic Jenkinsfile, which will load & > execute everything based on the

Re: different github checkout revisions

2020-12-02 Thread Mark Waite
ou say "restart the same pipeline", do you mean that you press the > "Replay" button for the pipeline? Do you mean that you press the "Build > now" link? Do you mean that you're starting the job from a command line > interface call? Are you starting the job fr

Re: different github checkout revisions

2020-12-01 Thread Mark Waite
system operation) to allow more time that the clone timeout (which is a network operation)? 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: Build fails on webhook trigger but succeeds when triggered manually

2020-11-25 Thread Mark Waite
The hook is evaluated on the Jenkins controller. Since you indicate that it is running on Windows, then you'll need command line git installed on your Jenkins controller. We test regularly with Git for Windows using either the standard installer or the PortableGit installer. Be sure that the

Re: Login Problems with issues.jenkins-ci.org - who to contact?

2020-11-25 Thread Mark Waite
Try resetting your password through https://beta.accounts.jenkins.io/ and then attempt to login to https://issues.jenkins.io/ If that does not work, reply to this email and we'll try more diagnostics. On Wed, Nov 25, 2020 at 1:15 PM Ross Bender wrote: > I am having the same issue. I have an

Re: Jenkins upgraded & getting error - HTTP ERROR 403 No valid crumb was included in the request

2020-11-21 Thread Mark Waite
See https://www.jenkins.io/blog/2020/11/10/spring-xstream/ for the announcement that the outdated Acegi security framework has been replaced by the Spring Security framework. Use the instructions in that blog post to assess your current installation. If the instructions in the blog post do

Re: Jenkins 2.249.3 LTS and incompatible plugin updates

2020-11-17 Thread Mark Waite
Jenkins 2.263.1 release candidate build is slated for delivery soon. Release of Jenkins 2.263.1 is planned for Dec 2, 2020 per the Jenkins calendar. Refer to https://www.jenkins.io/download/lts/ for more details about the LTS release schedule. On Tue, Nov 17, 2020 at 11:41 AM Alan Sparks wrote:

Re: 2.266 broke logins

2020-11-14 Thread Mark Waite
Check that the plugins you're using are current releases and are not on the list as "incompatible" or with known issues. If they are not already known issues, then an issue report is the best thing. Try password reset of

Re: Jenkins Windows Download 503 Error

2020-11-12 Thread Mark Waite
ot cause why it is happening. That's what the infrastructure team is investigating. Others are definitely seeing the issue. We have reports on twitter, Gitter, Reddit, and IRC. Mark Waite > On Thursday, November 12, 2020 at 1:22:57 PM UTC-5 marky.r...@gmail.com > wrote: > >> The infr

Re: Please help with a real working example with "checkout"

2020-11-12 Thread Mark Waite
e workspace disc use but won't reduce the amount of data transferred from the remote repository. If you prefer a talk that describes the alternatives, see https://youtu.be/jBGFjFc6Jf8?t=6434 Mark Waite On Thu, Nov 12, 2020 at 11:20 AM wrote: > Please help with a real working example with &q

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

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

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

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

Re: How to recover bugtracker/wiki account?

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

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

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

Re: Couldn't find any revision to build. Verify the repository and branch configuration for this job

2020-10-16 Thread Mark Waite
In this case, since you're inside a pipeline that is running, I don't think that you want to scan all branches. I think that you want to use the branch that was already determined by the multibranch pipeline that started the job. So long as you are inside a multibranch pipeline, the settings for

Re: Choice picker is recently broken?

2020-10-15 Thread Mark Waite
Seems like you're describing https://issues.jenkins-ci.org/browse/JENKINS-63892 - Missing pipeline input hover in stage view Alternatives for now seem to be to switch to a previous version of pipeline stage view and accept the low contrast background or stay with the current and open the console

Re: Jenkins Git Init Fails

2020-10-14 Thread Mark Waite
Several alternatives: - If the repository is a smaller repository (less than 50 MB), then you could enable JGit in your installation and use JGit instead of command line git to perform the checkout. - Define a "git tool" for

Re: Directing Jenkins (Windows) to use 64bit Java (JRE)

2020-10-11 Thread Mark Waite
any issues so far but wanted to confirm if this is an > acceptable change and I won't see any conflicts/issues in the future. > I don't expect any issues. I've not seen any reports that were specific to the transition from 32 bit Java to 64 bit Java. Mark Waite > > Please let me kn

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