Re: Error while installing Jenkins on AWS EC2

2020-04-21 Thread Mark Waite
You caught us in exactly the week when we were making a major transition. The transition is still in progress. On Tue, Apr 21, 2020 at 12:28 PM Surya Dilip Inuganti wrote: > Thanks a lot Mark. Your solution worked. I don't know why in many > tutorials the installed weekly version and it worked.

Artifactory Plugin creates invalid packages?

2020-04-21 Thread flxsch
I'm using Artifactory Plugin to create and upload conan packages to our Artifactory Server. Creating the conan package works fine, I can inspect the packages with the conan-client locally in the Jenkins workspace. But after uploading the package with the plugin's

Re: Error while installing Jenkins on AWS EC2

2020-04-21 Thread Surya Dilip Inuganti
Thanks a lot Mark. Your solution worked. I don't know why in many tutorials the installed weekly version and it worked. Once again thanks for the response, you made my day. --Suya Dilip I On Tuesday, April 21, 2020 at 6:54:07 PM UTC+5:30, Mark Waite wrote: > > Jenkins 2.232 is the first weekly

Active Choice Parameter: scriptler script option not available

2020-04-21 Thread Leonardo Bq
On a jenkins ver.2.228, with "Scriptler" plugin ver.3.1; "Active Choices Plug-in" plugin ver.2.2.2 I would like to use "Scriptler Scripts" from within the Active Choice Parameters. Configuring them I have the following error: Active Choice Parameters have not the radio button "Scriptler

Error using gerrit-rest-java-client

2020-04-21 Thread Liejun Tao
Hi, I'm seeking some help to use gerrit-rest-java-client in Jenkins Shared library. It seems more suitable to seek help in Gerrit forum, but I think there are many Jenkins experts here and if someone uses Gerrit-Jenkins interaction could

Re: Error while installing Jenkins on AWS EC2

2020-04-21 Thread Sathish Mamidala
Hi, Looks like below did not run properly: sudo rpm --import http://pkg.jenkins-ci.org/redhat/jenkins-ci.org.key You can search new url for key, run it, it should work. On Tue, Apr 21, 2020 at 2:19 PM Surya Dilip Inuganti wrote: > Hi All, > > > I'm installing Jenkins on AWS EC2 CentOS

Re: Error while installing Jenkins on AWS EC2

2020-04-21 Thread Mark Waite
Jenkins 2.232 is the first weekly build created with a new GPG signing key. If this is your first time installation and you're not specifically seeking some feature that is so new it is only in the weekly builds, then you should probably use the long term support (LTS) release instead. See

Jenkins Remote Build

2020-04-21 Thread David Foley
Hi All Not sure if someone here could Help me with this one... Currently I have a Remote Build within my Flask Web Application.. That Triggers the Job: I would like to display the results as a Flash Message within my Webpage. Is it possible to display the Results of the Job ( Failed or

Jenkins pipeline does not proceed even if Selenium execution finishes

2020-04-21 Thread Gajanan Mahajan
I have a pipeline with stage for Selenium execution where execution of Selenium tests takes around 5 hours. In 'Selenium Execution' stage, I've code to execute Selenium tests then taking backup of results. Here pipeline executes on say `ABC` machine and Selenium stage execution on say `XYZ`