Groovy code to upload JAR to JFROG artifactory

2019-04-02 Thread Ajay Sharma
I was looking for GROOVY code to upload .jar file to JFROG artifactory. I tried this one, but it doesn't uploads jfrog rt upload *.jar https://artifactory/artifactory Please suggest me a solution. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" grou

Re: Jenkins URL is not loading::java.lang.AssertionError: InstanceIdentity is missing its singleton

2019-04-02 Thread Ajay Sharma
On Monday, April 1, 2019 at 10:17:05 PM UTC+5:30, Kalpesh Jain wrote: > Jenkins URL is not loading.. > > > after login with initial admin password > > > > > Logs: > > Apr 01, 2019 7:41:35 AM > jenkins.model.identity.InstanceIdentityProvider$KeyTypes get > INFO: Encountered an error while co

Jenkins List Files of Git Branch

2019-10-11 Thread Ajay Sharma
Hi Everyone, Good Morning. Request any ones help to List All FILES from the GIT BRANCH. I am trying to first list Branches of a GIT REPO, then list the files of the BRANCH. I am facing problem while listing files of the BRANCH. I have used this code List files Of the GIT REPO with *Extend

Re: Jenkins List Files of Git Branch

2019-10-11 Thread Ajay Sharma
s (GitHub, Bitbucket, Gitea, Assembla, Beanstalk, Gitlab, > etc.) generally provide one or more REST API's that will list remote files > in a branch. > > On Thursday, October 10, 2019 at 11:37:34 PM UTC-8, Ajay Sharma wrote: >> >> Hi Everyone, Good Morning. >>

Add new Domain in Jenkins Configure Global Security -- Active Directory ---- Specify custom Active Directory domain name

2016-07-03 Thread Ajay Sharma
Hi Everyone I want to add a different domain in Jenkins Configure Global Security - Active Directory Specify custom Active Directory domain name let me know if you have some suggestions. Thank You in Advance. -- You received this message because you are subscribed to the Go

Re: Groovy Script to create Ansible Docker and run Ansible script on it.

2018-11-08 Thread Ajay Sharma
Hi Slava, Thanks for the reply. For bash file, which Jenkins PLUGINS should do i need to install ? As the bash script has to fetch WAR File from a remote NEXUS repo and then put the WAR file on remote TOMCAT server. Regards, Ajsh On Thursday, November 8, 2018 at 5:50:41 PM UTC+5:30, Slava

Re: need to deploy in multiple branches

2018-11-27 Thread 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 pushed to >> staging and to master only when the code is pushed to

Re: need to deploy in multiple branches

2018-11-27 Thread Ajay Sharma
use this for master only if (!env.CHNAGE_ID && env.BRANCH_NAME == 'master') { } On Wed, Nov 28, 2018 at 7:18 AM Robert Rajendra wrote: > Thankyou > > On Tue, 27 Nov 2018, 11:23 pm Ajay Sharma >> I am also searching, by tomorrow I will reply. &