Re: Jenkins connecting to Gitlab

2019-02-20 Thread Robert Rajendra
Rajendra ji please share your email or txt me on rajendar1r...@gmail.com Hope you reply Thanks On Wed, 20 Feb 2019, 8:04 pm RAJENDRA PRASAD It is not reelated to Jenkins , you need to handle via shell script/shell > command and that can be executed via jenkins. > I hope you know hit

Re: Unable to run git repository on jenkins which is deplyed under tomcat8

2019-02-01 Thread Robert Rajendra
Hi, for the integration that you are doing. you need to copy the public key of jenkins and paste it into the git then only your git will authenticate the jenkins server . *Robert Rajendra* Associate Network/Server Support Engineer IT Hands P: +91 863.087.3094 <+91%2086308%2073094&

Re: Unable to run git repository on jenkins which is deplyed under tomcat8

2019-02-01 Thread Robert Rajendra
Hi, Where is the repo located is it in github or gitlab or butbucket 1. log into the Jenkins server with ser as jenkins by running sudo su jenkins 2. cd .ssh 3. copy the public key and pste it to the repo deploy keys section then you should be able to connect the jenkins with git . *Robert

Re: "Processing environment for ${pluginClassName}"

2019-01-24 Thread Robert Rajendra
what do you want to accomplish? *Robert Rajendra* Associate Network/Server Support Engineer IT Hands P: +91 863.087.3094 <+91%2086308%2073094> W: www.ITHands.com <http://www.ithands.com/> On Thu, 24 Jan 2019 at 01:33, Justin Harringa wrote: > I've been trying to

Re: need to deploy in multiple branches

2018-11-27 Thread Robert Rajendra
Thankyou On Tue, 27 Nov 2018, 11:23 pm Ajay Sharma I am also searching, by tomorrow I will reply. > > On Tue 27 Nov, 2018, 5:27 PM >> >> >> On Tuesday, 27 November 2018 17:25:47 UTC+5:30, robert@ithands.biz >> wrote: >>> >>> Hi Team i want to deploy to the staging only when the code is

Re: need to deploy in multiple branches

2018-11-27 Thread robert . rajendra
Thanks for reachibg out how do I add those variables if there is an article please share -- 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, send an email to

Re: need to deploy in multiple branches

2018-11-27 Thread robert . rajendra
On Tuesday, 27 November 2018 17:25:47 UTC+5:30, robert@ithands.biz wrote: > > Hi Team i want to deploy to the staging only when the code is pushed to > staging and to master only when the code is pushed to master Please help > that what can i do with the script that i made to achieve

Re: browsing file

2018-11-08 Thread Robert Rajendra
if the client system is unix you can use execute shell step and write the commands there so every time when your job will run it will execute the commands written in that terminal *Robert Rajendra* Associate Network/Server Support Engineer IT Hands P: +91 863.087.3094 <+91%2086308%2073094&

Re: Connecting Jenkins to GitHub

2018-10-28 Thread Robert Rajendra
To integrate Jenkins with github. You need to install gith , github plugins with ssh plugin you can read the docs regarding these and get the work done On Mon, 29 Oct 2018, 3:06 am HB, wrote: > All, > > I am completely new to Jenkins but am tasked with getting a working > environment up and

to get the code from the git

2018-10-16 Thread robert . rajendra
hi team i need to get the code from git this is what i have done so far node { stage('preperation') git branch: 'master', git 'https://github.com/robert-rajendra/test.git' } this is a public and what if i want to get the code from a private repo with the help of ssh keys

Re: Jenkins pipelines

2018-10-04 Thread Robert Rajendra
Thank you Team hope that i will learn writing pipelines and make my way through devops *Robert Rajendra* Associate Network/Server Support Engineer IT Hands P: +91 863.087.3094 <+91%2086308%2073094> W: www.ITHands.com <http://www.ithands.com/> On Thu, 4 Oct 2018 at 17:27, Mark

Jenkins pipelines

2018-10-04 Thread robert . rajendra
I want to learn how to write jenkins pipeline so Please suggest me a course or from where i can start Please HELP! and Please suggest what i need to do to learn writing jenkins pipeline -- You received this message because you are subscribed to the Google Groups "Jenkins Users"

NPM run on Jenkins

2018-10-03 Thread robert . rajendra
Hi Team, For the laravel project, we require npm. As of now we are using NodeJS plugin under Jenkins for running the npm but whenever build is running it is taking long time to produce code into destination server and it is also consuming resources of Jenkins server. Can you please help me on

Jenkins pipeline

2018-10-03 Thread robert . rajendra
# i don't know much about Jenkins pipeline but this is my first time and here is what I did //** pipeline to get the code from git branches and deploy to the staging or production server **// node { def mvnHome stage('Preparation') { // for display purposes // Get some code from a

Re: need the pipline script

2018-10-01 Thread Robert Rajendra
on denied] Build step 'Send build artifacts over SSH' changed build result to UNSTABLE Finished: UNSTABLE what could be the cause of this *Robert Rajendra* Associate Network/Server Support Engineer IT Hands P: +91 863.087.3094 <+91%2086308%2073094> W: www.ITHands.com <http://www.i

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: How to Automate the webservices api test using jenkins

2018-09-30 Thread Robert Rajendra
*Robert Rajendra* Associate Network/Server Support Engineer IT Hands P: +91 863.087.3094 <+91%2086308%2073094> W: www.ITHands.com <http://www.ithands.com/> On Mon, 1 Oct 2018 at 10:57, Robert Rajendra wrote: > NO probem Rajendra > > *Robert Rajendra* > > Associate Netw

Re: How to Automate the webservices api test using jenkins

2018-09-30 Thread Robert Rajendra
NO probem Rajendra *Robert Rajendra* Associate Network/Server Support Engineer IT Hands P: +91 863.087.3094 <+91%2086308%2073094> W: www.ITHands.com <http://www.ithands.com/> On Mon, 1 Oct 2018 at 10:27, RAJENDRA PRASAD wrote: > Sorry, > Please ignore my email, >

Re: How to Automate the webservices api test using jenkins

2018-09-30 Thread Robert Rajendra
Hi Rajendra, I am not the one who is facing the issue this is the person " panne...@gmail.com via <https://support.google.com/mail/answer/1311182?hl=en-GB> googlegroups.com " who is facing the issue Please look at the first mail and Thank you for reaching out for me Regards

Re: How to Automate the webservices api test using jenkins

2018-09-30 Thread Robert Rajendra
HI what is that you want to accomplish Please explain that what you want to do with Jenkins if you are new maybe I can help you out. Regards *Robert Rajendra* Associate Network/Server Support Engineer IT Hands P: +91 863.087.3094 <+91%2086308%2073094> W: www.ITHands.com

Re: How to configure https on jenkins

2018-09-30 Thread Robert Rajendra
Thank you Rajendra i have done it On Sat, 29 Sep 2018, 8:06 pm Robert Rajendra, wrote: > Thank you > > very much > Rajendra > > *Robert Rajendra* > > Associate Network/Server Support Engineer > > IT Hands > > P: +91 863.087.3094 <+91%208630

Re: How to configure https on jenkins

2018-09-29 Thread Robert Rajendra
Thank you very much Rajendra *Robert Rajendra* Associate Network/Server Support Engineer IT Hands P: +91 863.087.3094 <+91%2086308%2073094> W: www.ITHands.com <http://www.ithands.com/> On Sat, 29 Sep 2018 at 19:33, RAJENDRA PRASAD wrote: > I don't have time to help you

Re: How to configure https on jenkins

2018-09-29 Thread Robert Rajendra
HI Rajendra, so now i have setup ngnix and jenkins in my AWS lightsail instance and i want to run jenkins behind nginx with an ssl on it so if you have time Please do help- me on it . Regards *Robert Rajendra* Associate Network/Server Support Engineer IT Hands P: +91 863.087.3094 <

Re: How to configure https on jenkins

2018-09-29 Thread Robert Rajendra
MY phone number is there in my email i stuck in this problem from 3 days Regards *Robert Rajendra* Associate Network/Server Support Engineer IT Hands P: +91 863.087.3094 <+91%2086308%2073094> W: www.ITHands.com <http://www.ithands.com/> On Sat, 29 Sep 2018 at 15:00, Robert Raj

Re: How to configure https on jenkins

2018-09-29 Thread Robert Rajendra
guide me through the topic and if possible Please do give me call (If you are in India ) *Robert Rajendra* Associate Network/Server Support Engineer IT Hands P: +91 863.087.3094 <+91%2086308%2073094> W: www.ITHands.com <http://www.ithands.com/> On Sat, 29 Sep 2018 at 12:30, RAJ

Re: How to configure https on jenkins

2018-09-28 Thread Robert Rajendra
Thanks rajendra, i followed one of the DOC IN internet https://www.digitalocean.com/community/tutorials/how-to-configure-jenkins-with-ssl-using-an-nginx-reverse-proxy and i followed the exact steps but still unable to get the results *Robert Rajendra* Associate Network/Server Support

How to configure https on jenkins

2018-09-28 Thread Robert Rajendra
Hi Team, I mapped my domain with jenkins server 's IP that is jenkins.abc.net:8081 can anyone help me that how to use ssl with the jenkins also i want it to like :- when some one hit jenkins.abc.net i want it to redirect to jenkins.abc.net:8081 Please help me to accomplish this *Robert

Re: Want to build Jenkins job every after 15 seconds

2018-08-22 Thread Robert Rajendra
-62a4-49b8-b3d0-6ec6bb84f027%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/a718e820-62a4-49b8-b3d0-6ec6bb84f027%40googlegroups.com?utm_medium=email_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- *Robert Rajend