Re: Upgrading Jenkins using MSI file

2020-07-20 Thread PF
Thank you for explanation. Will keep that in mind in the future. On Sunday, July 19, 2020 at 10:07:54 PM UTC-4, slide wrote: > > 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

Jenkins - upload ipa on test-flight

2020-07-20 Thread Shital
Hi, Can anyone help me how to upload ipa on test-flight through Jenkins. I found test-flight plugin is now deprecated. Thanks -- 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,

Help required: jenkins SSH connectivity issue

2020-07-20 Thread Sakshi Rathore
0I have a bash script which connects and exexutes programs from my local to remote server and now this should be executed from jenkins build so for this jenkins is taking continous changes from git for this script but my build is failing with below error: Warning: Identity file

Re: Need help - build "Execute Shell"

2020-07-20 Thread Sakshi Rathore
I am also facing same kind of issue : 0 I have a absh script which connects and exexutes programs from my local to remote server and now this should be executed from jenkins build so for this jenkins is taking continous changes from git

Jenkins - Test-flight Integration

2020-07-20 Thread Shital
Hi, I need help in understanding test-flight integration in Jenkins. I found that test-flight plugin is now deprecated. Can anyone please guide me how to upload .ipa file on test-flight using Jenkins. Thanks -- You received this message because you are subscribed to the Google Groups

Re: SSH Agent, z/OS USS, and git authentication problems

2020-07-20 Thread Randall Becker
Turns out, you cannot use a key-pair with a passphrase in this situation. SSH key-pairs without a passphrase works correctly (but passphrases are mandatory in our shop). On Monday, 20 July 2020 14:14:47 UTC-4, Randall Becker wrote: > > I'm going to have to dig deeper and probably debug the

Re: SSH Agent, z/OS USS, and git authentication problems

2020-07-20 Thread Randall Becker
I'm going to have to dig deeper and probably debug the GitSCM plugin on the agent. -Dibm.file.encoding does not help the situation. I have a call later today that might shed some light on the situation. On Friday, 17 July 2020 09:47:19 UTC-4, Mark Waite wrote: > > >

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 there anything

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. We have 3

Re: Issue sending email

2020-07-20 Thread Greg Yeomans
@Slide, Thanks for the reply, its been difficult getting back to this.  I am a one man team with lots of forest fires.  We have 3 jenkins servers, one for legacy builds that will hopefully go away sometime, one for mobile apps, and one for container builds.  They all three use the same

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

2020-07-20 Thread Martijn Verburg
You may find one of the AdoptOpenJDK images a useful base point. Cheers, Martijn On Fri, 10 Jul 2020 at 17:58, Slide wrote: > 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

Re: Jenkins Plugin for custom email notification

2020-07-20 Thread 'christop...@googlemail.com' via Jenkins Users
Hi, With emailext I know about two options: you can make use of a template and add what you want from the template directly to the mail body. Aditionally there's that 'attachLog'-option that attaches the complete log to the mail. Regards, Christoph fcenedese schrieb am Montag, 20. Juli 2020 um

Re: Jenkins Plugin for custom email notification

2020-07-20 Thread Fabian Cenedese
At 15:42 18.07.2020, Slide wrote: >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