Re: Latest Jenkins LTS war release has incorrect binary file

2025-02-06 Thread Michael Richmond
. Checking today, I see the correct file downloaded. Perhaps it was a caching issue. On Wednesday, February 5, 2025 at 8:50:07 PM UTC-8 Mark Waite wrote: > 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

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

Latest Jenkins LTS war release has incorrect binary file

2025-02-05 Thread Michael Richmond
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` the output is " 2.479.3". It looks like the v2.479.3 war file ha

Re: Help on hosting Jenkins controllers

2025-01-12 Thread Raviraj
.jenkins.io/doc/book/scaling/architecting-for-scale/#distributed-builds-architecture> > . > > Jenkins OSS does not support horizontal scaling of controllers. > > CloudBees CI is the only option I know of that supports horizontally > scaling controllers. > > https://www.clo

Re: Help on hosting Jenkins controllers

2025-01-10 Thread James Nord
Hi, I am assuming you are already using multiple build agents <https://www.jenkins.io/doc/book/scaling/architecting-for-scale/#distributed-builds-architecture> . Jenkins OSS does not support horizontal scaling of controllers. CloudBees CI is the only option I know of that supports horizo

Help on hosting Jenkins controllers

2025-01-08 Thread Raviraj Karasulli
We have a large Jenkins installation, we have scaled the controller vertically. Currently our memory allocated is ~40 GB for the controller. We want to check if it is possible to scale the controller with the horizontal scaling. If we scale it with the kubernetes cluster or a managed instance

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 > <https://stackoverflow.com/questions/79320345/how-to-access-jenkins-system-configuration-variables-in-an-active-choic

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

2024-12-31 Thread zil...@gmail.com
Please see my Stack Overflow post <https://stackoverflow.com/questions/79320345/how-to-access-jenkins-system-configuration-variables-in-an-active-choice-paramet> . Any clues? Thanks, Chris -- You received this message because you are subscribed to the Google Groups "Jenkins Users

Using Docker in Jenkins pipelines running on Kubernetes

2024-11-25 Thread 'Boris Teplitsky&#x27; via Jenkins Users
I run Jenkins on Google Cloud (GKE) using Helm from Jenkins Helm Charts (jenkinsci). I need to use Docker commands in Jenkins pipelines. What steps should I follow? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

queueId data type in Jenkins API

2024-11-20 Thread Hannah Zhu
Hi, we are using Jenkins API as integration to a different app, specifically we are storing below attributes into db: /{jenkins_url}/{jobname}/{buildnum}/api/json There's one attribute called *queueId* currently has caused an error. We’ve been treating *queueId *as an integer, but

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 t

Intermittent Agent Disconnection During Long-Running Jenkins Pipeline on Windows Agent

2024-11-15 Thread Ravindra Verma
Hello Jenkins Community, I am encountering a recurring issue with a Jenkins pipeline running on a Windows agent. The pipeline typically takes around 4 hours to complete, but it intermittently disconnects midway with the following error: *FATAL: command execution

Jenkins election voter registration reopened

2024-11-11 Thread Mark Waite
The Jenkins Governance Board has agreed to the proposal to re-open voter registration in the 2024 Jenkins elections. We already have more registered voters this year than in any of the previous four years, but we'd like to include even more Jenkins contributors in the voting. Register to

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

2024-11-07 Thread 'Boris Teplitsky&#x27; via Jenkins Users
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 visit https://groups.google.com/d/msgid/jenkinsci-users/d759a850-eb48-4a69-9586-079452f8df10n%40googlegroups.com.

can't add directory to the path in Jenkins pipeline

2024-11-06 Thread 'Boris Teplitsky&#x27; via Jenkins Users
I tried to add a directory to the PATH in the Jenkins pipeline using the command: Copy sh 'export PATH=$PATH:/opt/google-cloud-sdk/bin' However, I received the following error: Copy + export PATH=/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/

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 i

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 s

Jenkins Update Center: brownout #5 for 24 hours

2024-10-25 Thread Damien Duportal
Hello dear users and contributors, As described in https://github.com/jenkins-infra/helpdesk/issues/2649#issuecomment-2434782765, we are starting another 24 hour brownout on the Update Center. We expect no incident but we never know. For the Jenkins Infra team, Damien Duportal -- You

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

2024-10-16 Thread Damien Duportal
that the Jenkins infrastructure team will > operate the download service (get.jenkins.io/mirrors.jenkins.io) today > starting at 12:45am UTC. > > We expect no outage but slower downloads as we will use only the fallback > server to provide downloads until the operation is finished,

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

2024-10-16 Thread Damien Duportal
Hello dear users and contributors, This email to let you know that the Jenkins infrastructure team will operate the download service (get.jenkins.io/mirrors.jenkins.io) today starting at 12:45am UTC. We expect no outage but slower downloads as we will use only the fallback server to provide

Help on kubernetes optimization + Opinion on testing setup using playwright, jenkins, docker and kubernetes

2024-10-11 Thread Adam Randon
Hello everyone, I just wanted to get an opinion on the approach i took to setting up automation testing in my company - and where better than here. Essentially, I have a repository with all my .spec.js files which contain playwright tests which are represented as jobs in my jenkins server

Jenkins Update Center: brownout #4 for 24 hours Jenkins

2024-09-26 Thread Damien Duportal
Hello dear users and contributors, As described in https://www.jenkins.io/blog/2024/09/25/update-center-brownouts-4/, we are starting another 24 hour brownout on the Update Center. We expect no incident this time as we added full HTTP-only support but we never know. For the Jenkins Infra team

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

2024-09-12 Thread Damien Duportal
switching to https://updates.jenkins.io to avoid issues in the future. Thanks for all your feedbacks and patience! The Jenkins Infra team Le mer. 11 sept. 2024 à 15:55, Damien Duportal a écrit : > Hello dear Jenkins users and contributors, > > Reminder that we're starting the

Jenkins Update Center: brownout #3 for 24 hours

2024-09-11 Thread Damien Duportal
Hello dear Jenkins users and contributors, Reminder that we're starting the third (and hopefully the last) Update Center brownout as per https://www.jenkins.io/blog/2024/09/10/update-center-brownouts-3/ . No impact are expected but it should last for 24 hours. The Jenkins infra. team --

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

Jenkins Update Center: brownout #2 is starting

2024-09-09 Thread Damien Duportal
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/. No impact are expected but as "no plan survives first contact with production", better for you to

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 : > He

Jenkins Update Center: brownout #1 starting soon

2024-09-06 Thread Damien Duportal
Hello dear Jenkins users and contributors, Reminder that we're going to start the Update Center brownout in a few minutes as per https://www.jenkins.io/blog/2024/09/04/update-center-brownouts/. No impact are expected but as "no plan survives first contact with production", bette

Re: Unable to download and launch plugins on jenkins

2024-08-06 Thread 'James Nord&#x27; 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 mir

Re: Unable to download and launch plugins on jenkins

2024-08-06 Thread 'James Nord&#x27; via Jenkins Users
ed latest jenkins on one of the RHEL-9 based linux > machine > > *Machine details:* > > NAME="Red Hat Enterprise Linux" > VERSION="9.4 (Plow)" > ID="rhel" > ID_LIKE="fedora" > VERSION_ID="9.4" > > > Java--- >

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 Frida

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

2024-07-25 Thread zil...@gmail.com
I have an AWS EC2 box with 32GB host memory. I run Jenkins as a container, like this, hoping to use 24/32 GB of memory. docker run --restart=unless-stopped -d -p 8080:8080 -v /home/jenkins:/var/jenkins_home --name jenkins_master --memory=24GB 0123456789.dkr.ecr.us-east-1.amazonaws.com

Jenkins not showing detailed logs on console output

2024-07-22 Thread Sai Bhargav Kottisa
Hi, I have a python application that runs on jenkins and logs at *{WORKSPACE}/bot.log *but for some reason jenkins console output is not showing full detailed log* i.e- bot.log* [image: image.png] As you can the above screenshot we are not getting full detailed log but on the server at the

Re: Jenkins - Login issue

2024-07-11 Thread Ivan Fernandez Calvo
I have an issue with Jenkins side. > > My issue – I tried updating the certificate that had expired in the > Jenkin application in Azure side. > > Need your team assistant to fix this issue.[image: Screenshot 2024-07-11 > 004925.png] > -- You received this message because yo

Jenkins - Login issue

2024-07-10 Thread Ramesh S
HI Team., I have an issue with Jenkins side. My issue – I tried updating the certificate that had expired in the Jenkin application in Azure side. Need your team assistant to fix this issue.[image: Screenshot 2024-07-11 004925.png] -- You received this message because you are subscribed

Regarding issue in Jenkins v.2.452.2

2024-06-19 Thread 'Swapnil Alte&#x27; via Jenkins Users
Hi All, I was using *Jenkins 2.235.1* in that there was one command to copy a file as below. Jenkins>copy D:\Jenkins_units\workspace\Abcdefg_Workflow_Perf_mod_2412\mft_ab2412_ab2412.600\samples_2412.600_20240618_1424_35_9476.abc abcdata_ab2412.

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 we

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

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&#x27; 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<https://urldefense.com/v3/__http://192.168.0.24:8080/git/notif

Re: Issue with Jenkins and GitLab Integration

2024-04-26 Thread 'Dirk Heinrichs&#x27; 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

Re: Issue with Jenkins and GitLab Integration

2024-04-26 Thread Erick Mormin
ating that it's functioning properly. Here are the latest details of our webhook configuration in GitLab: Webhooks - URL: http://192.168.0.24:40080/Berechit/easyformer/-/hooks Jenkins Integration - URL: http://192.168.0.24:8080/git/notifyCommit?url=http://192.168.0.24:40080/Berechit/easyf

Re: Issue with Jenkins and GitLab Integration

2024-04-25 Thread 'Dirk Heinrichs&#x27; via Jenkins Users
ig7DvN_hYGPaQ$>">Powered by Jetty:// 10.0.20 Well, it has all the information you need: "Invalid access token". Make sure you provide a valid token (means: as created under "Manage Jenkins" -> "Security" -> "Git plugin notifyCommit access tokens&q

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

Re: Issue with Jenkins and GitLab Integration

2024-04-25 Thread 'Dirk Heinrichs&#x27; via Jenkins Users
<https://plugins.jenkins.io/git/>: http://yourserver/git/notifyCommit?url=&token= where "URL of the Git repsoitory" must exactly match the one used in your Jenkins job, which can be either SSH or HTTPS. This will make ALL jobs that use that same Git repository URL to check the reposi

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?

Re: Issue with Jenkins and GitLab Integration

2024-04-25 Thread Erick Mormin
attempted to resolve this issue by adding a Jenkins-Crumb in the HTTP request header, but this did not solve the problem, and I continued to receive errors. 5. I also encountered an error when executing the webhook, with the message "Hook execution failed: Error while parsing rendered custom webho

Re: Issue with Jenkins and GitLab Integration

2024-04-25 Thread 'Dirk Heinrichs&#x27; 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

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

Issue with Jenkins and GitLab Integration

2024-04-24 Thread Erick Mormin
Dear Jenkins Support, I am reaching out to you regarding difficulties I am encountering with integrating Jenkins and GitLab for my project. Below are the details of the problem I am facing: 1. Problem Description: While configuring the integration between Jenkins and GitLab, I

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

2024-04-19 Thread 'Maciej Jaros&#x27; via Jenkins Users
Just do this on the agent: * Get JDK 17 from Adoptium <https://adoptium.net/temurin/releases/?version=17&package=jdk&arch=x64> (Linux x64 in my case). * Unpack to |/var/jenkins|. * Rename unpacked “jdk[version]” to “jdk”. * Check: |/var/jenkins/jdk/bin/java -version|

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

2024-04-18 Thread 'Dirk Heinrichs&#x27; via Jenkins Users
ressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht gestattet. -- You received this message because you are subscribed to the Google Group

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-use

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

2024-04-18 Thread Sai Bhargav Kottisa
2023 *Openjdk_17.0.6.0* ) *Agent* machine (*/etc/java/Openjdk_17.0.6.0/bin/java* *drwxr-xr-x* 10 *rootroot* 131 Jan 14 2023 *Openjdk_17.0.6.0*) SSHLauncher{host='md1npdvlnx416.dev.corp.local', port=22, credentialsId='taf-jenki

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 someo

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 proje

Jenkins not able to launch the slave due to unrecognizable JAVA_HOME

2024-04-15 Thread Sai Bhargav Kottisa
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 * (Slave Jenkins)* RHEL VERSION=7.9 (Maipo) openjdk version "12.0.2" 2019-0

Re: Deploy Website in Jenkins to Tomcat

2024-03-13 Thread eric....@gmail.com
UTC-6 eric@gmail.com wrote: > Hi All, > > Deploying a war file via Jenkins pipeline is pretty easy. That said, I'm > not finding any information about deploying an html website using Jenkins. > I have a tarball containing a website in it that needs to go to a server, &

Deploy Website in Jenkins to Tomcat

2024-03-12 Thread eric....@gmail.com
Hi All, Deploying a war file via Jenkins pipeline is pretty easy. That said, I'm not finding any information about deploying an html website using Jenkins. I have a tarball containing a website in it that needs to go to a server, context /myWebSite. Any advise or pointers to "ho

Re: How do you debug Jenkins pipelines?

2024-02-28 Thread doug liu
to leave this world a little better than you found it and, when >> your turn comes to die, you can die happy in feeling that at any rate you >> have not wasted your time but have done your best ~~~ >> >> Lord Baden-Powell >> >> >> On Thu, Apr 9, 2020

Re: Need IP address of Jenkins

2024-02-23 Thread 'Maciej Jaros&#x27; 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

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'r

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

Re: Need IP address of Jenkins

2024-02-22 Thread surabhi vinchurkar
024 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 working fine in

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

Need IP address of Jenkins

2024-02-20 Thread surabhi vinchurkar
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 working fine in the Azure machine and we need to do the same setup in AWS machine. But we are getting the below error in AWS. We recently

Monitoring Jenkins Master

2024-02-16 Thread Strahil Nikolov
Hi All, I'm setting up an Active-Passive Cluster for our new Jenkins master and as there is no native resource agent I have to improvise a little bit. I've setup the Prometheus plugin and I'm overwhelmed by the ammount of data scraped. Which metrics could help me identify a pr

Re: commonLibFolder : Jenkins within docker

2024-02-07 Thread tzach solomon
custom jars into Jenkins so I am mounting this > directory already. > > When i use docker-compose > > I have to do something like > docker-compose run -d --commonLibFolder={libDirectoryLocation} << This > works perfectly > > I looked into this a bit and jenkin

Jenkins Search issue - Version 2.414.3

2024-01-30 Thread Vishnu Anand
Hi all, Question related to the search widget on the Jenkins dashboard. Version 2.414.3 Whenever I try to search from the dashboard ( Example: https://jenkins.rest.com/search/?q=test_job_ec2 ), I get an issue. But, whenever I try to search from any pipeline jobs page ( Example: https

Jenkins 2.246.2 - lost build "parameters" menu item

2024-01-22 Thread alan.l...@gmail.com
I have a couple of Jenkins instances running 2.246.2. I configure both from an AMI that includes a JCasC YAML file to set role permissions and assignments. I noticed today that, on a build page, the "parameters" left menu item is missing. The funny thing is that it appears on

Re: Transition to 2+2+2 Java Support for Jenkins

2023-10-23 Thread Mark Waite
Two diagrams have been added to the Jenkins Enhancement Proposal <https://github.com/jenkinsci/jep/blob/cd176912ed8797ddee1066be59b1a68fb9b6bc77/jep//README.adoc>. One diagram shows a single Java version (Java 25) to highlight the lifecycle of a single Java version in the J

Re: Transition to 2+2+2 Java Support for Jenkins

2023-10-14 Thread Mark Waite
I've created a Jenkins Enhancement Proposal based on this draft. Comments are welcomed at https://github.com/jenkinsci/jep/pull/400 On Monday, September 25, 2023 at 7:20:07 AM UTC-6 Mark Waite wrote: > Java releases are delivered every 6 months with a long term support > releas

how to limit maxs agent pods in jenkins k8s plugins

2023-10-13 Thread bright
Jenkins plugin to run dynamic agents in a Kubernetes cluster. and on my jenkins I config one templage with label "node-6-256G", so the jenkins will auto create agent like "node-6-256G-xxx", but the created agent number no limit, maybe 3 ~6 or more, and I want to lim

Transition to 2+2+2 Java Support for Jenkins

2023-09-25 Thread Mark Waite
releases are officially supported at any point in time by the OpenJDK project and the Eclipse Temurin project. Jenkins developers would like to generally support two Java LTS releases rather than three LTS releases in order to reduce overhead from supporting Java releases. In order to limit Jav

[ANN] Jenkins Board and Officer Elections 2023 started: Nomination of candidates & Voter registration is now open

2023-09-18 Thread Alexander Brandes
Hey everyone, The annual Jenkins governance board and officer elections have started. Up for election are two governance board positions, and all five officer positions (Security, Events, Release, Infrastructure, and Documentation). For more information about the annual Jenkins election

Using Jenkins already assigned class names to change its view

2023-09-12 Thread Sarthak Babbar
Hi Team, I am using Simple theme Plugin available for jenkins to change its layout style. I wanted to know if its good to change the layout in that way, or is there any other way? Also if anyone can confirm that jenkins webpage class names stays the same or can change overtime? Thanks

Cannot list image tags into Jenkins active choices dropdown

2023-09-10 Thread P Terziev
iguration": { "encryptionType": "AES256" } }, . } Above configuration was working file. But after changing aws credentials using `aws configure` the listing is not working. I added api user as IAM user with a gro

Re: Why does Jenkins need to read the memory of lsass.exe?

2023-09-08 Thread 'jn...@cloudbees.com&#x27; via Jenkins Users
Jenkins when it is finished ecexuting things for a job on an agent when it finishes like to tidy up (aka kill) any errant processes that have been started tht the build scripts failed to terminate (pesky build scripts!). In order to do this it sets a special environment variable, which is then

Why does Jenkins need to read the memory of lsass.exe?

2023-08-17 Thread Amedee Van Gasse
Hi, Security question here. Is there any reason why Jenkins would ever need to request the content of c:\windows\system32\lsass.exe (Local Security Authority Subsystem Service)? The endpoint protection on the Jenkins device is denying Jenkins access to lsass.exe, and the devs are unable to

Re: Jenkins Python Job

2023-08-11 Thread Mahryama issifu
Thank you Mark. That was very helpful BW Mari > On 10 Aug 2023, at 22:50, Mark Waite wrote: > > > > On Thursday, August 10, 2023 at 3:35:54 PM UTC-6 Mari wrote: >  > Hi Mark > I have checked the Jenkins build agent I am using, and it as python3.6.8 > installed.

Re: Regarding two jenkins jobs

2023-08-10 Thread Ashok Reddy
o run two jobs on two instances of > Jenkins on the same server. However, if you are using the two instances on > the same server to say for example run a frontend and a backend for a web > app, you can probably achieve this with multiple Docker containers using a > single Jenkinsfile fo

Re: Regarding two jenkins jobs

2023-08-10 Thread Kris Stern
Hi Ashok, According to Björn's suggestion, he is suggesting you not to use a single Jenkinsfile if you would like to run two jobs on two instances of Jenkins on the same server. However, if you are using the two instances on the same server to say for example run a frontend and a backend

Re: Regarding two jenkins jobs

2023-08-10 Thread Ashok Reddy
Hi Kris, Thank for your help but, I am expecting to configure two jenkins instances in one jenkinsfile. As Doneer suggested, it would be good to implement but in my org, they have already implemented. Not sure how did they implement it. On Thu, 10 Aug 2023 at 10:30 PM, Kris Stern wrote: >

Re: Jenkins Python Job

2023-08-10 Thread Mark Waite
On Thursday, August 10, 2023 at 9:45:48 AM UTC-6 Mari wrote: Hi All, I have a job running on Jenkins server, which builds python script. The script has to display a bar chart as final output. The build agent I am using on Jenkins appears to have python installed. I confirmed this by adding a

Jenkins Python Job

2023-08-10 Thread Mahryama issifu
Hi All, I have a job running on Jenkins server, which builds python script. The script has to display a bar chart as final output. The build agent I am using on Jenkins appears to have python installed. I confirmed this by adding a build step as python3 —version and the result was: Python

Re: Regarding two jenkins jobs

2023-08-10 Thread Kris Stern
instance can be reached at port 8080 and the other one at port 8081. Best, Kris From: jenkinsci-users@googlegroups.com on behalf of Ashok Reddy Sent: 10 August 2023 22:25 To: jenkinsci-users@googlegroups.com Subject: Re: Regarding two jenkins jobs Hi Kris, Yes

Re: Regarding two jenkins jobs

2023-08-10 Thread Ashok Reddy
Hi Kris, Yes , two jenkins instances On Thu, 10 Aug 2023 at 9:54 PM, 'Björn Pedersen' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > > > ashok...@gmail.com schrieb am Donnerstag, 10. August 2023 um 03:54:11 > UTC+2: > > Hi All, > > How t

Re: Regarding two jenkins jobs

2023-08-10 Thread 'Björn Pedersen&#x27; via Jenkins Users
ashok...@gmail.com schrieb am Donnerstag, 10. August 2023 um 03:54:11 UTC+2: Hi All, How to configure jenkinsfile if one job is in one jenkins instance and another job is in another jenkins instance? I you really mean 2 jenkins instances (not different agents): * don't use a s

Re: Regarding two jenkins jobs

2023-08-09 Thread Ashok Reddy
sers@googlegroups.com > on behalf of Ashok Reddy > *Sent:* 10 August 2023 09:53 > *To:* jenkinsci-users@googlegroups.com > *Subject:* Regarding two jenkins jobs > > Hi All, > > How to configure jenkinsfile if one job is in one jenkins instance and > another job is i

Re: Regarding two jenkins jobs

2023-08-09 Thread Kris Stern
jenkins jobs Hi All, How to configure jenkinsfile if one job is in one jenkins instance and another job is in another jenkins instance? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving e

Regarding two jenkins jobs

2023-08-09 Thread Ashok Reddy
Hi All, How to configure jenkinsfile if one job is in one jenkins instance and another job is in another jenkins instance? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails fro

Re: Jenkins && access to ant and maven disappeared

2023-08-07 Thread Thomas Markus
Hello, Am 08.08.23 um 08:33 schrieb Matthias Apitz: The tools configuration in Jenkins is fine. ant and mvn are installed as packages with 'yum install' and are these versions: root@srrp02dxr1:/appdata/sisis/jenkins# which mvn /usr/bin/mvn root@srrp02dxr1:/appdata/sisis/jenkins

Re: Jenkins && access to ant and maven disappeared

2023-08-07 Thread Matthias Apitz
El día lunes, agosto 07, 2023 a las 02:55:39 +0200, Thomas Markus escribió: > > What could be the reason for this and where I could find any messages > > from jenkins about this problem. > > > > matthias > > > > > have you checked your tools conf

Re: Jenkins && access to ant and maven disappeared

2023-08-07 Thread Thomas Markus
Hi, Am 07.08.23 um 13:06 schrieb Matthias Apitz: Hello, This is with jenkins-2.401.2-1.1.noarch.rpm on a RH8. We have configured in the tools the access to ant and maven. For some unknown reason, the jobs failed since last week because they couldn't access these two tools anymore. I coul

Jenkins && access to ant and maven disappeared

2023-08-07 Thread Matthias Apitz
Hello, This is with jenkins-2.401.2-1.1.noarch.rpm on a RH8. We have configured in the tools the access to ant and maven. For some unknown reason, the jobs failed since last week because they couldn't access these two tools anymore. I could not see any reason and just restarted jenkins

Re: Regarding unable to start jenkins

2023-08-06 Thread Mark Waite
ailed instructions. Yes, there are many steps in those instructions. Yes, it is a lot of work for you to follow those steps. Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop re

Re: Regarding unable to start jenkins

2023-08-06 Thread Ashok Reddy
Stern earlier. > > There are many users that run Jenkins on macOS and start it with the > command `java -jar jenkins.war`. They don't see the problem that you are > seeing. There must be something different about your environment than the > environment of other users that ar

Re: Regarding unable to start jenkins

2023-08-06 Thread Mark Waite
On Sunday, August 6, 2023 at 7:36:59 PM UTC-6 Ashok wrote: Hi All, Can someone help me to fix this issue? Not really, at least not without your providing more details as were requested by Kris Stern earlier. There are many users that run Jenkins on macOS and start it with the command

Re: Jenkins / Unity / Guthub integration

2023-08-03 Thread 'Björn Pedersen&#x27; via Jenkins Users
andrew@googlemail.com schrieb am Freitag, 28. Juli 2023 um 14:28:33 UTC+2: I am novice to using Unity and Jenkins. make: [makefile:57: default] Error 1 (ignored) + echo 0 How do I get Unity/Jenkins to detect that the individual test has failed. The icing on the cake would be to

Re: Executing external Groovy script in Jenkins 2

2023-08-02 Thread 'Maciej Jaros&#x27; via Jenkins Users
'Maciej Jaros' via Jenkins Users (2023-08-02 11:55): Can I load a groovy class in some other way? Or maybe I can enable some standalone/single-user/single-admin mode or something that disables all this security checks? Posted to the community forum/Q&A too https://communit

  1   2   3   4   5   6   7   8   9   10   >