Re: Not able to configure already added credentials in job configuration

2021-09-23 Thread kituu rao
On Thu, 23 Sep, 2021, 11:32 pm kituu rao, wrote: > Hi team, > I am facing issue in credentials section of jenkins > I have already added github credentials and other tools credentials in > Jenkin > But I'm not able to see that credentials while configuring the job. ( I > have put git scm but not

Re: Calling functions in Jenkins Shared Libraries

2021-09-23 Thread mar...@gmail.com
Have you discovered anything? See my recent post today about similar issue. You can follow it. On Monday, August 3, 2020 at 2:56:28 PM UTC-4 Chris Shannon wrote: > I've been using Jenkins shared libraries for quite a while, but something > just popped up which is confusing me quite a bit. Ins

Not able to configure already added credentials in job configuration

2021-09-23 Thread kituu rao
Hi team, I am facing issue in credentials section of jenkins I have already added github credentials and other tools credentials in Jenkin But I'm not able to see that credentials while configuring the job. ( I have put git scm but not able to get credentials which are already added. It shown "none

Re: Declarative pipeline and global shared library complex question

2021-09-23 Thread mar...@gmail.com
I am certain @Kohsuke knows the answer immediately. On Thursday, September 23, 2021 at 1:32:36 PM UTC-4 mar...@gmail.com wrote: > I have been troubled by this for quite some time without finding out the > reason. I will describe a simple test case and will give the reasons for > why I need to

Re: Declarative pipeline and global shared library complex question

2021-09-23 Thread mar...@gmail.com
I do not think it is important but this is occurring on Jenkins 2.249.3 On Thursday, September 23, 2021 at 1:32:36 PM UTC-4 mar...@gmail.com wrote: > I have been troubled by this for quite some time without finding out the > reason. I will describe a simple test case and will give the reasons f

Declarative pipeline and global shared library complex question

2021-09-23 Thread mar...@gmail.com
I have been troubled by this for quite some time without finding out the reason. I will describe a simple test case and will give the reasons for why I need to do it this way. I would appreciate if all the good folks that spend their time to help others could just assume that the scenario is

Re: Pull changes when a tag is created

2021-09-23 Thread jayarama...@gmail.com
Thanks Mark, we have compiled 2.33.0 from source so partial should work but Jenkins doesn't pull repo when there's a tag created. On Wednesday, September 22, 2021 at 1:14:13 PM UTC-7 Mark Waite wrote: > If you're running the default command line git version on CentOS 7, it > does not accept pa

Re: replace text with user defined text

2021-09-23 Thread Ullrich Hafner
I don’t think that this is possible with a plugin right now. These texts are localized messages. Maybe you can create a new localization file that overwrites the existing files. You can have a look at the plugin that does this for the first item and try to achieve the same for the rest. > Am 2

Re: replace text with user defined text

2021-09-23 Thread sambonta
Anyone got any idea on this ? On Saturday, September 18, 2021 at 10:23:34 PM UTC+5:30 sambonta wrote: > Hi, > > can someone please help me to find a plugin or assist to write a plugin to > replace the phrases containing "build" with other things > > Build Now => Run Job Now (there is a plugin t