Spawn CentOS Linux release 7.8.2003 (Core) VM instance in GCP or AWS and deploy python code using Jenkins CI/CD application

2020-05-06 Thread Kaushal Shriyan
Hi, Is there a way to spawn VM instance in AWS or GCP for example running CentOS Linux release 7.8.2003 (Core) using Jenkins CI/CD and deploy the python code where GitLab Source code management is integrated with Jenkins to the newly spawned instance? Please correct me if this question is not

Re: Spawn CentOS Linux release 7.8.2003 (Core) VM instance in GCP or AWS and deploy python code using Jenkins CI/CD application

2020-05-09 Thread Kaushal Shriyan
On Thursday, 7 May 2020 06:20:30 UTC+5:30, Kaushal Shriyan wrote: > > Hi, > > Is there a way to spawn VM instance in AWS or GCP for example running > CentOS Linux release 7.8.2003 (Core) using Jenkins CI/CD and deploy the > python code where GitLab Source code management

Any tutorials to setup Jenkins Pipeline CI/CD

2016-03-07 Thread Kaushal Shriyan
Hi, Are there any tutorials to setup Jenkins Pipeline CI/CD on Linux? For example git scm -> jenkins -> maven build tool -> deploy to the environment Any help will be highly appreciable? Regards, Kaushal -- You received this message because you are subscribed to the Google Groups "Jenkins Us

Re: Any tutorials to setup Jenkins Pipeline CI/CD

2016-03-07 Thread Kaushal Shriyan
On Tuesday, 8 March 2016 12:38:39 UTC+5:30, Richard Bywater wrote: > > https://github.com/jenkinsci/workflow-plugin/blob/master/TUTORIAL.md ? > > Richard. > > Thanks Richard for the reply. I really appreciate your help. Regards, Kaushal -- You received this message because you are subscribed

Spawn VM and setup test environments in Amazon EC2 cloud using Jenkins

2016-03-30 Thread Kaushal Shriyan
Hi, Is there a way to spawn VM and setup test environments in Amazon EC2 cloud using Jenkins? Regards, Kaushal -- 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

Re: Spawn VM and setup test environments in Amazon EC2 cloud using Jenkins

2016-03-30 Thread Kaushal Shriyan
On Wednesday, 30 March 2016 14:18:38 UTC+5:30, Victor Martinez wrote: > > You can find some plugins in the below page: > > - https://wiki.jenkins-ci.org/display/JENKINS/Plugins (see > section: Cluster management and distributed build) > > Cheers > Thanks Victor for the quick reply. I really app

Tutorial on Jenkins - Git Setup

2016-04-26 Thread Kaushal Shriyan
Hi, I am new to Jenkins CI application. Are there tutorials on Jenkins - Git Setup? Any help will be highly appreciable. Regards, Kaushal -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving ema

Re: Tutorial on Jenkins - Git Setup

2016-04-26 Thread Kaushal Shriyan
On Tuesday, 26 April 2016 20:32:43 UTC+5:30, Mark Waite wrote: > > I did a "Jenkins in 5 minutes" tutorial video a few years ago. It may help > you a little with simple startup. > > > https://www.google.com/url?sa=t&source=web&rct=j&url=&ved=0ahUKEwj0mYfwyKzMAhUT52MKHbf0Cx0Q8TUIHDAA&usg=AFQjCNF1

Jenkins Master Slave migration from one box to another

2016-06-28 Thread Kaushal Shriyan
Hi, I have currently Jenkins Master Slave setup (Jenkins ver. 1.641.) I have a new server and have installed the latest Jenkins ver. 1.651.3. I have https://wiki.jenkins-ci.org/display/JENKINS/Job+Import+Plugin Job Import Plugin to migrate all the jobs from the old server to the new server. I

HTTP ERROR 403 Problem accessing /view/stage/job/testscripts/1541/logtext/testscript.html. Reason: No valid crumb was included in request

2016-07-05 Thread Kaushal Shriyan
Hi, I am finding the below details while the build job in the Console Output. I am running Jenkins version 1.651.3. Please find the below details WARNING: No valid crumb was included in request for /view/stage/job/testscripts/1541/logtext/testscript.html. Returning 403. Jul 05, 2016 7:56:30 PM

Re: HTTP ERROR 403 Problem accessing /view/stage/job/testscripts/1541/logtext/testscript.html. Reason: No valid crumb was included in request

2016-07-11 Thread Kaushal Shriyan
On Tuesday, 5 July 2016 21:03:25 UTC+5:30, Kaushal Shriyan wrote: > > Hi, > > I am finding the below details while the build job in the Console Output. > I am running Jenkins version 1.651.3. Please find the below details > > WARNING: No valid crumb was included in reque

Re: HTTP ERROR 403 Problem accessing /view/stage/job/testscripts/1541/logtext/testscript.html. Reason: No valid crumb was included in request

2016-07-11 Thread Kaushal Shriyan
On Monday, 11 July 2016 15:37:22 UTC+5:30, Kaushal Shriyan wrote: > > > > On Tuesday, 5 July 2016 21:03:25 UTC+5:30, Kaushal Shriyan wrote: >> >> Hi, >> >> I am finding the below details while the build job in the Console Output. >> I am running Jenk

Re: HTTP ERROR 403 Problem accessing /view/stage/job/testscripts/1541/logtext/testscript.html. Reason: No valid crumb was included in request

2016-07-13 Thread Kaushal Shriyan
On Monday, 11 July 2016 21:58:13 UTC+5:30, Kaushal Shriyan wrote: > > > > On Monday, 11 July 2016 15:37:22 UTC+5:30, Kaushal Shriyan wrote: >> >> >> >> On Tuesday, 5 July 2016 21:03:25 UTC+5:30, Kaushal Shriyan wrote: >>> >>> Hi, >>>

remove nodes from job

2016-08-08 Thread Kaushal Shriyan
Hi, Is there a way to remove node config for a particular job? for example i have the job by the name smstask and there are 4 tomcat servers tomcat1,2,3 and 4 and is there a way to uncheck tomcat 3 and 4 when i execute the job smstask. In short smstask job will deploy only on tomcat1 and 2 and

rearrange nodes while deploying code while invoking jenkins job task.

2016-08-08 Thread Kaushal Shriyan
Hi, Is there a way to rearrange nodes in Jenkins? For example currently i have tomcat5 tomcat4 tomcat6 in the job configurations. Is there a way to rearrange it like tomcat4 tomcat5 tomcat6 so build should go first to tomcat4 node and then tomcat 5 and then tomcat6 and so on and so forth. Any

Jenkins upgrade from 1.608 to 2.9-1.1 version on CentOS release 6.8 (Final).

2016-10-26 Thread Kaushal Shriyan
Hi, I have installed jenkins-2.9-1.1.noarch on CentOS release 6.8 (Final). I have imported the jenkins folder from the old server which is running jenkins-1.608-1.1.noarch. I have restarted the jenkins 2.9-1.1 version, But i do not see the workspace,jobs,users and nodes which i populated it fr

Re: Jenkins upgrade from 1.608 to 2.9-1.1 version on CentOS release 6.8 (Final).

2016-10-27 Thread Kaushal Shriyan
CentOS > release 6.8 (Final). > > > > I'm assuming your new Jenkins version is installed in the same location as > the old one. Have you looked at the Jenkins logs to see if there are some > errors reported which may be preventing your jobs from loading? > > Eric >