Re: Latest Jenkins LTS war release has incorrect binary file

2025-02-06 Thread Michael Richmond
Thanks for the response. I was downloading from the URLs: https://get.jenkins.io/war-stable/latest/jenkins.war https://get.jenkins.io/war-stable/2.492.1/jenkins.war Tried multiple times yesterday and consistently received a valid war file that did not match the jenkins.war.sha256 checksum. Checki

Re: Latest Jenkins LTS war release has incorrect binary file

2025-02-05 Thread Mark Waite
On Wednesday, February 5, 2025 at 4:16:47 PM UTC-7 Michael Richmod wrote: The latest Jenkins LTS release /war-stable/2.492.1 appears to have the incorrect files. The sha256sum does not match the `jenkins.war` file. When the `jenkins.war` file is executed with `java -jar jenkins.war --version`

Re: git-plugin: git clean -ffxd in submodules ?

2025-02-05 Thread Mark Waite
On Wednesday, February 5, 2025 at 8:46:31 AM UTC-7 Xavier Raynaud wrote: Hi all, In my Jenkinsfile, I use the checkout step to perform a git checkout. My git repo has some submodules; which have also, themselves, submodules. As of

Re: Help on hosting Jenkins controllers

2025-01-12 Thread Raviraj
hi James, We have considered the CloudBees CI and are deterred by the costs of licensing. Yes your guess is right, we have 100s of pipeline jobs running, nothing runs on the controller. We use declarative pipeline jobs along with shared libraries. Also, there are many shell interpolations present

Re: Help on hosting Jenkins controllers

2025-01-10 Thread James Nord
Hi, I am assuming you are already using multiple build agents . Jenkins OSS does not support horizontal scaling of controllers. CloudBees CI is the only option I know of that supports horizontally

Re: reuseNode in docker-plugin

2025-01-08 Thread Om Naidu
Try with Multibranch. This may require tweaking your build process or trigger points. You can also try parallel stages by scripting jenkinsfile properly. On Wed, Jan 8, 2025 at 8:27 AM Kirk Fitzsimons wrote: > > It is not a multibranch pipeline, It is a declarative pipeline > On Wednesday, Janu

Re: reuseNode in docker-plugin

2025-01-08 Thread Kirk Fitzsimons
This would be an example: pipeline { agent { label 'default' } stages{ stage('Parallel: Job A & Job B){ parallel { stage('A') { steps { build job: 'Job A', } //steps }//st

Re: reuseNode in docker-plugin

2025-01-08 Thread Kirk Fitzsimons
It is not a multibranch pipeline, It is a declarative pipeline On Wednesday, January 8, 2025 at 2:15:41 PM UTC omn...@gmail.com wrote: > What type of pipeline project are you using? did you use multi brach > pipeline? > > On Wed, Jan 8, 2025 at 7:26 AM Kirk Fitzsimons > wrote: > >> Hi, >> >> A

Re: reuseNode in docker-plugin

2025-01-08 Thread Om Naidu
What type of pipeline project are you using? did you use multi brach pipeline? On Wed, Jan 8, 2025 at 7:26 AM Kirk Fitzsimons wrote: > Hi, > > Apologies if this has been asked/answered already, but it there an ability > to reuse docker nodes between stages using the docker-plugin >

Re: How to access Jenkins system configuration variables in an Active Choice Parameter Groovy script?

2025-01-01 Thread zil...@gmail.com
I posted an answer in the Stack Overflow post. Chris On Tuesday, December 31, 2024 at 12:57:56 PM UTC-5 zil...@gmail.com wrote: > Please see my Stack Overflow post > >

Re: Firewall Whitlisting for Plugin Upgrade

2024-12-20 Thread Verachten Bruno
Please ask your question in the infra channel: https://app.element.io/?updated=1.11.88#/room/#jenkins-infra:matrix.org You may get answers from the infra team. That would be way better than my wild guesses. On Fri, Dec 20, 2024 at 6:46 AM Daniel Heß < daniel.h...@roland-rechtsschutz.de> wrote: >

Re: Firewall Whitlisting for Plugin Upgrade

2024-12-19 Thread Daniel Heß
Yeah, that could be a way to go. But if you got all URLs catched on that way, if you look into on the firewall which urls are blocked and give it then free. And my hope was to found a list of urls from other users. Anyway... goun...@gmail.com schrieb am Donnerstag, 19. Dezember 2024 um 15:09:14

Re: Firewall Whitlisting for Plugin Upgrade

2024-12-19 Thread Verachten Bruno
Got it. In the blog post I mentioned, there is a link to a long-running GitHub issue: https://github.com/jenkins-infra/helpdesk/issues/2649 . You should find some useful information there. One point I noticed is that archives.jenkins.io may act as a mirror fallback for JSON data. Additionally, co

Re: Firewall Whitlisting for Plugin Upgrade

2024-12-19 Thread Daniel Heß
Thanks Bruno, but it does not help. We need all to whitelist all urls in our firewall and im searching for a list of urls... goun...@gmail.com schrieb am Donnerstag, 19. Dezember 2024 um 11:00:11 UTC+1: > Hello Daniel, > > You may want to have a look at > https://www.jenkins.io/blog/2024/11/16

Re: Firewall Whitlisting for Plugin Upgrade

2024-12-19 Thread Verachten Bruno
Hello Daniel, You may want to have a look at https://www.jenkins.io/blog/2024/11/16/new-update-center/ . Best regards, Bruno On Wed, Dec 18, 2024 at 2:06 PM Daniel Heß < daniel.h...@roland-rechtsschutz.de> wrote: > Hi, > > we have problems for run upgrades for plugins on our jenkins server beh

Re: Arrow key not working

2024-12-12 Thread Kris Stern
This issue is likely caused by https://github.com/jenkinsci/jenkins/pull/7569. On Thursday, December 12, 2024 at 8:13:47 PM UTC+8 mortenr...@gmail.com wrote: > I run version 2.489 > And in dit boxes on a config page the arrow up/down keys dose not work any > more. > A web browser debug says "

Re: queueId data type in Jenkins API

2024-11-20 Thread pib...@gmail.com
Hello It seems that you are using a CloudBees related distribution. Can you please open a support ticket at https://support.cloudbees.com/hc/en-us ? Regards On Wednesday, November 20, 2024 at 11:26:23 AM UTC+1 hanna...@gmail.com wrote: > Hi, we are using Jenkins API as integration to a differ

Re: How to add something to description but not to the build history?

2024-11-18 Thread 'Maciej Jaros' via Jenkins Users
I've managed to do this without plugins ;) https://x.com/eccenux/status/1858550202107346986 Would be nice to have and ability to add classes to elements probably. Mark Waite (2024-11-18 15:56): The badge plugin includes a createSummary Pipeline step

Re: How to add something to description but not to the build history?

2024-11-18 Thread Mark Waite
The badge plugin includes a createSummary Pipeline step that will add an icon and text to the build page without adding anything to the list of builds that is displayed on the left in the build history. The Groovy postbui

RE: Nodes are going down often

2024-11-13 Thread dizzy0ny
UnsubscribeSent from my T-Mobile 5G Device Original message From: Prabhu ilamathi Date: 11/13/24 10:57 AM (GMT-05:00) To: Jenkins Users Subject: Nodes are going down often Hi All,I have a windows VM where i have installed the master and its subsequent 5 logins as slave node

Re: can't add directory to the path in Jenkins pipeline

2024-11-07 Thread 'Boris Teplitsky' via Jenkins Users
now it works thanks On Wednesday, November 6, 2024 at 1:51:21 PM UTC+2 kra...@gmail.com wrote: > Use: > > withEnv(['PATH+GCLOUD=/opt/google-cloud-sdk/bin']) { your_body } > > to modify the PATH env variable. > > -- You received this message because you are subscribed to the Google Groups "Jenk

Re: can't add directory to the path in Jenkins pipeline

2024-11-06 Thread Torsten Krah
Use: withEnv(['PATH+GCLOUD=/opt/google-cloud-sdk/bin']) { your_body } to modify the PATH env variable. -- 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 jenkins

Re: Jenkins Update Center: brownout #5 for 24 hours

2024-10-25 Thread Damien Duportal
Hello dear all! This 5th brownout is now finished. It was a huge success! Le jeu. 24 oct. 2024 à 11:57, Damien Duportal a écrit : > Hello dear users and contributors, > > As described in > https://github.com/jenkins-infra/helpdesk/issues/2649#issuecomment-2434782765, > we are starting another 2

Re: no revision found corresponding to

2024-10-21 Thread Fabian Cenedese
At 09:28 21.10.2024, you wrote: >You might want to check your SVN setup: >https://jenkins2.mol.com.pl/manage/configure#subversion Unfortunately that link doesn't work. >For whatever weird reason Jenkins's default to some ancient version of SVN. >That version doesn't even support externals and I

Re: no revision found corresponding to

2024-10-21 Thread 'Maciej Jaros' via Jenkins Users
You might want to check your SVN setup: https://jenkins2.mol.com.pl/manage/configure#subversion For whatever weird reason Jenkins's default to some ancient version of SVN. That version doesn't even support externals and I guess that might be your problem. You probably want to set it to 1.8 (yea

Re: no revision found corresponding to

2024-10-19 Thread Fabian Cenedese
At 09:19 18.10.2024, Verachten Bruno wrote: >Hello, > >It looks like the culprit is the subversion plugin: >https://github.com/jenkinsci/subversion-plugin/blob/53233cfc8eb305b0932f96c516f3c788c7585e24/src/main/java/hudson/scm/SubversionSCM.java#L743 Yes, it says so in the log message: >> Oct 18,

Re: no revision found corresponding to

2024-10-18 Thread Verachten Bruno
Hello, It looks like the culprit is the subversion plugin: https://github.com/jenkinsci/subversion-plugin/blob/53233cfc8eb305b0932f96c516f3c788c7585e24/src/main/java/hudson/scm/SubversionSCM.java#L743 Kind regards, Bruno Verachten On Fri, Oct 18, 2024 at 9:09 AM Fabian Cenedese wrote: > > Hell

Re: [Jenkins Infrastructure] Operation on get.jenkins.io/mirrors.jenkins.io (downloads)

2024-10-16 Thread Damien Duportal
The operation is now finished. The fallback system did perform well (great real life test!) and mirrors are back (some might take up to 24 hours before being up). Le mer. 16 oct. 2024 à 13:44, Damien Duportal a écrit : > Hello dear users and contributors, > > This email to let you know that the

Re: Separate console output of parallel steps

2024-10-10 Thread Fabian Cenedese
>Hi >Is there any possibility to divide or filter the full console output >and get just the lines of one parallel step? We have jobs that >output quite a lot of text and the full console output is then >dozens of MB, apparently too much to handle for a browser. >So if I can just get the logs

Re: Separate console output of parallel steps

2024-10-10 Thread 'Björn Pedersen' via Jenkins Users
fcenedese schrieb am Donnerstag, 10. Oktober 2024 um 08:19:55 UTC+2: Hi Is there any possibility to divide or filter the full console output and get just the lines of one parallel step? We have jobs that output quite a lot of text and the full console output is then dozens of MB, apparently

Re: Jenkins Update Center: brownout #3 for 24 hours

2024-09-12 Thread Damien Duportal
Hi dear users and contributors! The Update Center is back to our old system. We'll collect data and logs and we'll write down a post-mortem. For those of you still using http://updates.jenkins-ci.org as an URL (inherited from old times but never migrated) for the Plugins, please start switching t

Re: Upgrading to 2.475 with LDAP plugin

2024-09-11 Thread Stefan
Thanks, this did indeed seem to have worked correctly. Mark Waite schrieb am Montag, 9. September 2024 um 23:38:18 UTC+2: > On Monday, September 9, 2024 at 10:46:57 AM UTC-6 Stefan wrote: > > Inside the changelog for version 2.475 we can read: > > *Users of the LDAP plugin must upgrade it to vers

Re: Upgrading to 2.475 with LDAP plugin

2024-09-09 Thread Mark Waite
On Monday, September 9, 2024 at 10:46:57 AM UTC-6 Stefan wrote: Inside the changelog for version 2.475 we can read: *Users of the LDAP plugin must upgrade it to version 733.vd3700c27b_043 in lockstep with upgrading Jenkins core.* Unfortunately, there is no indication on how to actually achiev

Re: Jenkins Update Center: brownout #2 is starting

2024-09-09 Thread Damien Duportal
Brownout finished at 15:05 UTC and was succesful! Le lun. 9 sept. 2024 à 16:02, Damien Duportal a écrit : > Hello dear Jenkins users and contributors, > > Reminder that we're starting the second Update Center brownout as per > https://www.jenkins.io/blog/2024/09/04/update-center-brownouts/. > >

Re: Jenkins Update Center: brownout #1 starting soon

2024-09-06 Thread Damien Duportal
Hi ! The first brownout is now finished and Update Center is back to the usual AWS machine. We're gathering data to elaborate a post-mortem: the issue will be updated accordingly with our findings. The Jenkins Infra team Le ven. 6 sept. 2024 à 08:48, Damien Duportal a écrit : > Hello dear Jen

Re: Java upgrade from Java11 to Java 17

2024-08-16 Thread Mark Waite
On Friday, August 16, 2024 at 12:51:08 PM UTC-6 you wrote: Sorry Mark, if I'm not clear. I updated the Java path in Jenkins.xml to Java17 and restarted Jenkins from the Windows service. However, the service automatically starts and stops Jenkins. When I try to access the Jenkins application i

Re: Java upgrade from Java11 to Java 17

2024-08-16 Thread s.p...@gmail.com
Sorry Mark, if I'm not clear. I updated the Java path in Jenkins.xml to Java17 and restarted Jenkins from the Windows service. However, the service automatically starts and stops Jenkins. When I try to access the Jenkins application it throws a message that, the site is unreachable. When the Ja

Re: Java upgrade from Java11 to Java 17

2024-08-16 Thread Mark Waite
On Friday, August 16, 2024 at 12:26:06 PM UTC-6 you wrote: After upgrading Java to Java 17 Jenkins is not working. Upgraded all the plugins as well. It is installed on windows server .The service is looping between start and stop. Jenkins is not coming up. Version: Jenkins 2.452.3 I'm sorr

Re: question about WorkspaceLocatorImpl.java

2024-08-12 Thread Mark Waite
On Monday, August 12, 2024 at 3:09:19 PM UTC-6 Doug Whitfield wrote: I think I see that you can disable shortening in the code of https://github.com/jenkinsci/branch-api-plugin/blob/master/src/main/java/jenkins/branch/WorkspaceLocatorImpl.java#L333 static /* not final */ Mode MODE = Mode.value

Re: Pipeline script from SCM - Git Issue

2024-08-12 Thread Mk
I have updated the "Configure the host key verification strategy from "Manage Jenkins" >> "Security" >> "Git Host Key Verification Configuration", now working as expected. Thanks. On Monday, August 12, 2024 at 2:44:19 PM UTC+5:30 Mk wrote: > Hi Team, > > > > *My Environment:-* > > Jenkins M

Re: Unable to download and launch plugins on jenkins

2024-08-06 Thread 'James Nord' via Jenkins Users
raised https://github.com/jenkins-infra/helpdesk/issues/4211 On Tuesday, August 6, 2024 at 1:55:58 PM UTC+1 James Nord wrote: > The certificate that xmission uses has been revoked. > > probably something to make the infra hosting team aware so they can > (temporaily) remove the mirror from the p

Re: Unable to download and launch plugins on jenkins

2024-08-06 Thread 'James Nord' via Jenkins Users
The certificate that xmission uses has been revoked. probably something to make the infra hosting team aware so they can (temporaily) remove the mirror from the pool /James On Thursday, July 4, 2024 at 7:42:21 AM UTC+1 sai.bh...@gmail.com wrote: > Hi, > > I have newly provisioned latest jenkin

Re: How to make Jenkins container use more of my host's memory?

2024-07-25 Thread zil...@gmail.com
Like always, I ask the question then I find the answer, which is docker run --restart=unless-stopped -d -p 8080:8080 -v /home/jenkins:/var/jenkins_home --name jenkins_master --env JAVA_OPTS="-Xms24g -Xmx24g" 0123456789.dkr.ecr.us-east-1.amazonaws.com/jenkins_master:lts On Friday, July 26, 202

Re: Jenkins - Login issue

2024-07-11 Thread Ivan Fernandez Calvo
Did you check how to configure the SAML plugin? https://github.com/jenkinsci/saml-plugin/blob/main/doc/CONFIGURE.md#configuring-plugin-settings The IdP metadata contains the IdP certificates. On Wednesday, July 10, 2024 at 10:37:48 PM UTC+2 rames...@gmail.com wrote: > HI Team., > > I have an is

Re: Recent Edge upgrade breaks Matrix Plugin view

2024-06-19 Thread geoffroy...@gmail.com
For info, latest Edge for Business version 126.0.2592*.61* works fine (broken version is .54) On Monday 17 June 2024 at 19:51:20 UTC+2 geoffroy...@gmail.com wrote: > Thanks Mark for the hint > 126.0.2592.56 is latest Edge version available, probably will need to wait > for a futur new release...

Re: Recent Edge upgrade breaks Matrix Plugin view

2024-06-17 Thread geoffroy...@gmail.com
Thanks Mark for the hint 126.0.2592.56 is latest Edge version available, probably will need to wait for a futur new release... On Monday 17 June 2024 at 18:47:48 UTC+2 Mark Waite wrote: > I'm running Chrome 126.0.6478.62 and not seeing the issue any longer. I > did see it with a Chrome 125 ver

Re: Recent Edge upgrade breaks Matrix Plugin view

2024-06-17 Thread Mark Waite
I'm running Chrome 126.0.6478.62 and not seeing the issue any longer. I did see it with a Chrome 125 version On Monday, June 17, 2024 at 10:46:54 AM UTC-6 Mark Waite wrote: > I saw something similar with Google Chrome 125 and then confirmed that it > was resolved with Google Chrome 126. Check

Re: Recent Edge upgrade breaks Matrix Plugin view

2024-06-17 Thread Mark Waite
I saw something similar with Google Chrome 125 and then confirmed that it was resolved with Google Chrome 126. Check for a more recent release of Microsoft Edge. On Monday, June 17, 2024 at 10:44:31 AM UTC-6 geoffroy...@gmail.com wrote: > Hello > > we are facing an annoying issue, where Matrix

Re: jQuery 1.12.4 plugin

2024-05-08 Thread s.p...@gmail.com
Thank you. I disabled the plugin. On Monday, May 6, 2024 at 5:53:12 AM UTC-4 ullrich...@gmail.com wrote: > You can have a look here to see which plugins depend on jQuery 1: > https://plugins.jenkins.io/jquery/dependencies/ > > If you do not need one of those then it should be safe to remove jQue

Re: jQuery 1.12.4 plugin

2024-05-06 Thread Ullrich Hafner
You can have a look here to see which plugins depend on jQuery 1: https://plugins.jenkins.io/jquery/dependencies/ If you do not need one of those then it should be safe to remove jQuery 1 as well... > Am 02.05.2024 um 23:39 schrieb s.p...@gmail.com : > > Our scan reports are showing an out-of-

Re: Issue with Jenkins and GitLab Integration

2024-04-28 Thread Erick Mormin
Subject: Update on GitLab-Jenkins Integration Issue Hi Mark and Dirk, I hope this email finds you well. I wanted to give you an update on our ongoing efforts to resolve the GitLab-Jenkins integration issue. We've made significant progress in addressing the webhook problem in GitLab. The webhook

Re: Issue with Jenkins and GitLab Integration

2024-04-27 Thread Mark Waite
On Saturday, April 27, 2024 at 3:46:30 PM UTC-6 erick@gmail.com wrote: Subject: Issue with accessing GitLab repository from Jenkins Problem Description: We have configured Jenkins to access a GitLab repository hosted at `192.168.0.24:Berechit/easyformer.git`, but we are encountering authe

Re: Issue with Jenkins and GitLab Integration

2024-04-27 Thread Erick Mormin
Subject: Issue with accessing GitLab repository from Jenkins Dear Dirk, I hope this email finds you well. I am reaching out to you because we are currently experiencing an issue with accessing a GitLab repository from our Jenkins instance, and I would like to request your assistance in resolving

Re: Issue with Jenkins and GitLab Integration

2024-04-26 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 26.04.2024 um 15:38 +0200 schrieb Erick Mormin: Jenkins Integration - URL: http://192.168.0.24:8080/git/notifyCommit?url=http://192.168.0.24:40080/Berechit/easyformer.git&token=75a8746bcf9c658b08491f27860f356d

Re: Issue with Jenkins and GitLab Integration

2024-04-26 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 26.04.2024 um 15:38 +0200 schrieb Erick Mormin: We are still encountering difficulties with fetching the Git repository in Jenkins. Despite our efforts, Jenkins prompts for a password when attempting to clone the repository, which is unexpected behavior for SSH authentication. T

Re: Issue with Jenkins and GitLab Integration

2024-04-26 Thread Erick Mormin
Hi Dirk, I trust this email finds you well. I wanted to provide you with an update on our ongoing testing efforts and the challenges we're facing. We've made progress in resolving the webhook issue in GitLab. The webhook is now successfully executed with an HTTP 200 response, indicating that it's

Re: Issue with Jenkins and GitLab Integration

2024-04-25 Thread 'Dirk Heinrichs' via Jenkins Users
Am Freitag, dem 26.04.2024 um 00:25 +0200 schrieb Erick Mormin: Unfortunately, I'm still encountering problems despite several attempts to resolve them. Here are the errors I'm encountering: In GitLab: Hook executed successfully but returned HTTP 403 Error 403 Invalid access token HTTP ERR

Re: Issue with Jenkins and GitLab Integration

2024-04-25 Thread Erick Mormin
Dear Dirk, I hope this email finds you well. I wanted to update you on the ongoing issues I've been facing with the GitLab webhook configuration and triggering builds in Jenkins. Unfortunately, I'm still encountering problems despite several attempts to resolve them. Here are the errors I'm encou

Re: Issue with Jenkins and GitLab Integration

2024-04-25 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 25.04.2024 um 14:44 +0200 schrieb Erick Mormin: 2. I also updated the webhook URL in GitLab to include this token, as follows: `http://192.168.0.24:8080/job/EasyFormerPipeline/build?token=43272f4e87b1eff15b230e6b8f8395d5`

Re: Issue with Jenkins and GitLab Integration

2024-04-25 Thread Erick Mormin
Hello Kris, I wanted to update you on a question posed by Dirk Heinrichs. He asked whether the Jenkins URL in the GitLab webhook contains a valid Jenkins API token. Here's the relevant information: - GitLab webhook URL: http://192.168.0.24:8080/job/EasyFormerPipeline/build?token=43272f4e87b1eff1

Re: Issue with Jenkins and GitLab Integration

2024-04-25 Thread Erick Mormin
Hello Dirk, Thank you for your follow-up. Here's a summary of the actions I've taken since our last discussion: 1. I added an authentication token to the GitLab webhook URL, as you suggested, using the following token: `43272f4e87b1eff15b230e6b8f8395d5`. 2. I also updated the webhook URL in GitL

Re: Issue with Jenkins and GitLab Integration

2024-04-25 Thread 'Dirk Heinrichs' via Jenkins Users
Am Mittwoch, dem 24.04.2024 um 06:12 -0700 schrieb Erick Mormin: 2. Errors Encountered: - When I try to trigger a build from a push on GitLab, I receive an HTTP 403 error with the message "No valid crumb was included in the request". Does your Jenkins URL in the GitLab webhook conatin a val

Re: Issue with Jenkins and GitLab Integration

2024-04-25 Thread Kris Stern
Hi Erick, I can try and reproduce your issue this weekend before getting back to you over the next few days. Best, Kris From: jenkinsci-users@googlegroups.com on behalf of Erick Mormin Sent: 24 April 2024 21:12 To: Jenkins Users Subject: Issue with Jenkins an

Re: Jenkins not able to launch the slave due to unrecognizable JAVA_HOME

2024-04-19 Thread 'Maciej Jaros' via Jenkins Users
Just do this on the agent: * Get JDK 17 from Adoptium (Linux x64 in my case). * Unpack to |/var/jenkins|. * Rename unpacked “jdk[version]” to “jdk”. * Check: |/var/jenkins/jdk/bin/java -version| Jenkins agent will

Re: email-ext - Override default - groovy-html.template

2024-04-18 Thread 'christop...@googlemail.com' via Jenkins Users
Hi, Oh, email-ext, one of my current favorite topics I am calling it a little differently and that's working (for me it's jelly instead of groovy but groovy worked before also): def mailbody = '${JELLY_SCRIPT, template="template.jelly"}' def mailsubject = 'Jenkins Build ' + currentBuild.ful

Re: Jenkins not able to launch the slave due to unrecognizable JAVA_HOME

2024-04-18 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 18.04.2024 um 09:40 -0700 schrieb Sai Bhargav Kottisa: Agent machine (/etc/java/Openjdk_17.0.6.0/bin/java drwxr-xr-x 10 rootroot 131 Jan 14 2023Openjdk_17.0.6.0) As already written by Mark, you should NOT install things into /etc.

Re: Jenkins not able to launch the slave due to unrecognizable JAVA_HOME

2024-04-18 Thread Ivan Fernandez Calvo
[SSH] The remote user's environment is: Checking Java version in the PATH Java is not in the PATH nor configured with the javaPath setting, What happens if you enter by SSH in the agent with the same user you use to connect the Jenkins controller and execute java? >ssh my-jenkins-user@my-ssh-ag

Re: Jenkins not able to launch the slave due to unrecognizable JAVA_HOME

2024-04-18 Thread Sai Bhargav Kottisa
Hi, I have upgraded java on both the controller and agent machines to OpenJdk 17 and tried to launch again via ssh but still i am getting the same error *Controller* machine(*/usr/lib/jvm/Openjdk_17.0.6.0/bin/java* * drwxr-xr-x* 10 *root* *root* 131 Jan 13 2

Re: Pipeline script from git - credentials?

2024-04-16 Thread 'christop...@googlemail.com' via Jenkins Users
Hi Mark, thanks for your support! The URL is https:// the credentials stored are Username/password (with ID and key of an API-key of an internal gitlab-site). As mentioned: it is working in the configuration of my shared library and from the checkout scm: scmGit(...)-step. Ah, but in the library

Re: Pipeline script from git - credentials?

2024-04-16 Thread Mark Waite
On Tuesday, April 16, 2024 at 5:36:58 AM UTC-7 you wrote: Hi, we are currently transforming all our SCMs to git. That worked for the jobs that rely on a global library and just have a function-call in the pipeline that's directly set in the job configuration. However I have a couple of auxil

Re: Jenkins not able to launch the slave due to unrecognizable JAVA_HOME

2024-04-15 Thread Ivan Fernandez Calvo
>Jenkins not able to launch the slave due to unrecognizable JAVA_HOME Stop using Slave and use Agent as a name for the Build Agents attached to the Jenkins Controller (no longer master) >so could anyone please help as it is urgent This is a User group, so NOTHING here is urgent. If someone can

Re: Jenkins not able to launch the slave due to unrecognizable JAVA_HOME

2024-04-15 Thread Mark Waite
On Monday, April 15, 2024 at 7:09:03 AM UTC-7 Sai wrote: Hi, I have the below machine config *(Master Jenkins)* OS RedHat Enterprise Linux 7.6 openjdk version "11.0.22" 2024-01-16 LTS path: /usr/lib/jvm/java-11-openjdk-11.0.22.0.7-1.el7_9.x86_64/bin/java The Jenkins project stopped supportin

Re: Websocket support

2024-04-04 Thread Carlos Sanchez
Thanks, I couldn't find that doc On Wednesday, April 3, 2024 at 10:15:33 PM UTC+2 Mark Waite wrote: > On Wednesday, April 3, 2024 at 12:45:05 PM UTC-6 Carlos Sanchez wrote: > > Hi, > > Trying to use websockets with the Kubernetes plugin I get "WebSocket > support is not enabled in this Jenkins

Re: Websocket support

2024-04-03 Thread Mark Waite
On Wednesday, April 3, 2024 at 12:45:05 PM UTC-6 Carlos Sanchez wrote: Hi, Trying to use websockets with the Kubernetes plugin I get "WebSocket support is not enabled in this Jenkins installation" I couldn't find much documentation but looking through the code [1] I assume this is only supp

Re: Version Disclosure (JQuery/YUI/Prototypejs)

2024-03-21 Thread 'Björn Pedersen' via Jenkins Users
s.p...@gmail.com schrieb am Donnerstag, 14. März 2024 um 15:10:24 UTC+1: Please help. On Wednesday, March 13, 2024 at 3:27:25 PM UTC-4 s.p...@gmail.com wrote: Our web scans are showing Version disclosure for Jquery/YUI/Prototyejs . Jenkins is running on windows server . Version is 2.426.3 The

Re: Version Disclosure (JQuery/YUI/Prototypejs)

2024-03-14 Thread s.p...@gmail.com
Please help. On Wednesday, March 13, 2024 at 3:27:25 PM UTC-4 s.p...@gmail.com wrote: > Our web scans are showing Version disclosure for Jquery/YUI/Prototyejs . > Jenkins is running on windows server . Version is 2.426.3 The remedy our > security team suggesting is : Configure your web server t

Re: Deploy Website in Jenkins to Tomcat

2024-03-13 Thread eric....@gmail.com
I think I figured out what I'm going to do. Just ssh to the server and rm -rf , explode the new tarball into my working directory, then scp it over to the site. Do I need to reload at the site or will it recognize the change and implement it? On Tuesday, March 12, 2024 at 11:45:34 AM UTC-6 er

Re: java.io.IOException: error=2, No such file or directory

2024-03-07 Thread 'Björn Pedersen' via Jenkins Users
guruc...@googlemail.com schrieb am Donnerstag, 7. März 2024 um 10:26:40 UTC+1: Hello, We're facing the problem that jobs are failing with such errors: ... [SLNPBasicMvn] $ mvn clean install findbugs:findbugs pmd:pmd checkstyle:checkstyle Caused: java.io.IOException: Cannot run program "m

Re: How do I make a pipeline not hang when an agent dies?

2024-03-04 Thread Ansis Māliņš
I'm calling PowerShell scripts, and looking at the source of durable-task-plugin, it looks like PowershellScript, unlike BourneShellScript, does not implement any heartbeat monitoring. Am I reading it right? On Mon, Mar 4, 2024 at 2:36 PM Viacheslav Dubrovskyi wrote: > Hi, > > You can use try {

Re: How do I make a pipeline not hang when an agent dies?

2024-03-04 Thread Viacheslav Dubrovskyi
Hi, You can use try { ... } catch (error) { ... } and set minimal timeout -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.HEARTBEAT_CHECK_INTERVAL=60 (more details in https://issues.jenkins.io/browse/JENKINS-48300) 04.03.24 07:12, Ansis Māliņš: Currently, when an agent dies in the midd

Re: How do you debug Jenkins pipelines?

2024-02-28 Thread doug liu
Exactly! Any guide on this? thanks! 在2020年4月20日星期一 UTC+8 23:26:58 写道: > You want to be able to do something like this? > > [image: image.png] > > > > On Mon, Apr 20, 2020 at 9:24 AM Nick Stolwijk wrote: > >> You can validate your Jenkinsfile by sending it to your Jenkinsserver[1]. >> There is a

Re: Need IP address of Jenkins

2024-02-23 Thread 'Maciej Jaros' via Jenkins Users
|# You can check like so: dig +short domain.com| |nslookup domain.com| Or other tools you have handy. surabhi vinchurkar (2024-02-23 08:30): Hello Team, I need list of common Jenkins IP addresses or please confirm does such common IP addresses available or not, or we have to check on our loca

Re: Need IP address of Jenkins

2024-02-22 Thread surabhi vinchurkar
Hello Team, I need list of common Jenkins IP addresses or please confirm does such common IP addresses available or not, or we have to check on our local server? Regards, Surabhi On Thursday, February 22, 2024 at 10:53:35 PM UTC+5:30 alan.l...@gmail.com wrote: > This looks like you're asking

Re: Need IP address of Jenkins

2024-02-22 Thread alan.l...@gmail.com
This looks like you're asking for information from us that is private and specific for your company. We can't provide information on your IP addresses or configuration. You need to reach out to whomever manages your Jenkins server at your company. On Thursday, February 22, 2024 at 7:56:40 AM

Re: Need IP address of Jenkins

2024-02-22 Thread surabhi vinchurkar
Hello team, Please consider it as *urgent *and guide me to whom I have to reach out for this. Surabhi On Wednesday, February 21, 2024 at 1:03:04 PM UTC+5:30 surabhi vinchurkar wrote: > Hello Team, > > Waiting for your response. > > Thank you > > On Tuesday, February 20, 2024 at 7:10:21 PM UTC+

Re: Need IP address of Jenkins

2024-02-20 Thread surabhi vinchurkar
Hello Team, Waiting for your response. Thank you On Tuesday, February 20, 2024 at 7:10:21 PM UTC+5:30 surabhi vinchurkar wrote: > Hi Team, > > > > We are trying to migrate the Flosum Pipeline (with Jenkins WebHook for > Selenium scripts) setup from Azure to AWS machine. > > The Setup is wor

Re: Latest LTS without docker image - 2.246.3

2024-02-19 Thread Anderson Cruz
Hello, again, just ignore my email before. Docker image is there. Thanks anyway. Anderson Cruz On Mon, Feb 19, 2024 at 9:47 AM Anderson Cruz < anderson.siqueira.c...@gmail.com> wrote: > Hello everyone, > > I've been looking for the latest Jenkins image LTS and could not find it > on hub.docke

Re: How to convert scripted pipeline code into declarative code?

2024-02-12 Thread Arnaud bourree
Hi, No there is not tools converting scripted pipeline to declarative one because you do what you want in scripted mode when declarative is more structured with less programming taste. Regardes, Arnaud Le lun. 12 févr. 2024, 17:15, Mohan a écrit : > Hello Jenkins members, > > Is it possible t

Re: This node is offline because it uses an old

2024-02-10 Thread tzach solomon
Thanks Mark :) 1. Yes. I was referring to old slave.jar 2. I now understand it is not related at all to my upgrade but more to me coupling the upgrade and installing version column plugin together. 3. I completely agree those 2 tickets should resolve the issue. Thanks. Tzach On Fri, Feb 9, 2024

Re: Multibranch Pipeline with Git-plugin - no PR support ?

2024-02-09 Thread Mark Waite
On Tuesday, January 9, 2024 at 3:22:29 AM UTC-7 Torsten wrote: Hi, my Jenkins Multibranch jobs are currently based on Bitbucket, using the " cloudbees-bitbucket-branch-source" plugin. I was using a configuration with - Discover branches - *Discover pull requests from origin* resulting in mu

Re: This node is offline because it uses an old

2024-02-09 Thread Mark Waite
On Thursday, February 8, 2024 at 11:47:29 PM UTC-7 dheinric wrote: Am Donnerstag, dem 08.02.2024 um 08:20 -0800 schrieb tzach solomon: "This node is offline because it uses an old" Old what? An old agent.jar (or the deprecated term for agent, in the case of the older plugin version used b

Re: This node is offline because it uses an old

2024-02-08 Thread 'Dirk Heinrichs' via Jenkins Users
Am Donnerstag, dem 08.02.2024 um 08:20 -0800 schrieb tzach solomon: "This node is offline because it uses an old" Old what? Bye... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discovery | Recommind Phone: +49 2226 15966 18 Email: dhein...@opentext.com

Re: This node is offline because it uses an old

2024-02-08 Thread tzach solomon
OK. so my problem was that i did not use the exact build same as the built-in node, meaning, in Jenkins 2.332.3 the built-in version is 4.13 and i've used 4.13.3, thus it showed me "This node is offline because it uses an old" which is misleading.. Tzach On Thu, Feb 8, 2024 at 6:20 PM tzach solom

Re: commonLibFolder : Jenkins within docker

2024-02-07 Thread tzach solomon
What worked for me is environment variable JENKINS_OPTS liek this JENKINS_OPTS=--commonLibFolder=/root/my_jars/ On Monday 25 July 2016 at 02:48:16 UTC+3 ZT wrote: > sorry for the delay, i got tied up with workarounds but this continues to > be an issue. > > My goal is to load some custom jars i

Re: Debian update overwrites environment settings

2024-01-10 Thread Jochen Wiedmann
Thanks, Mark, your suggestion works perfectly. For the record, I now have a file /etc/systemd/system/jenkins.service.d/override.conf with the following content: [Service] Environment="JAVA_HOME=/usr/lib/jvm/temurin-17-jdk-amd64" Environment="JENKINS_PORT=8008" This changes both th

Re: Debian update overwrites environment settings

2024-01-02 Thread 'Dirk Heinrichs' via Jenkins Users
Am Dienstag, dem 02.01.2024 um 11:30 -0800 schrieb Mark Waite: There is a better location for those values and it will survive updates. The"Managing systemd services"

Re: Debian update overwrites environment settings

2024-01-02 Thread Mark Waite
On Tuesday, January 2, 2024 at 12:22:51 PM UTC-7 Jochen wrote: Hi, I am using the Jenkins Debian packages from https://pkg.origin.jenkins.io/debian/ to install, and update Jenkins. In general, I'm quite happy with that. There is one exception, though: My setup requires changing of two

Re: All plugins failed to load

2023-12-11 Thread 'Daniel Beck' via Jenkins Users
On Mon, Dec 11, 2023 at 1:13 PM Matew wrote: > Hi All! Good day! > After i have updated my Jenkins version to 2.81, all my plugins failed to > load as image shown, anyone can help on this? > You have _downgraded_ Jenkins to 2.81. Version numbers aren't decimals. 2.81 is more than six years old a

Re: Unable to Save Project

2023-12-05 Thread eric....@gmail.com
Thanks so much Mark, that fixed it!!! On Monday, December 4, 2023 at 2:59:27 PM UTC-7 eric@gmail.com wrote: > OK, well I have 1.4.2. That said, I have 82 updates so I'll do as you say > and update everything. Hopefully this covers it. Thanks Mark!!! > > On Monday, December 4, 2023 at 2:44

Re: Unable to Save Project

2023-12-04 Thread eric....@gmail.com
OK, well I have 1.4.2. That said, I have 82 updates so I'll do as you say and update everything. Hopefully this covers it. Thanks Mark!!! On Monday, December 4, 2023 at 2:44:29 PM UTC-7 Mark Waite wrote: > On Monday, December 4, 2023 at 2:29:11 PM UTC-7 Eric wrote: > > I've started going thro

  1   2   3   4   5   6   7   8   9   10   >