RE: Delete button on build steps not working

2012-08-07 Thread Alex Earl
ck.us/photo/my-images/502/capturetpm.png On Wed, Aug 8, 2012 at 1:58 PM, Alex Earl wrote: > Does the button get the normal look and feel of the Jenkins UI? > > Sent from my Windows Phone > -- > From: Stuart Whelan > Sent: 8/7/2012 6:47 P

RE: Issues calling cleartool from Jenkins

2012-08-08 Thread Alex Earl
Agreed...I can't count on all my digits the number of times NOT using a UNC has brought me pain. Sent from my Windows Phone From: Richard Bywater Sent: 8/8/2012 2:18 PM To: jenkinsci-users@googlegroups.com Subject: Re: Issues calling cleartool from Jenkins Or, probably more reliable, use the full

RE: email-ext sending mail once a day for succeeding job

2012-08-14 Thread Alex Earl
You would have to have a job that ran every day that checked the status of the other jobs, most likely through a presend script, or in the groovy template. Slide Sent from my Windows Phone -- From: David Gang Sent: 8/14/2012 7:17 AM To: jenkinsci-users@googlegroups.com

RE: Git plugin trigger of downstream is not building same branch

2012-08-19 Thread Alex Earl
It would all depend on how your workspace us setup. If you haven't setup a custom workspace, then yes the code should be whatever was cloned in the preceding build step. The downstream jobs, unless you have done something yourself, don't really know about the scm, except through the upstream relati

RE: Relative path running a windows batch

2012-08-21 Thread Alex Earl
How are you specifying your build? Are you passing an sln file to msbuild? If not, I am not sure msbuild will set the SolutionDir variable. Sent from my Windows Phone -- From: nietzsche44 Sent: 8/21/2012 7:03 AM To: jenkinsci-users@googlegroups.com Subject: Re: Relative

RE: Macros not being expanded properly

2012-08-29 Thread Alex Earl
Let me try something locally...it should be working. Does it work if you put it into the content area? Sent from my Windows Phone -- From: Corey Quinn Sent: 8/29/2012 11:55 AM To: jenkinsci-users@googlegroups.com Subject: Re: Macros not being expanded properly Currentl

RE: problem installing plug-ins on windows pc

2012-09-01 Thread Alex Earl
Do you get an error message in the logs? What is the failing behavior? More information is needed to help debug the problem. I run Jenkins on Windows on several systems with no problems, so it is most likely a configuration issue. Sent from my Windows Phone -- From: Ken

RE: problem installing plug-ins on windows pc

2012-09-01 Thread Alex Earl
Are you running it under Tomcat or just as a straight service? Does the user you are running it under have access to write to the Jenkins home directory? Sent from my Windows Phone -- From: Kenneth Sent: 9/1/2012 4:11 PM To: jenkinsci-users@googlegroups.com Cc: Kenneth

RE: problem installing plug-ins on windows pc

2012-09-02 Thread Alex Earl
You could also set Jenkins home (JENKINS_HOME) to be somewhere that doesn't require those permissions. Sent from my Windows Phone From: Richard Bywater Sent: 9/1/2012 9:26 PM To: jenkinsci-users@googlegroups.com Subject: Re: problem installing plug-ins on windows pc Are you using Windows Vista/7/2

RE: How to notify those who broke the build when triggered job

2012-09-05 Thread Alex Earl
fails MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit I've posted on the list about this, if you are using email-ext. I use a groovy script to get the changeset from the upstream cause and then send that in the email. It should be in the archives. Sent

RE: Grails Email Templates

2012-09-11 Thread Alex Earl
Do you mean groovy? Sent from my Windows Phone -- From: bearrito Sent: 9/11/2012 11:40 AM To: jenkinsci-users@googlegroups.com Subject: Grails Email Templates Does anyone have some grails email templates for use with the Email-Ext plugin? I'm very handy with grails an

RE: Grails Email Templates

2012-09-11 Thread Alex Earl
There are some examples in the source in github. Sent from my Windows Phone -- From: bearrito Sent: 9/11/2012 11:41 AM To: jenkinsci-users@googlegroups.com Subject: Re: Grails Email Templates Edit : Not very handy. On Tuesday, September 11, 2012 2:40:33 PM UTC-4, bear

RE: try to compile from source, caught an error. What's wrong?

2012-09-14 Thread Alex Earl
What version of maven are you using? Sent from my Windows Phone -- From: Erik Bernoth Sent: 9/14/2012 4:49 AM To: jenkinsci-users@googlegroups.com Subject: try to compile from source, caught an error. What's wrong? I got the following errors and can't find documentatio

RE: hudson migration: all jobs are gone!

2012-09-15 Thread Alex Earl
The latest Hudson's XML format is VERY different from Jenkin's format from what I remember. How many jobs do you have? Sent from my Windows Phone -- From: Stefan Schwoegler Sent: 9/15/2012 2:47 PM To: jenkinsci-users@googlegroups.com Subject: hudson migration: all jobs

RE: hudson migration: all jobs are gone!

2012-09-15 Thread Alex Earl
Are the configs complex? You may need to port by hand since the XML formats diverged. Sent from my Windows Phone -- From: Stefan Schwoegler Sent: 9/15/2012 5:43 PM To: Alex Earl Cc: jenkinsci-users@googlegroups.com Subject: Re: hudson migration: all jobs are gone

Re: After upgrade, Jenkins CLI "console" command hangs

2022-05-03 Thread Alex Earl
I am not the developer of the sshd plugin, but I would definitely file a bug. On Tue, May 3, 2022 at 1:27 PM G Dameron wrote: > Upon further investigation, the culprit turns out to be the sshd plugin > , which we upgraded to v3.1.0 at the > same time as the core

WMI Windows Agents plugin

2022-05-06 Thread Alex Earl
Hi Everyone, The WMI Windows Agents plugin uses a library called j-interop. This library was last released in 2010. Microsoft has made some changes to the DCOM protocol since this time. One particular change is highlighted in https://issues.jenkins.io/browse/JENKINS-67604, currently you can overri

Re: Teamcity to jenkins migration

2022-06-15 Thread Alex Earl
I don't know of any automated process, what format are TeamCity builds in? Is it yaml or something similar? How complex are your builds? On Wed, Jun 15, 2022, 06:52 sivakumar vaddi wrote: > I am looking help for the same task so wanted to check the process if any > > On Wednesday, June 8, 2022 a

Re: Multiple Instances on one server with Java 11

2022-07-11 Thread Alex Earl
Is there any crash log in either the apache or jenkins logs? I would look for exception dumps in the logs, it might help narrow down where the issue is occurring. On Mon, Jul 11, 2022 at 5:35 AM Matt Wilson wrote: > For a few years I've been running multiple (independent) Jenkins instances > on

Re: IAR (EWARM) failure to build on Jenkins

2022-07-18 Thread Alex Earl
Does the command line you are using in Jenkins match exactly to what you are running in Jenkins? Are you using a Jenkinsfile? The argument looks more like a bash variable specification than one that would run in cmd.exe. On Mon, Jul 18, 2022 at 3:42 PM Faisal Tariq wrote: > Hello, > > I would li

Re: IAR (EWARM) failure to build on Jenkins

2022-07-18 Thread Alex Earl
In the command window (cmd.exe) that you are running the command from, can you run the "set" command to get a list of env variables and do the same thing as part of your Jenkins run and see if there are any environment variables are missing from the Jenkins run? Generally, Jenkins will not have all

Re: IAR (EWARM) failure to build on Jenkins

2022-07-19 Thread Alex Earl
Is it a Jenkins agent that you are running this on, or the controller? If an agent, are you running as a Windows service, or using something like SSH? If the controller, what user is the controller running as? You need to figure out what user account the command is being run as. If it is different

Re: copy artificate slave server to master server in jenkins pipeline

2022-08-17 Thread Alex Earl
Please use the updated terminology master -> controller slave -> agent On Wed, Aug 17, 2022 at 8:32 AM Prasant singh wrote: > Hi All, > can you please help how to cop artifacts on master server without using cp > orscp command on master Jenkins server? > > -- > You received this message because

Re: Jenkins Won't start after latest ugrade

2022-09-14 Thread Alex Earl
The latest weekly releases dropped support for Java 8, so you will need to update to Java 11 at a minimum. You may need to look if there is a separate yum package for Java 11 (e.g., if Java 8 is still the default in your OS, then yum update java may not update to Java 11, it may just update to the

Re: I need to fail jenkins job if any linux command return error message

2022-11-22 Thread Alex Earl
This is the default for Jenkins, if a command exits with a non-zero exit code, then the job should already fail. On Tue, Nov 22, 2022 at 5:41 AM Praju wrote: > Hi , > I need to fail jenkins job if any linux command return error message , > could any one help one this > > Thank you > > -- > You r

Re: Running Jenkins as a Service in RHEL 8

2022-12-05 Thread Alex Earl
Jenkins switched to systemd "recently" check this page for how to change 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.

Re: SFTP Publisher plugin?

2023-01-12 Thread Alex Earl
There is the Publish Over SSH plugin that is similar to the one you are using. https://plugins.jenkins.io/publish-over-ssh/ On Thu, Jan 12, 2023 at 8:46 AM zil...@gmail.com wrote: > Sorry I'm using Publish Over FTP > > > On Thursday, January 12, 202

Re: SFTP Publisher plugin?

2023-01-12 Thread Alex Earl
I would recommend always using the declarative generator that is available on your Jenkins instance, it allows you to use a UI to generate the proper pipeline syntax. https:/YOURJENKINS/directive-generator/ On Thu, Jan 12, 2023 at 9:54 AM zil...@gmail.com wrote: > Ha. I'm not alone re: the Publi

Re: SFTP Publisher plugin?

2023-01-12 Thread Alex Earl
Do you have the plugin installed? This is what I see in the snippet generator: [image: image.png] On Thu, Jan 12, 2023 at 10:24 AM zil...@gmail.com wrote: > I did look at that, and https:/YOURJENKINS/pipeline-syntax, but no mention > of `SSH Publisher > > On Thursday, January 12, 2023 at 12:09:

Re: Help with Publish Over SSH plugin?

2023-01-30 Thread Alex Earl
I don't think the PO SSH plugin supports different methods of host key checking. You can see here that strict host key checking is always enabled and there is no setting to disable it: https://github.com/jenkinsci/publish-over-ssh-plugin/blob/3ffc0d5b1131611ef030d28d37fb4f8415574b37/src/main/java/j

Re: Help with Publish Over SSH plugin?

2023-01-30 Thread Alex Earl
Yes, but it would be nice if the plugin had different options like other plugins do. I am not sure if there is a maintainer for that plugin right now. On Mon, Jan 30, 2023 at 1:27 PM 'christop...@googlemail.com' via Jenkins Users wrote: > > Wouldn't a proper entry in the known-hosts file help he

Re: Help with Publish Over SSH plugin?

2023-01-31 Thread Alex Earl
None of the other SSH plugins do a copy over SSH. On Tue, Jan 31, 2023 at 9:32 AM zil...@gmail.com wrote: > Thanks. I use the SSH agent plugin, but that's not strictly for FTP? I > mean I have to script out pushing to an SFTP server? I'll look at the EC2 > Cloud plugin, though we're not an AWS s

Re: Help with Publish Over SSH plugin?

2023-02-01 Thread Alex Earl
:12 AM UTC-5 dheinric wrote: > >> Am Dienstag, dem 31.01.2023 um 14:00 -0700 schrieb Alex Earl: >> >> None of the other SSH plugins do a copy over SSH. >> >> >> Yes, of course not. They were meant as examples how host key verification >> is handled differen

Re: Help with Publish Over SSH plugin?

2023-02-02 Thread Alex Earl
>>> >>>> When using the Publish Over SSH plugin in a job, what "known_hosts" >>>> file is it using? I see one in "c:\Users\myUser\.ssh\known_hosts" but also >>>> in "c:\Windows\system32\config\systemprofile\.ssh\known_hosts" &

Re: Send file path as a link in email body after Jenkins Scripted pipe line run

2023-02-06 Thread Alex Earl
Also, you will need to use a file:// link, not just the path. Be aware though that unless everyone is running from the same C: drive mount, then your link won't work at all for people clicking on it from their account. On Mon, Feb 6, 2023 at 9:05 AM Ivan Fernandez Calvo wrote: > Two things here,

Re: Jenkins error when running the project on Mac but not on windows

2023-02-13 Thread Alex Earl
It looks like your workspace is not setup correctly on your Mac agent. Does your pipeline reference a specific path? The path setup will be completely different on Windows vs. Mac. On Mon, Feb 13, 2023 at 1:47 PM John Patrick wrote: > Try installing gitbash on the windows machine, then in global

Re: Issue with the Jenkins Plugin emailext Plugin.

2023-02-14 Thread Alex Earl
Does failure.html exist in the root of the workspace? On Fri, Feb 3, 2023, 03:35 Chetan wrote: > Hi Jenkins Experts > > I get the below error message sometime only when i use the html file as > email. > > Jenkins Code: > > emailext ( > mimeType: 'text/html', >

Re: Issue with the Jenkins Plugin emailext Plugin.

2023-02-15 Thread Alex Earl
g to figure out does it somehow depend on the nodes we use. Also > i believe the content of failure.html might be causing the issue as it will > have many logs lines entries. > > On Wed, 15 Feb, 2023, 7:23 am Alex Earl, wrote: > >> Does failure.html exist in the root of the worksp

Re: Regarding unable to view the jobs in jenkins

2023-03-24 Thread Alex Earl
2.176.1 is almost 4 years old. Why are you using such old releases? On Thu, Mar 23, 2023 at 8:31 PM Ashok Reddy wrote: > Is it okay to use 2.176.1 version? > > I am trying to install the 2.176.1 version . But I have been facing issues > as class not found exception matrix authorization strategy

Re: windows as slaves with java web start where Jenkins is based on Java 11

2023-03-28 Thread Alex Earl
You can start the agent directly using the Java command displayed in the agent launch page. You could have it as a start up application for the user that you need to run as. On Mon, Mar 27, 2023, 23:03 Kumar, Ashwath wrote: > Hello, > > Can anybody help with adding windows as slaves with java we

Re: windows as slaves with java web start where Jenkins is based on Java 11

2023-03-28 Thread Alex Earl
ed tests on slave. > > Regards > Ashwath Kumar > > On Tue, 28 Mar, 2023, 20:27 Alex Earl, wrote: > >> You can start the agent directly using the Java command displayed in the >> agent launch page. You could have it as a start up application for the user >> that you ne

Re: Jenkins LTS Debian signing key?

2023-03-30 Thread Alex Earl
I just ran into the same thing, I updated to the new key and it works fine now. On Thu, Mar 30, 2023 at 10:13 AM alan.l...@gmail.com < alan.l.spa...@gmail.com> wrote: > Tried to build a Jenkins image here this morning and getting signing > errors on the repo: > > W: An error occurred during the s

Re: Jenkins LTS Debian signing key?

2023-03-30 Thread Alex Earl
I take that back, it only works for the weekly release, not the stable. On Thu, Mar 30, 2023 at 10:36 AM Alex Earl wrote: > I just ran into the same thing, I updated to the new key and it works fine > now. > > On Thu, Mar 30, 2023 at 10:13 AM alan.l...@gmail.com < > alan.

Re: Not able to build scripts from local machine onto jenkins

2023-04-07 Thread Alex Earl
We need more information about your setup. How did you configure your job? What does the job actually look like? Without more information we can't really help that much. On Fri, Apr 7, 2023, 01:23 Biswajit Patnaik wrote: > I have created a simple python file project.py on my desktop in ubuntu >

Re: email-extension: using extended email template in a pipeline job by template name

2023-05-22 Thread Alex Earl
I think you need to use: body: '${SCRIPT, template="default_email_template"}' On Mon, May 22, 2023 at 2:48 PM Mike MBS wrote: > Hi, > > I asked this question on StackOverflow – but seems there is a lack of > engagement regarding Jenkins there..so I am asking here as well: > > > > I've created a

Re: How to set ssh key exchange algorithm when using Publish Over SSH plugin?

2023-06-01 Thread Alex Earl
You are correct, the plugin does not use either config file (or any config file for that matter). It looks like Jsch (the SSH library used) does not support ssh-rsa anymore. You would need to setup one of the other host key types (ssh-ed25519 would probably be best) on the server. On Thu, Jun 1, 2

Re: Getting error while using BUILD_LOG_REGEX in emailext

2023-06-23 Thread Alex Earl
When you use double quotes in pipeline, the groovy engine will try and interpolate the variables it sees. You should try using single quotes around the body value. On Fri, Jun 23, 2023, 04:13 Jyoti singhal wrote: > Hi All, > > I am trying to get one line from build logs and sending in email for

Re: Getting error while using BUILD_LOG_REGEX in emailext

2023-06-23 Thread Alex Earl
; > On Fri, 23 Jun, 2023, 18:16 Alex Earl, wrote: > >> When you use double quotes in pipeline, the groovy engine will try and >> interpolate the variables it sees. You should try using single quotes >> around the body value. >> >> On Fri, Jun 23, 2023, 04:13 Jyoti

Re: Getting error while using BUILD_LOG_REGEX in emailext

2023-06-23 Thread Alex Earl
th single quotes now, I was giving > the wrong syntax, > > Wanted to check one thing right now it's extracting this whole line, Is > there any way to just get this link in email? > [image: image.png] > > On Fri, Jun 23, 2023 at 9:38 PM Alex Earl wrote: > >> Can you

<    1   2