Re: java.io.IOException: Could not copy remoting.jar into '/var/lib/jenkins' on agent

2022-01-29 Thread Slide
Is there more to the stack trace? Can the Jenkins user write to /var/lib/jenkins? On Sat, Jan 29, 2022 at 12:22 PM Mark Waite wrote: > > > On Saturday, January 29, 2022 at 8:45:46 AM UTC-7 michael wrote: > >> >> I'm running out of options. >> >> > The Java version you're running is quite old.

Re: Email Extension not sending email

2021-12-31 Thread Slide
There is a debug mode option in the Global Configuration for the plugin. You can turn it on to get more information about what is happening. On Fri, Dec 31, 2021, 10:23 Paul Mitchell wrote: > > Hi, > > In the last few days the email extension plugin is not sending emails and > showing the

Re: Why does my Jenkins not run a .exe file?

2021-08-19 Thread Slide
Does the application try and interact with the desktop? If you are running the agent/jenkins as a Windows service, it will not be able to interact with the desktop by default. You need to search for "services interact desktop windows" to find information on how to enable it. On Thu, Aug 19, 2021

Re: SSH Credentials Plugin

2021-05-04 Thread Slide
"docker pull jenkins/jenkins" would track the weekly releases instead of the LTS release line. You can see the various tags for 2.289 here: https://hub.docker.com/r/jenkins/jenkins/tags?page=1=-name=2.289 On Tue, May 4, 2021 at 8:33 AM the.n...@gmail.com wrote: > I'm happy to assist - what is

Re: Updates site down?

2021-04-19 Thread Slide
Yes, it is a known issue. The Infra team is looking into it. On Mon, Apr 19, 2021 at 12:50 PM Alan Sparks wrote: > Seems like the Jenkins update site is throwing 503 errors… known issue? > Thanks. > > -Alan > > -- > You received this message because you are subscribed to the Google Groups >

Re: Problem with Publish over SSH

2021-03-06 Thread Slide
If the keyfile is on an agent, it won't work. You need the private key on the controller and then specify the path on the controller to where the key is located. On Sat, Mar 6, 2021 at 12:52 AM Arnaud bourree wrote: > Hi, > > You should use id_rsa which is private key and add id_rsa.pub which

Re: Best Practice- to deploy into windows machine from jenkins hosted on linux.

2021-02-18 Thread Slide
It depends on the version of Windows, but many modern versions of Windows (Windows 10, Windows Server 2016/2019) have the capability of having a native SSH service installed (other versions can use cygwin and so can these). This is a very viable way to deploy things to a system. On Thu, Feb 18,

Re: Plugins with no license

2021-02-16 Thread Slide
Hi Woz, Here is the statement on licenses in the Jenkins project: https://www.jenkins.io/project/governance/#license As far as requesting that a license be added, a PR might be ok. Or you could try submitting an issue for the plugin either in Jira, or GitHub issues if the plugin is using GitHub

Re: Set-Variable : Cannot process command because of one or more missing mandatory parameters: Name.

2021-02-10 Thread Slide
FYI, I started to look at this again and will hopefully have a PR soon. On Tue, Feb 9, 2021, 08:07 Slide wrote: > That will cause problems, the ssh-agents-plugin is not set up to handle > PowerShell as the default shell. I looked into it a while back but didn't > make good progress. &

Re: Set-Variable : Cannot process command because of one or more missing mandatory parameters: Name.

2021-02-09 Thread Slide
That will cause problems, the ssh-agents-plugin is not set up to handle PowerShell as the default shell. I looked into it a while back but didn't make good progress. On Tue, Feb 9, 2021 at 2:45 AM Amedee Van Gasse wrote: > FYI PowerShell is the default SSH shell on this machine. > > On Tuesday,

Re: jenkins web page not launching when run from docker

2021-02-02 Thread Slide
What does your docker command look like? On Tue, Feb 2, 2021, 13:43 Anil <1dropafl...@gmail.com> wrote: > Jenkins 2.263.3 LTS Windows 10 Home Docker Windows Ubuntu > > I am learning Jenkins and was trying to run it in a docker image. > I started up Docker Desktop and clicked Run on jenkins:lts >

Re: how to run an exe file within a declarative pipeline

2021-01-13 Thread Slide
Is the application a console app or Windows app? What if you add /wait to the START command? On Wed, Jan 13, 2021, 05:50 jfern...@forgottenempires.net < jfernan...@forgottenempires.net> wrote: > I am trying to create a pipeline which execute the application with some > test scripts once it is

Re: Job Pipeline Jenkins 1.x -> 2.x

2020-12-11 Thread Slide
See this post about this change in behavior, it was made for security reasons. https://www.jenkins.io/blog/2016/05/11/security-update/ On Fri, Dec 11, 2020 at 7:12 AM Fabian Cenedese wrote: > At 14:30 11.12.2020, Slide wrote: > > >You need to give more information about what

Re: Job Pipeline Jenkins 1.x -> 2.x

2020-12-11 Thread Slide
You need to give more information about what version you are upgrading from and upgrading to. Be aware that moving from Jenkins 1.x to a recent 2.x is NOT a drop-in replacement, can you tell me where you saw this? The last Jenkins 1.x release was over 4 years ago, there have been lots of changes

Re: Script to get Jenkins CentOS versions?

2020-11-25 Thread Slide
This might get you started: https://gist.github.com/kizbitz/e59f95f7557b4bbb8bf2 On Wed, Nov 25, 2020 at 7:58 AM zil...@gmail.com wrote: > I essentially want to get this list, but in a JSON format in an HTTP > response. But using this link as my docker_image_tags_url value for my > script

Re: Error while trying to run "source" command

2020-11-25 Thread Slide
You may also want to verify that the HOME environment variable is set, it may not be set the way that the jenkins agent is run. On Wed, Nov 25, 2020 at 8:10 AM zil...@gmail.com wrote: > I don't know what your script does, but a war file expects files in > certain directories. Put a pwd

Re: Recommended way to setup a windows agent nowadays ?

2020-11-23 Thread Slide
I would highly recommend switching to using SSH for Windows agents. The Win32-OpenSSH implementation from MS is supported from Windows 7 on (though Windows 7 is EOL). This makes it easier to maintain your agents because both the Windows and Linux agents are using the same mechanism. I've been

Re: Azure pull request plugin?

2020-11-19 Thread Slide
Hi David, Most of those are SCM providers. Azure in and of itself is not an SCM provider. What type of functionality are you looking for? Regards, Alex On Thu, Nov 19, 2020, 08:36 David Maul wrote: > Mailer left out my image. Wondering what the approach is when the cloud > repo is Azure.

Re: Is the Jenkins plugins server down?

2020-11-13 Thread Slide
The plugin site is currently having issues. The infra team is working VERY hard to resolve the issue. On Fri, Nov 13, 2020 at 2:06 PM zil...@gmail.com wrote: > I'm trying to update my plugins from my Manage Plugins page and I'm > getting this error. I also get the error if I cut/paste the URL

Re: Jenkins Windows Download 503 Error

2020-11-13 Thread Slide
The issue is still being worked on. On Fri, Nov 13, 2020 at 9:03 AM Alan Sparks wrote: > Any updates today on the download issues? Have a couple of plugin updates > that won’t complete. > > Checked Internet connectivity from Jenkins, seems to be OK. > > > > java.io.IOException: Server returned

Re: Can Jenkins redirect HTTP requests to HTTPS?

2020-10-23 Thread Slide
You can do it on a much more recent version of Jenkins, see this PR https://github.com/jenkinsci/winstone/pull/98, it adds the --httpsRedirectHttp parameter. Regards, Alex On Fri, Oct 23, 2020 at 12:49 PM Tim Black wrote: > Owen, did your assertion turn out to be true? Is a reverse proxy

Re: How to get command versions supported by Pipeline

2020-10-13 Thread Slide
There is no direct support in Jenkins for the dotnet command, if you are using the bat step, then it should function just like if you ran the command in cmd.exe as the user that your Jenkins agent is running as. On Tue, Oct 13, 2020, 07:10 Ven H wrote: > Thanks a lot for your response. However,

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

2020-10-11 Thread Slide
This is how I have run my Windows based Jenkins controller for some time. There are no issues with using a 64-bit JRE. On Sun, Oct 11, 2020, 11:40 Mark Waite wrote: > > > On Sun, Oct 11, 2020 at 12:30 PM PersonFirst PersonLast < > personandfri...@gmail.com> wrote: > >> Hello, >> I would like to

Re: Extended Email Publisher - Different recipients based on status

2020-09-24 Thread Slide
Each trigger should have a list of recipients that you can specify. Are you using freestyle or pipeline jobs? On Thu, Sep 24, 2020, 06:37 'Tim Calderwood' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Good day to you > > We are using Extended Email Publisher with great

Re: Windows slave by ssh

2020-08-27 Thread Slide
javaCommand = "\"" + javaCommand + "\""; > > } > > > > > > *From:* jenkinsci-users@googlegroups.com > *On Behalf Of *Slide > *Sent:* August 27, 2020 10:11 AM > *To:* Jenkins User Mailing List > *Subject:* Re: Windows slave by ssh > > > > I opene

Re: Windows slave by ssh

2020-08-27 Thread Slide
> > This is where you realize Qt, C# and Python are way ahead into path > manipulation. Do a little as possible into Groovy-ish language and use > Ansible or Python scripts to do the actual work lifting, made my life so > much less painful. > > > > *From:* jenkinsci-us

Re: Windows slave by ssh

2020-08-26 Thread Slide
ts. E.g. > javaPath='C:/programs.x64/Java/jdk-14/bin/java note the forward slashes. It > is a happy middle ground for bash and java. > > > > *From:* jenkinsci-users@googlegroups.com > *On Behalf Of *Slide > *Sent:* Wednesday, August 26, 2020 5:18 PM > *To:* Jenkins User

Re: Windows slave by ssh

2020-08-26 Thread Slide
enkinsci-users@googlegroups.com > *On Behalf Of *Slide > *Sent:* August 26, 2020 4:23 PM > *To:* Jenkins User Mailing List > *Subject:* Re: Windows slave by ssh > > > > It looks like this code would need to be updated to handle when there are > spaces: > https://gith

Re: Windows slave by ssh

2020-08-26 Thread Slide
It looks like this code would need to be updated to handle when there are spaces: https://github.com/jenkinsci/ssh-slaves-plugin/blob/master/src/main/java/hudson/plugins/sshslaves/JavaVersionChecker.java#L91. I have the reverse, a Windows controller and Linux agents. I specify the JAVA_HOME

Re: Unable to locate file Groovy-html.template

2020-08-13 Thread Slide
That template is a resource in the email-ext plugin hpi file, so you won't find it directly on the server. If you want to see the contents and use a modified version, you can look here for information: https://plugins.jenkins.io/email-ext. Search for "Jelly content" on that page and it will tell

Re: Issue sending email

2020-08-10 Thread Slide
ied. > > Greg Yeomans > Senior Linux Administrator > [image: Venuetize Logo] > Venues. Monetized. > M: +1.813.719.5757 | gyeom...@venuetize.com > www.venuetize.com > > *"Venuetize makes the way people experience spaces easier, more personal, > and enjoyable."* &g

Re: $BUILD_STATUS token not recognized in emailext pipeline post action

2020-08-07 Thread Slide
So am I understanding correctly that single quotes will (1) protect $foo > from being interpolate by Groovy but (2=) let token-macro expansion > continue to work? Is that right? > > Yes, that is correct, email-ext (really token-macro) will parse the string and find the correct $ tokens to replace.

Re: $BUILD_STATUS token not recognized in emailext pipeline post action

2020-08-06 Thread Slide
It's because you are using double quotes, which means Groovy (which pipeline is built on) will try and interpolate the variable. You would need to do something like this: emailext ( to: "ad...@domain.com", subject: 'Job $PROJECT_NAME $BUILD_STATUS (build #$BUILD_NUMBER)',

Re: Jenkins emailext plugin with default subject and body in pipeline script

2020-08-05 Thread Slide
T_SUBJECT, > body: 'testbtesttestinew area', > mimeType: 'text/html' > ); > > and get the error message > > groovy.lang.MissingPropertyException: No such property: $DEFAULT_SUBJECT > for class: WorkflowScript > > Regards >

Re: Jenkins emailext plugin with default subject and body in pipeline script

2020-07-31 Thread Slide
Hi Dave, Email-ext works on the idea of macros. When you define the default subject in the global config, it sets the value of a macro that you can then use in your job config. If you want to get the value you set, you have to use the macro for it. subject: '$DEFAULT_SUBJECT' This is the same

Re: Issue sending email

2020-07-29 Thread Slide
t; > Greg Yeomans > Senior Linux Administrator > [image: Venuetize Logo] > Venues. Monetized. > M: +1.813.719.5757 | gyeom...@venuetize.com > www.venuetize.com > > *"Venuetize makes the way people experience spaces easier, more personal, > and enjoyable."* >

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

2020-07-24 Thread Slide
My guess is that Jenkins (either the agent or server) is running as a different user, so the module isn't installed for that user. You show "robert.szabo" for where robot.exe is installed, but is that the user that Jenkins is running as on that system? On Fri, Jul 24, 2020 at 6:48 AM Eric Pyle

Re: Issue sending email

2020-07-20 Thread Slide
Sorry, I was reading on my phone and missed the attachment. Let me look at it again when I am in front of a computer. On Mon, Jul 20, 2020, 10:54 Greg Yeomans wrote: > @Slide. > > The original screenshot provided is all of the data from the build log > that is in debug mode. Is th

Re: Issue sending email

2020-07-20 Thread Slide
Can you email debug mode in the global config for email-ext? The build log should have additional details. On Mon, Jul 20, 2020, 06:31 Greg Yeomans wrote: > @Slide, > > Thanks for the reply, its been difficult getting back to this. I am a one > man team with lots of forest fires

Re: Upgrading Jenkins using MSI file

2020-07-19 Thread Slide
The method should be ok, the data for the jobs and such are not stored in the same location as the "executable." I would definitely recommend always backing up your JENKINS_HOME before installing new versions. On Sun, Jul 19, 2020, 18:49 PersonFirst PersonLast < personandfri...@gmail.com> wrote:

Re: Unit tests fail in Jenkins, but pass everywhere else

2020-07-19 Thread Slide
and other COM > applications, in particular, seem to be off-limits to service-issued > commands even when fully accessible to the user issuing the commands. > > Thank you, Slide, for your reply, and thanks to all others who read and > considered my question. I am going to se

Re: Unit tests fail in Jenkins, but pass everywhere else

2020-07-19 Thread Slide
Is your Jenkins running as a service? If it has to open Excel and is running as a service, this can be an issue. You need to give the service the ability to interact with the desktop. I believe this is in the service settings, but you can Google and find information if it is not right there. On

Re: Jenkins Plugin for custom email notification

2020-07-18 Thread Slide
There are two email plugins available for Jenkins, Mailer ( https://plugins.jenkins.io/mailer/) and the Extended Email Plugin ( https://plugins.jenkins.io/email-ext/). You can look at those two and see if one meets your needs. Regards, Alex On Sat, Jul 18, 2020 at 12:22 AM DHAVAL JAISWAL

Re: How to pull parameters from excel sheet and pass it to job

2020-07-15 Thread Slide
could parse using some relatively simple Groovy code ? > > > > > > > > *From: *Slide > *Sent: *Wednesday, July 1, 2020 21:56 > *To: *Jenkins User Mailing List > *Subject: *Re: How to pull parameters from excel sheet and pass it to job > > >

Re: Is there a way i can use OpenJDK11 with Centos7 image?

2020-07-10 Thread Slide
There is not a JDK11 CentOS image (PR's are welcome!). You could look at the current CentOS docker image Dockerfiles (see https://github.com/jenkinsci/docker) and build one based on that as a basis. If you get something working, a PR would be great so other people can use it as well. Regards,

Re: Issue sending email

2020-07-09 Thread Slide
Are the from address and reply to addresses valid addresses on the server? Exchange will deny if authentication fails and so it can't verify the addresses correctly. When you say you can send a test email, are you using the Mailer plugin in the global config, or the Extended Email Plugin settings

Re: How to pull parameters from excel sheet and pass it to job

2020-07-01 Thread Slide
I don't think there is a way to do this right now. https://plugins.jenkins.io/ui/search?query=excel You may need to do something in a shared library or something similar. On Wed, Jul 1, 2020 at 12:45 PM Devops-warrior wrote: > I have a job which will deploy web, app and DB servers into AWS

Re: Shell command with (

2020-06-30 Thread Slide
The shell is parsing the script and found an error in the syntax, it's not sh that is checking syntax. You can add a shebang line if you have something specific to bash sh """#!/bin/bash rm -fr -v !(${name})""" The sh step just creates a shell script file (.sh file) and executes it, which would

Re: Requesting invite to joing jenkinsci org in github

2020-06-29 Thread Slide
Hello, What are you wanting to do? Just wondering. Regards, Alex On Mon, Jun 29, 2020, 18:22 Surya yaramada` wrote: > Hello, > > How are you? I would like to know process to get invited to join jenkinsci > org in Github. > Here is my Github ID - yrsurya > > Please let me know if anything

Re: Jenkins offlines cloud build slave with running jobs?

2020-06-29 Thread Slide
Please use the term "agent" instead of "slave". That term has been deprecated since 2016. Regards, Alex On Mon, Jun 29, 2020 at 7:26 AM ZillaYT wrote: > I'm using v2.0.2 of https://github.com/jenkinsci/ec2-fleet-plugin > > I created spot fleets in AWS to use as Jenkins build slaves, and then

Re: Multi-line parameter description in declarative pipeline

2020-06-12 Thread Slide
The triple quote strings are taken as is, so just remove the tabs/spaces at the start of the lines. On Fri, Jun 12, 2020, 08:29 Al Silver wrote: > Hi, > How can I have a detailed description field that is properly displayed > when building with parameters. The example below is obviously not

Re: Question on email extension plugin in a pipeline step

2020-06-09 Thread Slide
You can set the classpath in the global configuration for email-ext. On Tue, Jun 9, 2020 at 10:56 AM Mario Jauvin wrote: > What is the classpath setup at that moment? What do I have access to? > > On Tuesday, June 9, 2020 at 1:34:54 PM UTC-4, slide wrote: >> >&

Re: Question on email extension plugin in a pipeline step

2020-06-09 Thread Slide
No, this scenario is not currently supported. On Tue, Jun 9, 2020 at 9:46 AM Mario Jauvin wrote: > I am trying to use groovy classes found in the pipeline shared library > (using @Library annotation on jenkinsfile) inside the presendScript string > supplied to the emailext pipeline step. These

Re: java.io.NotSerializableException: java.lang.UNIXProcess

2020-06-08 Thread Slide
Can you share your Jenkinsfile? There may be some contextual information that would help people help you. On Mon, Jun 8, 2020 at 3:08 PM chencho m-a wrote: > I altready tried this, with this output. > > expected to call Script4.exists but wound up catching sh; see: >

Re: Jenkins Agent/Slave on Windows Disconnect Issue

2020-06-08 Thread Slide
How did you modify this setting? In the Jenkins cloud configuration, or on AWS itself? On Mon, Jun 8, 2020 at 2:55 PM Vinod Krishna wrote: > Hi, > > It looks like increasing the ELB Timeout helped us! Thanks a lot! > > On Wednesday, 3 June 2020 01:13:37 UTC-4, D'raj wrote: >> >> try increasing

Re: How to find who installed a Jenkins plugin

2020-06-06 Thread Slide
The audit trail plugin is the only thing I can think of that _may_ do this. That's where I would look. On Fri, Jun 5, 2020, 17:09 Vijay Gongle wrote: > Any leads ? > > Thanks in advance. > > > > Sent from my iPhone > > > On Jun 4, 2020, at 5:00 PM, Vijay Gongle wrote: > > > > Is there a way

Re: Automated jenkins setup

2020-06-05 Thread Slide
I would recommend looking at the JCasC plugin ( https://www.jenkins.io/projects/jcasc/), it might be the best way to achieve what you are looking for. On Fri, Jun 5, 2020 at 2:34 PM Wolfgang Gerlach < wolfganggerlach1...@gmail.com> wrote: > Hi, > > > I would like to start a Jenkins server within

Re: Problem with Jenkins email extension plugin

2020-06-04 Thread Slide
ute. > > On Thursday, June 4, 2020 at 2:37:15 PM UTC-4, slide wrote: >> >> Does your AD implementation put the email address in a non-standard >> attribute? Does the user ID exist in the AD and does that user account have >> a valid email address attribute? >> >> On Thu

Re: Problem with Jenkins email extension plugin

2020-06-04 Thread Slide
Does your AD implementation put the email address in a non-standard attribute? Does the user ID exist in the AD and does that user account have a valid email address attribute? On Thu, Jun 4, 2020 at 10:57 AM Mario Jauvin wrote: > I noticed that the error comes from

Re: Problem with Jenkins email extension plugin

2020-06-04 Thread Slide
Do you have the LDAP plugin installed and configured? There needs to be a mechanism that the username can be converted to a an email address, this is called a MailAddressResolver ( javadoc.jenkins.io/plugin/mailer/hudson/tasks/MailAddressResolver.html). Several SCM plugins implement a

Re: Problem with Jenkins email extension plugin

2020-06-04 Thread Slide
Did you setup the default domain in the global configuration? On Thu, Jun 4, 2020, 05:54 Mario Jauvin wrote: > > I have noticed that when using DevelopersRecipientProvider in the > declarative pipeline, the information returned is the userid and not the > email address. I get the error: > >

Re: Jenkinsfile naming convention

2020-05-14 Thread Slide
Using external scripts is generally the preferred way of doing things anyway, so you are going the correct route. Writing scripts that reside in your SCM and then orchestrating them with a Jenkinsfile is the recommended way. As for the filename, most editors that I know of have a way to

Re: sshget is showing the entire contents of the file in console output log

2020-05-07 Thread Slide
This sounds like a bug in the plugin, I would file an issue in Jira. On Thu, May 7, 2020 at 6:02 AM cw wrote: > Does anyone have any ideas on this? I am using Jenkins ver. 2.190.3 on > Windows 2012 with ssh versions below. This is not only a space issue, but a > security issue, since sometimes

Re: The pipeline emailextrecipients step takes too long time

2020-04-30 Thread Slide
or LDAP on Jenkins, then there is > nothing to lookup. > > torsdag 30. april 2020 02.18.25 UTC+2 skrev slide følgende: >> >> The only method available via the ChangeSet API is getAuthor(), which >> internally does the lookup to make sure the email address is available, so

Re: The pipeline emailextrecipients step takes too long time

2020-04-29 Thread Slide
The only method available via the ChangeSet API is getAuthor(), which internally does the lookup to make sure the email address is available, so no, it can't access author email directly. On Wed, Apr 29, 2020 at 8:18 AM Sverre Moe wrote: > My code for finding the changeset authors worked fine.

Re: The pipeline emailextrecipients step takes too long time

2020-04-28 Thread Slide
:58 AM Sverre Moe wrote: > Any idea how to workaround this? > > Any way to disable the resolving of email adresses? > Using Git SCM checkout in Pipeline > > /Sverre > > mandag 27. april 2020 21.16.25 UTC+2 skrev slide følgende: >> >> Sorry, I misspok

Re: The pipeline emailextrecipients step takes too long time

2020-04-27 Thread Slide
ere the extension point lives). I was confusing where the resolver was in the infrastructure. The TL;DR is that it is still the MailResolver feature that is taking the time, but the sequence was different than I remembered. On Mon, Apr 27, 2020 at 10:42 AM Slide wrote: > That sounds like the c

Re: The pipeline emailextrecipients step takes too long time

2020-04-27 Thread Slide
ilextrecipients also takes 60 seconds each. > > mandag 27. april 2020 16.25.37 UTC+2 skrev slide følgende: >> >> There is no lookup until the email is sent. There may be a call to >> resolve a username to the email address though. Are you using ldap or AD? >> >

Re: The pipeline emailextrecipients step takes too long time

2020-04-27 Thread Slide
>> *Subject:* Re: The pipeline emailextrecipients step takes too long time >> >> How so? >> >> Does emailextrecipient do a DNS lookup on each author it can find? >> >> søndag 26. april 2020 20.12.03 UTC+2 skrev jeremy mordkoff følgende: >> >>

Re: The pipeline emailextrecipients step takes too long time

2020-04-26 Thread Slide
gt; firstFoundIdx-substring: sve...@company.com > => found type: 0 > Analyzing: sve...@company.com > Looking for: sve...@company.com > starting at: 0 > firstFoundIdx: 0 > firstFoundIdx-substring: sve...@company.com > => found type: 0 >

Re: The pipeline emailextrecipients step takes too long time

2020-04-25 Thread Slide
uot; and Log Level ALL. > > Hope I can find something about why it takes so long. > > fredag 24. april 2020 23.20.40 UTC+2 skrev slide følgende: >> >> You can turn on debug mode in the global config for Email Ext. The code >> isn't really doing anything major, it just

Re: The pipeline emailextrecipients step takes too long time

2020-04-24 Thread Slide
You can turn on debug mode in the global config for Email Ext. The code isn't really doing anything major, it just looks at the changesets and get the authors, so I am not sure why it would be taking that long. On Fri, Apr 24, 2020 at 1:59 PM Sverre Moe wrote: > Calling the pipeline step

Re: Jenkins master migration from Windows to Linux

2020-04-23 Thread Slide
For JNLP, the connection is done from the agent. It launches the agent.jar which connects to the master. If the agents are using "JNLP" then the launch command for that agent would possibly need to be updated if your master is at a different hostname/ip address than the old master. On Thu, Apr

Re: Linux Jenkins and Windows Build Server

2020-04-22 Thread Slide
> > <#m_6220737417055130388_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > On Thu, Apr 23, 2020 at 9:49 AM Slide wrote: > >> Hi Jeevan, >> >> My response is still the same, do you know how to do the deployment via >> the command line? That would be how you

Re: Linux Jenkins and Windows Build Server

2020-04-22 Thread Slide
com > <http://www.avg.com/email-signature?utm_medium=email_source=link_campaign=sig-email_content=webmail> > <#m_6781131240286885437_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > On Thu, Apr 23, 2020 at 8:45 AM Slide wrote: > >> Hi Jeevan, >> >> If recommend determinin

Re: Linux Jenkins and Windows Build Server

2020-04-22 Thread Slide
Hi Jeevan, If recommend determining how to do it from the command line and then you can easily do it from Jenkins. Regards, Alex On Wed, Apr 22, 2020, 17:39 Jeevan Podduturi wrote: > Hi All, > > I am new to Jenkins, i am trying to deploy Dot Net application using > Jenkins. > > my Jenkins is

Re: job is sucess but am not reciving mails please help

2020-04-17 Thread Slide
Check your spam folder, or enable debug mode for email-ext on the global configuration and run the build again and see if there is additional information. On Fri, Apr 17, 2020 at 5:45 AM Jafar Shaik wrote: > Started by user jhonson > Running as SYSTEM >

Re: No valid crumb - scm trigger doesn't work since 2.222 - pull 4509

2020-03-09 Thread Slide
Please see this post from the developers group, it mentions the CSRF protections enabled in 2.222 https://groups.google.com/forum/#!topic/jenkinsci-dev/NTlo7lhWY_Q On Mon, Mar 9, 2020 at 5:13 AM Stölzer Sven wrote: > Hi Jenkins-Team, > > > > it seems that since version 2.222 the scm trigger

Re: How to use the "email-ext" extension?

2020-03-09 Thread Slide
t; On Monday, 9 March 2020 12:54:14 UTC+1, slide wrote: >> >> Is this for CasC? If so, I would recommend setting it up via the UI and >> then exporting the yaml to see how to use it. >> >> On Mon, Mar 9, 2020, 04:33 Alexander Dietz wrote: >> >>> Hello

Re: How to use the "email-ext" extension?

2020-03-09 Thread Slide
Is this for CasC? If so, I would recommend setting it up via the UI and then exporting the yaml to see how to use it. On Mon, Mar 9, 2020, 04:33 Alexander Dietz wrote: > Hello, > > I am trying to use the extension "email-ext" but I could not find any > useable documentation for it on how to use

Re: Process the powershell result on the jenkins server

2020-02-26 Thread Slide
Hi Michael, It sounds like you are using a Free Style job, is that correct? Something like this is pretty easy to do in pipeline, but can be difficult in Free Style jobs. One way to do it is to write the value to a properties file in the powershell script and then use the EnvInject plugin to

Re: FileNotFound Exception for program.dat in almost all the jobs of a scheduled pipeline

2020-01-24 Thread Slide
Looks like this member should be marked transient: https://github.com/jenkinsci/aws-device-farm-plugin/blob/master/src/main/java/org/jenkinsci/plugins/awsdevicefarm/AWSDeviceFarmTestResultAction.java#L39 On Fri, Jan 24, 2020 at 5:42 AM Shivam Pokhriyal wrote: > More Details: > > I checked the

Re: Docker error "working directory is invalid"

2020-01-02 Thread Slide
Jan 2, 2020 at 11:19 AM Slide wrote: > >> Why are you using an Alpine Linux image with Windows paths? If you want >> to run a Linux container, you need to setup your volumes to use Linux paths >> mapped to the Windows equivalent (if you are running this on a Windows >> h

Re: Docker error "working directory is invalid"

2020-01-02 Thread Slide
Why are you using an Alpine Linux image with Windows paths? If you want to run a Linux container, you need to setup your volumes to use Linux paths mapped to the Windows equivalent (if you are running this on a Windows host). On Thu, Jan 2, 2020 at 9:14 AM Ralph Connors wrote: > I am working

Re: Publish over SSH plugin not transferring any files

2019-12-24 Thread Slide
What does your file pattern look like and have you verified that the files exist that you want to transfer? On Tue, Dec 24, 2019, 08:14 Prabhu Varadhachari < prabhu.rudhvin2...@gmail.com> wrote: > > Hello , >> >> > I want transfer the file from Jenkins work space to remote server. Job is > done

Re: Remove old agent protocols?

2019-12-03 Thread Slide
I'm a big +1 on this. On Tue, Dec 3, 2019 at 11:05 AM Jeff Thompson wrote: > For historical reasons, Jenkins still ships with old, deprecated > protocols, JNLP1-connect, JNLP2-connect, and JNLP3-connect. These all > have fundamental issues and known bugs. They were all superseded by the >

Re: upgrade jenkins from 1.6 to 2.206

2019-11-27 Thread Slide
On Wednesday, November 27, 2019 at 7:03:38 PM UTC-6, slide wrote: > >> Going from 1.6 to 2.206 is not really a good idea. That is several years >> difference. >> >> On Wed, Nov 27, 2019, 15:48 Antonio Prado wrote: >> >>> Can you please tell me, if for me

Re: upgrade jenkins from 1.6 to 2.206

2019-11-27 Thread Slide
Going from 1.6 to 2.206 is not really a good idea. That is several years difference. On Wed, Nov 27, 2019, 15:48 Antonio Prado wrote: > Can you please tell me, if for me to upgrade from one version to another, > all I have to do is, > download the war file, > place it in the same location as

Re: Problem during Jenkins setup on Windows: plugins not installed

2019-11-11 Thread Slide
ns but fails > with no message. > Log directory is empty. I just see red crosses on the browser besides the > plugin names > > On Monday, November 11, 2019 at 4:43:07 PM UTC+1, slide wrote: >> >> Are you setting up a master or agent? What error are you getting? >> >> -- >

Re: Problem during Jenkins setup on Windows: plugins not installed

2019-11-11 Thread Slide
Are you setting up a master or agent? What error are you getting? On Mon, Nov 11, 2019, 03:58 gianpaolo wrote: > Hello > has anyone ever had troubles installing Jenkins on Win10? > Can't install the plugin during set up, both using docker and installer. > > gianpaolo > > -- > You received this

Re: How to properly use ${FILE,path=foo.txt} in Jenkins?

2019-10-25 Thread Slide
It doesn't look like the envinject plugin has any sort of dependency on the token-macro plugin, which means you can't use the FILE token there. On Thu, Oct 24, 2019 at 11:16 PM Ilia Basin wrote: > Hi. > I'm trying to use the syntax `${FILE,path=foo.txt}` to introduced in > Token Macro Plugin

Re: Sudo Su command hangs in jenkins

2019-10-14 Thread Slide
Just to clarify, you are doing this AS the Jenkins user, not another user, but as the actual user that the jenkins agent is running as. On Mon, Oct 14, 2019 at 2:13 PM sravan wrote: > when I type in Sudo su manually it works > > On Monday, October 14, 2019 at 2:05:18 PM UTC-7, sl

Re: Sudo Su command hangs in jenkins

2019-10-14 Thread Slide
ALL) NOPASSWD: ALL > > On Monday, October 14, 2019 at 12:48:35 PM UTC-7, slide wrote: >> >> Does the jenkins user have access to run sudo without a password? >> >> On Mon, Oct 14, 2019 at 12:45 PM sravan wrote: >> >>> Hi All, >>> >>>

Re: Sudo Su command hangs in jenkins

2019-10-14 Thread Slide
Does the jenkins user have access to run sudo without a password? On Mon, Oct 14, 2019 at 12:45 PM sravan wrote: > Hi All, > > I am running a fab script using jenkins . The problem I am facing is I > need to get the logs from docker So I need to do "Sudo su" it works fine > manually but when I

Re: Anyway to programatically update a Jenkinsfile?

2019-10-02 Thread Slide
Pipeline scripts are a subset of groovy, so you may want to look in the direction of the available groovy AST modification methods. I am not sure how well it will work on declarative (though it should), but it's the best bet I believe. On Wed, Oct 2, 2019 at 12:07 AM Jeff Sault wrote: > Thanks

Re: Updating Corp to Corp list!

2019-09-26 Thread Slide
Thanks Mark! On Thu, Sep 26, 2019 at 3:15 PM Mark Waite wrote: > I banned this person from the list. We don't accept recruiting e-mail > messages on the Jenkins users mailing list. > > On Thursday, September 26, 2019 at 4:03:01 PM UTC-6, Srujan Reddy wrote: >> >> Hi All! >> >> >> >> I am

Re: Confused by declarative pipeline trigger specifications

2019-09-25 Thread Slide
The GUI portion is filled in by the pipeline once it has run once and the triggers and so forth have been processed. You can't change the cron in the GUI and have it work. It only works to change it in the pipeline itself. On Wed, Sep 25, 2019 at 1:16 AM David Aldrich wrote: > Hi > > We use

Re: Alternative for SendKeys in Jenkins with RobotFramework

2019-09-03 Thread Slide
Is this on a Windows agent? Is your agent running as a service? Generally, on Windows services are not allowed to interact with the desktop. There is a setting which allows this, though I believe it is not recommended by MS. (You can Google and find information on interacting with the desktop).

Jenkins Docker Master Multiarch

2019-08-29 Thread Slide
Thanks to the major work of other people, Jenkins is now providing multiarch docker master images for arm64 (aarch64), arm (armv7), s390x and ppc64le alongside the existing amd64 images. They are currently being published to an evaluation org on dockerhub until there is enough positive feedback

Re: Jenkins reponds with Illegal Characters in Path when using nuget restore

2019-08-27 Thread Slide
Are you sure the node's locale is set the same as the other nodes? On Tue, Aug 27, 2019, 11:35 Nef Rey wrote: > After further research, it happens with the last few releases of Jenkins > 5.1.0, 5.2 and I believe the immediate before those 4.8.3 although not > sure. > > I tried a older release

  1   2   3   4   5   6   7   8   9   10   >