Re: total list of Jenkins plugin

2018-10-01 Thread R. Tyler Croy
(replies inline) On Mon, 01 Oct 2018, Irfan Sayed wrote: > Hello, > do we have any consolidated list (just total count ) of Jenkins plugins > (irrespective of open source OR cloudbees ) available today ? > not pointing to any specific version but just asking in general The Update Center JSON

Re: Multiple Github repositories in a build

2018-10-01 Thread Mark Waite
If you're using a Jenkins Pipeline, you can checkout multiple repositories so long as each repository is placed into its own directory in the workspace. You define the checkout, including the repository URL, the credentials, and the branch. If you're not using a Jenkins Pipeline, you should not

Multiple Github repositories in a build

2018-10-01 Thread lancelyons8
I have some builds that require multiple github repos. One contains build scripts on master branch. ANother contains code on a different branch. I noticed the source code management settings in Jenkins there is a way to add another repository but it only allows me to specify one branch.

Re: need the pipline script

2018-10-01 Thread panneerrselvam natarajan
Thanks Rajendra Regards Panneer On Monday, October 1, 2018 at 8:47:28 AM UTC-7, rajendraprasad reddy wrote: > > Using curl you can automate but we use readyAPI(paid version o SOAPUI). > Curl can be used for light weight automation and it is tedious to use > large scale web service automation.

Help to get train (paid)

2018-10-01 Thread Rehan Baig
Guys, I am newbie and I am looking to get train in CICD using jenkins I am AWS certified and I have done basic CICD but looking for advance level CICD who can help me go through the real CICD proocess I do have basic to intermediate coding skills in C++ yaml json and python I have been using

Re: need the pipline script

2018-10-01 Thread RAJENDRA PRASAD
Using curl you can automate but we use readyAPI(paid version o SOAPUI). Curl can be used for light weight automation and it is tedious to use large scale web service automation. you can also use soapui open source or even jmeter. these tools you can install on the same machine and use cli mode to

Re: need the pipline script

2018-10-01 Thread panneerrselvam natarajan
Hi Rajendra, Thanks for your immediate response. Yes.. I want to automate web services using Jenkins pipeline I think i can call using curl function.. current me if am wrong. Regards Panneer On Monday, October 1, 2018 at 7:31:09 AM UTC-7, rajendraprasad reddy wrote: > > Hi panneerrselvam, >

How to change jenkins server time zone?

2018-10-01 Thread rajendraprasad reddy
Hi, All how to change jenkins server time zone? Actually my Jenkins server is running ion my laptop and my laptop is running under Indian time zone. and my jenkins web page is showing time as following Page generated: Sep 28, 2018 12:32:39 PM ISTREST API

Re: need the pipline script

2018-10-01 Thread RAJENDRA PRASAD
Hi panneerrselvam, You want to automate web services using Jenkins? or you want to trigger Jenkins via API(Rest Call)? i think , you want to trigger automated test suite for web service from Jenkins ? If that s correct then which or framework you people used create automated web service test

Re: need the pipline script

2018-10-01 Thread panneerrselvam natarajan
Hi Rajendra, Thanks for your response. I installed everything and got credential also. The sample pipeline scripts are working fine. I have lot of API Test case... Let me know the procedure to send request and get response (HTTPS) for simple url ( i can use my company url). Thanks in

jacoco plugin broken after update of Pipeline Maven Integration plugin

2018-10-01 Thread jenkinsusers
Hello, I recently updated the Pipeline Maven Integration plugin to version 3.1.2 (from 3.1). Since then the Jacoco plugin does not work anymore. Jacoco (code coverage) trend graphs for all past builds are rendered onto every build page making it unreadable and also very long to load. In the

Re: need the pipline script

2018-10-01 Thread Robert Rajendra
getting this error while deploying from publissh via ssh Started by user IT HANDS Building in workspace /var/lib/jenkins/workspace/cheyney-ezradigital-wc > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository >

total list of Jenkins plugin

2018-10-01 Thread Irfan Sayed
Hello, do we have any consolidated list (just total count ) of Jenkins plugins (irrespective of open source OR cloudbees ) available today ? not pointing to any specific version but just asking in general regards, -- You received this message because you are subscribed to the Google Groups

Re: need the pipline script

2018-10-01 Thread RAJENDRA PRASAD
Install following plugins Git plugin, Pipeline plugin, Credentials plugin Credentials binding plugin After this use snippet generator to compose pipeline step like 'gitcheckout' I hope you can do after this hint. Let me know if you need further help? Thanks, Rajendra On Mon 1 Oct, 2018, 5:14

need the pipline script

2018-10-01 Thread Robert Rajendra
HI need pipleine script to get code from git and deploy to the ssh and how to store ssh keys and location in jenkins pipeline project Regards *Robert Rajendra* Associate Network/Server Support Engineer IT Hands P: +91 863.087.3094 <+91%2086308%2073094> W: www.ITHands.com

Re: java.lang.NoClassDefFoundError: Could not initialize class sun.util.calendar.ZoneInfoFile

2018-10-01 Thread Dean Su
I have encounter the exact same issue with a jenkins slave on centos 7. here is my detail environment Jenkins ver. 2.89.2 openjdk version "1.8.0_181" plug in SSH Slaves: 1.25 the node is set up to connect by unix ssh Baptiste Mathus於 2018年9月16日星期日 UTC+8下午7時04分34秒寫道: > > Versions? Jenkins, Java

Re: Jenkins global metrics

2018-10-01 Thread Pavel Novák
Hi, for that probably the best fits custom pipeline script I have the similar - reading total number of builds and the builds in the given period Feel free to customize it or use as starting point if interested) - in attachment Dne středa 26. září 2018 21:29:23 UTC+2 gotvi...@gmail.com

Re: message "You have data stored in an older format and/or unreadable data." after Groovy init script

2018-10-01 Thread Vincent Latombe
Seems to be caused by some weird logic in this class if there is no configuration yet. https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/jenkins/model/JenkinsLocationConfiguration.java#L67-L83 So it means you don't have any configuration set for