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
w to's" on this? Thanks, Eric -- 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-users+unsubscr...@googlegroups.com. To view this disc

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, Dece

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&#x

Re: Unable to Save Project

2023-12-04 Thread eric....@gmail.com
I've started going through the plugins that have issues and pretty quickly ran into the "conditional buildstep" plugin. I can't disable this plugin because I use it. Do you have any suggestions? Thanks, Eric On Monday, December 4, 2023 at 1:50:41 PM UTC-7 Mark Waite

Re: Unable to Save Project

2023-12-04 Thread eric....@gmail.com
Note that the project works fine to perform builds... On Monday, December 4, 2023 at 1:40:26 PM UTC-7 eric@gmail.com wrote: > Hi All! I have a project that I am unable to make changes to. I can't > even make a comment in a field then save it down. I can't even save it

Unable to Save Project

2023-12-04 Thread eric....@gmail.com
Hi All! I have a project that I am unable to make changes to. I can't even make a comment in a field then save it down. I can't even save it down without a comment. It throws up a screen saying "Oops! A problem occurred while processing a request." Not sure where the physical log is, it's

Re: New build with higher priority

2023-05-26 Thread Eric Pyle
fied time limit. Regards, Eric On Fri, May 26, 2023 at 5:45 AM Fabian Cenedese wrote: > Hello > > I have a job where a new build should be able to cancel an > already running build of the same job. The cancelling already > works. What I have a problem with now is, when the build

Re: Groovy Script

2022-12-13 Thread eric....@gmail.com
you pass the properties to ant? > > > On 12 December 2022 22:16:36 CET, "eric@gmail.com" > wrote: >> >> Can someone please give me some println's I can put in there to figure >> out why it's not setting the build_result variable? It doe

Re: Groovy Script

2022-12-12 Thread eric....@gmail.com
Can someone please give me some println's I can put in there to figure out why it's not setting the build_result variable? It doesn't make any sense to me that it works on one server but not another. Thanks! On Monday, December 12, 2022 at 8:46:27 AM UTC-7 eric@gmail.com w

Re: Groovy Script

2022-12-12 Thread eric....@gmail.com
e same groovy script would behave differently in the 2 places. On Monday, December 12, 2022 at 8:46:27 AM UTC-7 eric@gmail.com wrote: > That's interesting. The println looks like it should be correct: > > upstream result: success > > Later when I try to use the variable in an

Re: Groovy Script

2022-12-12 Thread eric....@gmail.com
> > you mean upstreamResult/build_result? > > What does the println for upstreamResult say? > Which Jenkins version are you on? > > BR :) > > > On 9 December 2022 22:56:29 CET, "eric@gmail.com" > wrote: >> >> Hi! Not sure what's g

Groovy Script

2022-12-09 Thread eric....@gmail.com
rValue('build_result', upstreamResult)) def oldParams = build.getAction(ParametersAction.class) if(oldParams != null) { newParams = oldParams.createUpdated(pl) build.actions.remove(oldParams) } else { newParams = new ParametersAction(pl) } build.addAction(newParams) Thanks

Re: Running Jenkins as a Service in RHEL 8

2022-12-06 Thread eric....@gmail.com
Requesting this conversation to be deleted because I accidentally let a machine name in without scrubbing it. Thanks! On Monday, December 5, 2022 at 8:54:21 AM UTC-7 eric@gmail.com wrote: > Not sure changing the home directory is the answer. I think the true > answer resides in

Re: Running Jenkins as a Service in RHEL 8

2022-12-05 Thread eric....@gmail.com
t; env variables and such > https://www.jenkins.io/doc/book/system-administration/systemd-services/ > > On Mon, Dec 5, 2022 at 8:40 AM eric@gmail.com > wrote: > >> Changing the JENKINS_HOME directory in that config file didn't work. I >> got the sam

Re: Running Jenkins as a Service in RHEL 8

2022-12-05 Thread eric....@gmail.com
Changing the JENKINS_HOME directory in that config file didn't work. I got the same error some it's using that link somewhere else... Thanks, Eric On Monday, December 5, 2022 at 8:09:31 AM UTC-7 eric@gmail.com wrote: > Hi All, > > I'm running into an issue running

Running Jenkins as a Service in RHEL 8

2022-12-05 Thread eric....@gmail.com
Hi All, I'm running into an issue running Jenkins as a service in RHEL 8 with SELINUX running (I don't have a choice). It seems since /var/lib/jenkins is a symbolic link to /opt/jenkins, SELINUX doesn't want to allow running the service from there. Would it be acceptable to just change the va

Re: Jenkins Won't start after latest ugrade

2022-09-14 Thread Eric Fetzer
Sorry Mark, used to happening onto fixes in 2 minutes. I'll put the 11 minutes into the vid. Thanks for all the help! On Wed, Sep 14, 2022 at 2:35 PM Mark Waite wrote: > Yet another technique, quoting from the link that I included earlier: > > > Make sure the default JVM is the newly installed

Re: Jenkins Won't start after latest ugrade

2022-09-14 Thread Eric Fetzer
; On Wednesday, September 14, 2022 at 2:26:09 PM UTC-6 Eric Fetzer wrote: > > Thanks for the response Mark. I don't want to backgrade, so jenkins won't >> run. Can you give me a clue as to where the filepath is to java in >> Jenkins. Just upgrading didn't solv

Re: Jenkins Won't start after latest ugrade

2022-09-14 Thread Eric Fetzer
;m command line RHEL 7. Thanks, Eric On Wed, Sep 14, 2022 at 10:33 AM Mark Waite wrote: > See > https://www.jenkins.io/doc/administration/requirements/upgrade-java-guidelines/ > for instructions and a video describing the steps > > On Wednesday, September 14, 2022 at 10:06:19 AM

Jenkins Won't start after latest ugrade

2022-09-14 Thread eric....@gmail.com
de java, but jenkins doesn't control java. Please advise. Should I just yum update java? Thanks, Eric -- 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

Re: Git Source Code Management Oddity

2022-05-23 Thread eric....@gmail.com
Also note that I AM using the "with credentials" from the plugin. On Thursday, May 19, 2022 at 8:56:30 AM UTC-6 Mark Waite wrote: > On Thursday, May 19, 2022 at 8:42:29 AM UTC-6 Eric Fetzer wrote: > >> OK, I've been having some major issues with Git source code manag

Re: Git Source Code Management Oddity

2022-05-23 Thread eric....@gmail.com
credential e9cc840b-9e32-416c-94e7-7b23c1afbd5e > git tag -l 2.3.0.1.1 # timeout=10 ERROR: Step ‘Git Publisher’ failed: Tag 2.3.0.1.1 already exists and Create Tag is specified, so failing. Any clue how I would trouble shoot such a thing? Thanks, Eric On Thursday, May 19, 2022 at 8:56:30 AM

Git Source Code Management Oddity

2022-05-19 Thread eric....@gmail.com
OK, I've been having some major issues with Git source code management in Jenkins. So I have several repositories I pull from to do builds. I use my same credentials to pull from each. If the pull succeeds, I push a tag at it. I was noticing certain tags were failing saying it already existe

Re: Unable to Launch Node

2022-04-21 Thread eric....@gmail.com
e issue happen only in that agent? > Which SSH server do you use and what version? Do you have any kind of > transfer limit on that agent? my theory is that the sftp read operation > fail because something cut it. > > El miércoles, 30 de marzo de 2022 a las 21:50:52 UTC+2, eric...

Re: How to know when plugins were installed

2022-04-15 Thread eric....@gmail.com
If you're in Unix, Go to $JENKINS_HOME/plugins: ls -ltr *.hpi *.jpi The most recently installed will be at the bottom and you'll see the date. On Friday, April 15, 2022 at 10:59:10 AM UTC-6 jf.la...@gmail.com wrote: > Hello, > > The Jenkins Plugin Manager gives us a long list of about 100 inst

Re: Jenkins Scripting Console

2022-04-15 Thread eric....@gmail.com
to do the same. On Friday, April 15, 2022 at 10:19:10 AM UTC-6 eric@gmail.com wrote: > Hi all! I'm trying to display a few simple things from the console for > our security team. I'm getting the correct answers for all except whether > the plugin is enabled or not. T

Jenkins Scripting Console

2022-04-15 Thread eric....@gmail.com
my groovy code? Jenkins.instance.pluginManager.plugins.each{ plugin -> boolean active = ( plugin.isActive() ) String enabled = ( active == true ? "Enabled" : "Disabled" ) println ("${plugin.getDisplayName()} (${plugin.getShortName()}): ${plugin.getVersion()} ${enabled}"

Re: Unable to Launch Node

2022-03-30 Thread eric....@gmail.com
jenkinsci/trilead-ssh2/blob/master/src/com/trilead/ssh2/SFTPv3Client.java#L1231 > > https://github.com/jenkinsci/ssh-slaves-plugin/blob/main/src/main/java/hudson/plugins/sshslaves/SSHLauncher.java#L706 > El viernes, 18 de marzo de 2022 a las 16:10:56 UTC+1, eric@gmail.com > e

Re: Unable to Launch Node

2022-03-18 Thread eric....@gmail.com
Hmmm, I deleted the remoting.jar file and was able to restart Jenkins and the node came up. Wonder if this is going to happen every we patch and boot this machine? On Friday, March 18, 2022 at 8:43:55 AM UTC-6 eric@gmail.com wrote: > Hi! I have a node that is unable to launch. On

Unable to Launch Node

2022-03-18 Thread eric....@gmail.com
s there. Anyone have any clues or further trouble shooting advise? Running Jenkins 2.232.1 on RHEL 7.9. Thanks - Eric -- 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

Re: Log4j CVE-2021-44228

2021-12-17 Thread eric....@gmail.com
repo at the end of the build? Thanks, Eric On Friday, December 17, 2021 at 4:12:50 AM UTC-7 bma...@gmail.com wrote: > Yeah you can definitely wipe out this whole tree. > > I wrote an eternity ago about this: > > > https://batmat.net/2009/10/09/hudson-how-to-set-a-private-mave

Re: Log4j CVE-2021-44228

2021-12-17 Thread eric....@gmail.com
b (the > modern way to do this kinda automatically is to use things like containers > that will by definition start fresh [if some shared maven repository isn't > mounted, don't do this]). > > Cheers > > Le jeu. 16 déc. 2021 à 23:01, eric@gmail.com a > é

Re: Log4j CVE-2021-44228

2021-12-16 Thread eric....@gmail.com
the controller itself... >> >> Some of your job(s) build(s) a software of yours that depends on a >> vulnerable version of log4j. >> >> >> >> >> Le jeu. 16 déc. 2021 à 19:15, eric@gmail.com a >> écrit : >> >>> Hi all. Get

Re: Log4j CVE-2021-44228

2021-12-16 Thread eric....@gmail.com
Hmmm, found this page: https://www.jenkins.io/blog/2021/12/10/log4j2-rce-CVE-2021-44228/ So I ran the script in the script console and got the error indicating that log4j is not included in any installed and enabled plugin. Anyone have a clue? Thanks, Eric On Thursday, December 16, 2021 at

Log4j CVE-2021-44228

2021-12-16 Thread eric....@gmail.com
: /opt/jenkins/.m2/repository/org/apache/logging/log4j/log4j-core/2.14.1/log4j-core-2.14.1.pom.sha1 Installed version : 2.14.1 Fixed version : 2.15.0 Anyone have a clue on how I go about upgrading this? Thanks, Eric -- You received this message because you are subscribed to th

GitHub Plugin Checkout Specific Folder

2021-06-25 Thread eric....@gmail.com
Hi! In a nutshell, I'm cloning for builds, not doing any polling or such. I clear my workspace then check out my repository. I'd like to do the same but just grab a specific folder. I'm guessing this would be done in my branch specifier. As it stands now, for this particular checkout opera

Is it possible to update a variable in a dynamically created stage?

2021-06-21 Thread 'Eric Boehm' via Jenkins Users
/ stage[Pipeline] }[Pipeline] // node[Pipeline] End of Pipelinegroovy.lang.MissingPropertyException: No such property: needsBuild for class: groovy.lang.Binding at groovy.lang.Binding.getVariable(Binding.java:63) at org.jenkinsci.plugins.scriptsecurity.sandbox.groovy.SandboxInterceptor.onGetProperty(SandboxIntercept

Re: Jenkins 2.277.1 Issue?

2021-04-23 Thread eric....@gmail.com
rix here. >> https://github.com/jenkinsci/jep/blob/master/jep/227/compatibility.adoc >> For me, I think I need to try to upgrade the plugins manually... >> >> måndag 22 mars 2021 kl. 16:15:15 UTC+1 skrev eric@gmail.com: >> >>> Hi! Last week we took 2.277.1

Re: Git Plugin Checkout From Branch With Tag

2021-04-16 Thread Eric Fetzer
t gets merged to the master, I'd build 1.0.0.1. Does this strategy make sense? Thanks! Eric On Fri, Apr 16, 2021 at 12:10 AM 'Dirk Heinrichs' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Am Donnerstag, den 15.04.2021, 08:47 -0600 schrieb Eric Fetzer: > &g

Re: Git Plugin Checkout From Branch With Tag

2021-04-15 Thread Eric Fetzer
> correct, complete, and consistent. > > On Thu, Apr 15, 2021 at 9:19 AM Eric Fetzer 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: >> >

Re: Git Plugin Checkout From Branch With Tag

2021-04-15 Thread Eric Fetzer
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 tag into a release, does it then act more like a >> lab

Re: Git Plugin Checkout From Branch With Tag

2021-04-15 Thread Eric Fetzer
See > https://stackoverflow.com/questions/6990484/how-to-checkout-in-git-by-date > . > > >> >> >> Sent from my T-Mobile 4G LTE Device >> >> >> Original message >> From: Mark Waite >> Date: 4/14/21 1:44 PM (GMT-05:00) &

Re: Git Plugin Checkout From Branch With Tag

2021-04-15 Thread Eric Fetzer
- >> 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

Re: Git Plugin Checkout From Branch With Tag

2021-04-13 Thread Eric Fetzer
branch specifier after a space and got an error. If I put it in an additional branch specifier, it seems to have gotten ignored. Just got the tip revision from that branch. On Tue, Apr 13, 2021 at 12:57 PM eric@gmail.com wrote: > OK, I think I've tried everything in this OLD conversat

Git Plugin Checkout From Branch With Tag

2021-04-13 Thread eric....@gmail.com
as well as every other way they said to do it in that thread). Every way seems to just get the tip revision of all the files in that branch. Does anyone have guidance of how to get this done? Thanks! Eric -- You received this message because you are subscribed to the Google Groups &quo

Re: Node no longer working

2021-04-12 Thread eric....@gmail.com
OK, further proof that I'm fried this week. I needed to put the key in for the jenkins user, not the user. The jenkins user public key is in the authorized_hosts file for so that he can authenticate as that user. This is fixed... On Monday, April 12, 2021 at 10:36:46 AM UTC-6

Re: Node no longer working

2021-04-12 Thread eric....@gmail.com
UTC-6 eric@gmail.com wrote: > So I had a node up to run as a user other than Jenkins. It stopped > working and I have no idea why. My trouble-shooting ability has just > reached its limit. Anyone have any ideas for me to try? Here are my steps > to set it up (the RSA Key se

Node no longer working

2021-04-12 Thread eric....@gmail.com
(credentialId:RSAKey/method:publickey) [04/12/21 11:34:47] [SSH] Authentication failed. Authentication failed. [04/12/21 11:34:47] Launch failed - cleaning up connection [04/12/21 11:34:47] [SSH] Connection closed. Thanks much! Eric -- You received this message because you are subscribed to the

Re: GitHub Clone to Different Local Directory

2021-03-31 Thread Eric Fetzer
that it is, indeed, a firewall rule. Thanks for all the help! Guess I should be thankful that 443 is open to me... On Wed, Mar 31, 2021 at 12:10 AM 'Dirk Heinrichs' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Am Montag, den 29.03.2021, 12:26 -0700 schrieb e

Re: GitHub Clone to Different Local Directory

2021-03-30 Thread Eric Fetzer
t. Thanks for trying! On Tue, Mar 30, 2021 at 11:56 AM Eric Fetzer wrote: > Holy cow, this is NOT my day. So I did it once and it appeared to work. > I vi'd the known_hosts file and it was at the bottom but it looked like it > was transposed wrong (instead of a.b.c.d, it had b.a.c.

Re: GitHub Clone to Different Local Directory

2021-03-30 Thread Eric Fetzer
t; > [image: signature_1235056834] <https://www.dimonoff.com/> > > *dimonoff.com* <https://www.dimonoff.com/> > > 1015 Avenue Wilfrid-Pelletier, > > Québec, QC G1W 0C4, 4e étage > > > > > > *From: *jenkinsci-users@googlegroups.com > on behalf of

Re: GitHub Clone to Different Local Directory

2021-03-30 Thread Eric Fetzer
* (418) 682-3636 ext.: 114 > > *C:* (581) 777-0050 > godbo...@dimonoff.com > > [image: signature_796898478] <https://www.dimonoff.com/> > > *dimonoff.com* <https://www.dimonoff.com/> > > 1015 Avenue Wilfrid-Pelletier, > > Québec, QC G1W 0C4, 4e étage > &g

Re: GitHub Clone to Different Local Directory

2021-03-30 Thread Eric Fetzer
re_168530195] <https://www.dimonoff.com/> > > *dimonoff.com* <https://www.dimonoff.com/> > > 1015 Avenue Wilfrid-Pelletier, > > Québec, QC G1W 0C4, 4e étage > > > > > > *From: *jenkinsci-users@googlegroups.com > on behalf of eric@gmail.c

Re: GitHub Clone to Different Local Directory

2021-03-29 Thread eric....@gmail.com
The only thing I can guess is that ssh is getting a question when he attempts to connect wanting to be added to the known_hosts file. Wondering if maybe there's a way to establish this if this is indeed the issue? On Monday, March 29, 2021 at 12:07:01 PM UTC-6 eric@gmail.com

Re: GitHub Clone to Different Local Directory

2021-03-29 Thread eric....@gmail.com
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 Fe

Re: GitHub Clone to Different Local Directory

2021-03-29 Thread Eric Fetzer
not available for Git operations. remote: You must use a personal access token or SSH key. On Mon, Mar 29, 2021 at 8:09 AM Eric Fetzer wrote: > O, duh, I get it now. I create the key with the jenkins user and add > id_rsa.pub to the GitHub account for access. I was somehow thinking

Re: GitHub Clone to Different Local Directory

2021-03-29 Thread Eric Fetzer
kins Users < jenkinsci-users@googlegroups.com> wrote: > Am Montag, den 29.03.2021, 07:44 -0600 schrieb Eric Fetzer: > > Thanks for your reply Dirk! I'm a unix guy and that would have been my > first choice, however I don't have access to the GitHub OS, only my &g

Re: GitHub Clone to Different Local Directory

2021-03-29 Thread Eric Fetzer
; wrote: > Am Montag, den 29.03.2021, 07:22 -0600 schrieb Eric Fetzer: > > It was a bit painful, but at least it gets it done. What I've implemented > is passing the workspace to the checkout, checking out as my user to my > user workspace (home directory), moving the files checked

Re: GitHub Clone to Different Local Directory

2021-03-29 Thread Eric Fetzer
look at Mark's option above, but at least I found something that will work... On Mon, Mar 29, 2021 at 7:14 AM eric@gmail.com wrote: > Yes Bjorn, that's the thread I used to figure out how to use the access > token. Unfortunately, the jenkins plugin isn't smart enou

Re: GitHub Clone to Different Local Directory

2021-03-29 Thread eric....@gmail.com
hing in one job instead of doing some copy-magic > (which would horribly break once you start to use more nodes). > > Björn > eric@gmail.com schrieb am Samstag, 27. März 2021 um 04:05:44 UTC+1: > >> Thanks Mark, I'll check it out. Has to beat the hokey workaround I &

GitHub Clone to Different Local Directory

2021-03-26 Thread eric....@gmail.com
OK, so this is kind of complex so hang with me. We're moving from StarTeam to Github and I'm trying to reproduce what I'm doing in StarTeam with Github. StarTeam was easy because I owned the repository machine as well as administrated the tool. With Github, we're hosted. So I'm admin on the

Jenkins 2.277.1 Issue?

2021-03-22 Thread eric....@gmail.com
Hi! Last week we took 2.277.1 when patching. I didn't see any issues until this morning when I tried to log on and got 403 No valid crumb was included in the request. I restarted the server a few times trying to fix it but never could get logged in. I did some research and found a thread te

Re: How can i execute shell scripts from Jenkins ?

2021-03-05 Thread Eric Pyle
cific without knowing more about the errors you are seeing. Eric On 3/5/2021 12:03 PM, Gil Jensen wrote: can you tell me why Jenkins would get a different result from the  shell scripts  alone? On Wednesday, March 18, 2020 at 12:25:34 PM UTC-4 Siddhesh Malpani wrote: Mohan, Yes of cours

Re: Security Vulnerability on my Jenkins Server

2021-02-10 Thread Eric Fetzer
able them. However, I doubt > that the Jenkins CLI use those MACs , and you can always use HTTPS. > > El El mié, 10 feb 2021 a las 18:28, Eric Fetzer > escribió: > >> My MACs line says: >> >> MACs hmac-ripemd160,hmac-sha2-256,hmac-sha2-512, >> hmac-ripem

Re: Security Vulnerability on my Jenkins Server

2021-02-10 Thread Eric Fetzer
My MACs line says: MACs hmac-ripemd160,hmac-sha2-256,hmac-sha2-512,hmac-ripemd...@openssh.com I believe this is hardened, isn't it? Thanks, Eric On Wed, Feb 10, 2021 at 9:40 AM kuisathaverat wrote: > hmac-* are Message authentication code algorithms (MACs), so you have to > con

Re: Security Vulnerability on my Jenkins Server

2021-02-10 Thread Eric Fetzer
Hmmm, I already hardened by that link: https://www.ssh.com/ssh/sshd_config My /etc/ssh/sshd_config has: Ciphers aes128-ctr,aes192-ctr,aes256-ctr This is still showing up on my security scan though. Am I missing something? Thanks, Eric On Tue, Feb 9, 2021 at 12:23 PM kuisathaverat wrote

Re: Security Vulnerability on my Jenkins Server

2021-02-09 Thread eric....@gmail.com
I'm sorry, I just saw the last comment on here and, once again, this showed up on our vulnerability report. I don't get exactly what I need to do in order to fix this. Can someone lay it out for me please? Thanks - Eric On Wednesday, August 26, 2020 at 12:39:40 PM UTC-6 kuisat...

Re: Doxygen integration with Jenkins

2020-11-05 Thread Eric Pyle
\doxygen\bin, but the other does not. Regards, Eric On 11/5/2020 12:46 AM, Arjuman Banu wrote: Hi, I am integrating Doxygen tool with Jenkins. Given .exe path in Jenkins global tool configurations. While configuring a project, build->generating documentation using doxygen, Doxygen Installati

Re: How to get command versions supported by Pipeline

2020-10-13 Thread Eric Pyle
This message is telling you that your "bat" step does not know where to find the "dotnet" command. If you give the full path it should succeed. On 10/13/2020 9:33 AM, Ven H wrote: In my Jenkinsfile, I am using the following command bat "dotnet restore" I have .NET Core SDK installed in the Je

Vulnerability in JQuery on Jenkins

2020-08-26 Thread eric....@gmail.com
query-1.11.1.min.js Installed version : 1.11.1 Fixed version : 3.5.0 I'm running version 2.235.5 of Jenkins. Thanks, Eric -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving ema

Re: Security Vulnerability on my Jenkins Server

2020-08-26 Thread eric....@gmail.com
I think I found the solution to this: https://www.thegeekdiary.com/how-to-disable-md5-based-hmac-algorithms-for-ssh/ On Tuesday, August 25, 2020 at 1:59:49 PM UTC-6 eric@gmail.com wrote: > I'm confused. It doesn't look like the ciphers the vulnerability is > citing ar

Re: Security Vulnerability on my Jenkins Server

2020-08-25 Thread eric....@gmail.com
ava.security (the path will vary based on your Java > version) > > El lunes, 24 de agosto de 2020 a las 16:48:22 UTC+2, eric@gmail.com > escribió: > >> Hi all! I'm getting hit by my secuity team for a vulnerability for the >> Jenkins CLI via ssh allowing th

Security Vulnerability on my Jenkins Server

2020-08-24 Thread eric....@gmail.com
Hi all! I'm getting hit by my secuity team for a vulnerability for the Jenkins CLI via ssh allowing the following weak ciphers: hmac-md5 hmac-md5-96 hmac-sha1-96 Is there a way to configure ciphers accepted for the Jenkins CLI? Thanks, Eric -- You received this message because yo

Re: Robot Framework test run from Jenkins. - No module named robot

2020-07-24 Thread Eric Pyle
I wonder if this is because AppData is a hidden folder, and/or not accessible to the user running Jenkins. Can you try a directory listing of that Scripts directory in a Jenkins job batch command? Eric On 7/22/2020 11:50 AM, Robert Szabo wrote: Hi, Jenkins cant run my Robot Framework test

Re: Parametrized build for E2E testing in different environments

2020-06-04 Thread Eric Pyle
gs from the job you specified, which may also be useful, but I think you were looking for build steps. Regarding Multiple SCM plugin, that is indeed deprecated, and I don't recommend using it directly. -Eric On 6/4/2020 12:30 PM, Alberto Scotto wrote: I see thanks! I never really had the chan

Re: Parametrized build for E2E testing in different environments

2020-06-04 Thread Eric Pyle
d it works fine for us. We use it in hundreds of jobs. A quick look at your stack trace suggests you are missing the Multiple SCM plugin as a dependency. Regards, Eric On 6/4/2020 11:42 AM, Alberto Scotto wrote: Thanks Eric, I appreciate it. Unfortunately the template plugin seems not be up-to-

Re: Parametrized build for E2E testing in different environments

2020-05-28 Thread Eric Pyle
a build step (Use builders from another project). -Eric On 5/28/2020 7:39 AM, Alberto Scotto wrote: Hi, Long story short: is it possible to have a job which builds another job, in particular a parametrized one? We have a Cucumber+Selenium project which runs E2E tests against our different

Re: Process the powershell result on the jenkins server

2020-02-26 Thread Eric Pyle
cript. Or similarly, if you write the file in the upstream job as a properties file "VARNAME=$value" then you can use that file to set a parameter to pass to the downstream job (parameters from properties file). Eric On 2/26/2020 8:26 AM, Michael Renner wrote: Moin, I am new to t

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

2020-01-09 Thread Eric Pierson
Issue entered and will update this thread as things develop. https://issues.jenkins-ci.org/browse/JENKINS-60717 Thanks, Eric On Thu, Jan 9, 2020 at 7:53 AM Eric Pierson wrote: > Yes, I intend to write up the issue today for tracking. > > I have been troubleshooting more but unfortunat

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

2020-01-09 Thread Eric Pierson
Yes, I intend to write up the issue today for tracking. I have been troubleshooting more but unfortunately don't have anything valuable to add just yet. I will reply to this thread once the issue has been opened with more details. Eric On Thu, Jan 9, 2020, 05:49 Beushausen, Chri

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

2020-01-06 Thread Eric Pierson
en this additional information, please let me know if you have any new thoughts or if you feel I should file a bug report (for perhaps the logRotate or BuildDiscarder area?) as I continue to research and test. Thank you again for your help and everything you do for the Jenkins community! -Eric

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

2020-01-03 Thread Eric Pierson
I am troubleshooting a scenario where jobs with a wildcard tag refspec (+refs/tags/*:refs/remotes/origin/tags/*) sometimes detect changes and rebuild a successfully built tag referencing the same commit. When a rerun occurs, prior job runs for the tag are no longer present in the Git Build Hi

Re: Git Commit Message as an Environment Variable

2019-11-20 Thread &#x27;Eric Boehm' via Jenkins Users
You could use groovy to collect the commit message from the ChangeSet and then put it in an environment variable. On Tuesday, November 19, 2019 at 9:53:52 AM UTC-5, Jeremy Hartley wrote: > > Hi, > > I'm playing around a bit with Git environment variables to send to slack > and would like to incl

Re: Jenkins NON-GUI notification of core / plug-in vulnerabilities / warnings and updates

2019-09-24 Thread Eric Engstrom
yet-another-plug-in? Or, I suppose, I could develop it as a groovy script that one could run as a jenkins job within jenkins itself. Thoughts? > > On Mon, Sep 23, 2019 at 5:52 PM Eric Engstrom > wrote: > >> Yes, I'm subscribed to the "Security advisories&quo

Jenkins NON-GUI notification of core / plug-in vulnerabilities / warnings and updates

2019-09-23 Thread Eric Engstrom
Jenkins is great at telling me when there are updates available for Jenkins's core or when there are security vulnerabilities in plug-ins. This it does with a "nice-fat-red" number of vulnerabilities on the top of the web page when I am logged in. And when one clicks on that, you get a nice synopsi

Jenkins NON-GUI notification of core / plug-in vulnerabilities / warnings and updates

2019-09-23 Thread Eric Engstrom
Jenkins is great at telling me when there are updates available for Jenkins's core or when there are security vulnerabilities in plug-ins. This it does with a "nice-fat-red" number of vulnerabilities on the top of the web page when I am logged in. And when one clicks on that, you get a nice s

Re: jenkins-cli.jar stopped working for not apparent reason

2019-06-27 Thread Eric Pyle
I ended up switching to the direct ssh method I showed in my shell script, and it's been working for me. Good luck! Eric On 6/27/2019 10:17 AM, Eric Fetzer wrote: Hi Eric, thanks for the reply.  I'm not using a reverse proxy on my Jenkins server.  It's pretty much out of the b

Re: jenkins-cli.jar stopped working for not apparent reason

2019-06-25 Thread Eric Fetzer
Thanks Eric! I updated my java version to 1.8 and it appears my command line has changed since the version of java-cli.jar I was using. the -i doesn't work together with the -s without a -ssh and the -ssh needs a -user, lol. But once I put all those together, I get: java -cp /my/path/t

Re: jenkins-cli.jar stopped working for not apparent reason

2019-06-25 Thread Eric Pyle
It's telling you the Java version is not correct. What version of Java are you using? Needs to be 1.8 for current Jenkins. On 6/25/2019 11:27 AM, Eric Fetzer wrote: OK, that was a flop.  I downloaded the correct jenkins-cli.jar from : http://myJenkinsServer:8080 <http://myjenkinsser

Re: jenkins-cli.jar stopped working for not apparent reason

2019-06-25 Thread Eric Fetzer
r.java:270) at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:406) On Tuesday, June 25, 2019 at 8:12:58 AM UTC-6, Eric Fetzer wrote: > > This makes no sense. When I run the command: > > java -cp /my/path/to/jar/jenkins-cli.jar -s http://myJenkinsServer:8080

Re: jenkins-cli.jar stopped working for not apparent reason

2019-06-25 Thread Eric Fetzer
d in a bit. Thanks! On Tuesday, June 25, 2019 at 8:12:58 AM UTC-6, Eric Fetzer wrote: > > This makes no sense. When I run the command: > > java -cp /my/path/to/jar/jenkins-cli.jar -s http://myJenkinsServer:8080 > -i /my/key/id_rsa help > > I get: > > Neither -s nor

Re: jenkins-cli.jar stopped working for not apparent reason

2019-06-25 Thread Eric Fetzer
; 52) > at hudson.model.User.impersonate(User.java:250) > at > org.jenkinsci.main.modules.cli.auth.ssh.SshCliAuthenticator.authenticate(SshCliAuthenticator.java: > 44) > at hudson.cli.CliManagerImpl$1.run(CliManagerImpl.java:99) > > This issues was fixed in Jenkins 1.424 > Ye

Re: jenkins-cli.jar stopped working for not apparent reason

2019-06-25 Thread Eric Fetzer
on.cli.CLI.main(CLI.java:387) The -s is definitely an issue but I could work around it with an export in my script. Sorry for the misinformation in my original post! Thanks, Eric On Tuesday, June 25, 2019 at 8:12:58 AM UTC-6, Eric Fetzer wrote: > > This makes no sense. When I run the comm

Re: jenkins-cli.jar stopped working for not apparent reason

2019-06-25 Thread Eric Fetzer
I can figure out why I can't connect on port 8080. Just need to figure out why all-of-a-sudden, he doesn't understand the -s. Thanks, Eric On Tuesday, June 25, 2019 at 8:12:58 AM UTC-6, Eric Fetzer wrote: > > This makes no sense. When I run the command: > > java -cp /

jenkins-cli.jar stopped working for not apparent reason

2019-06-25 Thread Eric Fetzer
my sudden issue could be or where to start trouble shooting this? Thanks, Eric -- 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-users+un

Unable to open a JIRA issue

2019-04-16 Thread Eric Pyle
27;m trying to submit a New Feature request to the JIRA Plugin, and I have a pull request to go with it. Thanks, Eric -- Eric Pyle Siemens PLM Software Lebanon, NH eric.p...@siemens.com http://www.siemens.com/plm -- You received this message because you are subscribed to the Google Groups &qu

Re: configuration of jobs maintained in SVN

2019-02-28 Thread Eric Pyle
nd visible in the browser interface). Is there any other way to inform Jenkings about the change and let it reload the modified job config? Thanks matthias -- Eric Pyle Siemens PLM Software Lebanon, NH +1 603-277-3060 eric.p...@siemens.com http://www.siemens.com/plm -- You received th

Re: Using a Variable in Execute Shell that has a . in it

2019-02-08 Thread Eric Fetzer
That there is some crazy stuff Eric, but it worked, lol: [OIS-Client] $ /bin/sh -xe /tmp/jenkins1618762877704683861.sh ++ grep 'deploy\.dir=' ++ cut -d = -f 2 ++ env + depdir=/deploy + echo 'deploy.dir == /deploy' deploy.dir == /deploy I can work that into this and avoid us

Re: Using a Variable in Execute Shell that has a . in it

2019-02-08 Thread Eric Pyle
From Stack Overflow <https://stackoverflow.com/questions/26506539/reference-to-a-bash-variable-whose-name-contains-dot>: depdir=`env|grep "deploy\\.dir="|cut -d = -f 2` echo "deploy.dir == $depdir" -Eric On 2/8/2019 3:29 PM, Eric Fetzer wrot

  1   2   3   4   5   6   >