Fingerprints for files with same checksum in API

2017-08-04 Thread Tammy Osborn
I'm using the REST API to get fingerprints for a build's artifacts. It seems that when there are files with the same checksum, only one of the files is shown in the fingerprint array. I need a way to to find the fingerprint for the other files as well. Example: FileA and FileB have same

Re: Fingerprints for files with same checksum in API

2017-08-05 Thread Tammy Osborn
ingerprint/2e24226ea848c9bbb946e50740a4dbeb/ which is the fingerprint for FileA. How can I get to the API for the first url above which I hope will give me the link between FileB and FileA? Adding "api/json" to the end of the url results in "Not Found" (http 404) . On Friday, August 4, 2017 at 1:13:2

Re: Fingerprints for files with same checksum in API

2017-08-07 Thread Tammy Osborn
anyone who is using Jenkins fingerprints to validate copy of artifacts. On Friday, August 4, 2017 at 1:13:24 PM UTC-7, Tammy Osborn wrote: > > I'm using the REST API to get fingerprints for a build's artifacts. It > seems that when there are files with the same checksum, only one of the

Re: SVN post-commit notify for parameterized job

2017-05-17 Thread Tammy Osborn
I don't understand what you mean. But I tried adding ${revision} to my Repository URL with no "at" sign. Once that's there, no job is triggered by my post-commit hook. After I remove it, the job is triggered just fine. On Tuesday, May 16, 2017 at 3:01:39 AM UTC-7, Artur Szostak wrote: > One

Jenkins LTS - where to find info for next release/timeframe

2017-06-19 Thread Tammy Osborn
I happened to see some info in another thread for this group that the next LTS release is 2.60.1 But I couldn't find that info on any of the LTS Wiki pages. I also would like to find out the general timeframe for the next release. Where can I go to get up-to-date info on the LTS schedule?