ticketing tool which better get integrated with jenkins

2019-03-10 Thread Archana Srichandan
Hi Team, Any suggestion on ticketing tool which goes well with Jenkins and is reliable and under budget with good convenient features Regards, Archana Srichandan -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group

how do I delete my account on jenkins.io ?

2019-03-10 Thread Adam Monsen
Hi there, I created a 2nd jenkins.io/JIRA/etc account in error trying to recover my real/original account. Will someone please help me delete it? I also asked in #jenkins on FreeNode IRC and at https://twitter.com/meonkeys/status/1104975713487085568 . The account name is "cantlogin" and the

Re: Adding java libraries to jenkins

2019-03-10 Thread Peter Berghold
Hmmm.. didn't look at it that way. Is it really that easy? On Sun, Mar 10, 2019, 21:21 Jan Monterrubio wrote: > Like a global jar that gets added to the class path? > > On Sun, Mar 10, 2019 at 9:12 AM Peter Berghold > wrote: > >> How would I go about adding java libraries to jenkins? I may

Re: Adding java libraries to jenkins

2019-03-10 Thread Jan Monterrubio
Like a global jar that gets added to the class path? On Sun, Mar 10, 2019 at 9:12 AM Peter Berghold wrote: > How would I go about adding java libraries to jenkins? I may not be > voicing what I'm trying to do very well so I'll go into a little detail. > > I'd like to set up a library of beans

Adding java libraries to jenkins

2019-03-10 Thread Peter Berghold
How would I go about adding java libraries to jenkins? I may not be voicing what I'm trying to do very well so I'll go into a little detail. I'd like to set up a library of beans such as one reflective of the contents of a list of s3 files with the creation date, size and filename as a

Re: Declarative pipeline syntax: how to configure blockOn and waiting for a time slot to start?

2019-03-10 Thread Amedee Van Gasse
Can I do item 1 with lockable resources? But then wouldn't every Jenkinsfile in all of my repos require lockable resources? So I think that's also not the way to go but I could be wrong. On Sunday, March 10, 2019 at 12:40:26 PM UTC+1, Amedee Van Gasse wrote: > > I have a Bitbucket Server

Declarative pipeline syntax: how to configure blockOn and waiting for a time slot to start?

2019-03-10 Thread Amedee Van Gasse
I have a Bitbucket Server Project. I am using declarative Jenkinsfiles All branches/PRs of all repos in the Project are built if they have a Jenkinsfile. Wonderful. The branches/PRs are built when there is new git activity. Wonderful. There is one repo with 2 requirements that I'm stuck on: