Re: [Geoserver-devel] Some troubles with the GeoServer release

2022-11-18 Thread Jody Garnett
You are correct; I think it is working now (used find to remove the file if it exists before changing ownership). -- Jody Garnett On Nov 18, 2022 at 8:47:31 AM, Carsten Klein wrote: > I expect that as a normal user jenkins cannot change ownership of a file > (w access for the group is not suf

Re: [Geoserver-devel] Some troubles with the GeoServer release

2022-11-18 Thread Carsten Klein
I expect that as a normal user jenkins cannot change ownership of a file (w access for the group is not sufficient for chown?) In Linux, only root can change ownership. Maybe you could sudo? Carsten Am 18.11.2022 um 17:32 schrieb Jody Garnett: Updated the Personal Access Token, I note the chm

Re: [Geoserver-devel] Some troubles with the GeoServer release

2022-11-18 Thread Jody Garnett
Updated the Personal Access Token, I note the chmod is failing as Jenkins does not have permission to modify exe uploaded by prior run. Deleting the file allowed to verify that the access token works (and installer was uploaded). Trying to change the file group to jenkins so this should not hap

Re: [Geoserver-devel] Some troubles with the GeoServer release

2022-11-18 Thread Juan Luis Rodriguez Ponce via Geoserver-devel
Andrea: You are correct the permission changes allow the windows build to write the installer (when it is available) back to that location so it is available for the publish step to upload. Yes, maybe we can move that step to the geoserver-windows-release job [1]. [1] https://build.geo

Re: [Geoserver-devel] Some troubles with the GeoServer release

2022-11-18 Thread Juan Luis Rodriguez Ponce via Geoserver-devel
On Fri, 18 Nov 2022 12:47:06 +0100 Andrea Aime wrote --- Hi Juan,thanks for doing that! Looks like the release job was not used, it's still red, so I assume you run the creation on your own. What needs to be done, in order to get that job fix

Re: [Geoserver-devel] Some troubles with the GeoServer release

2022-11-18 Thread Andrea Aime
Hi Juan, thanks for doing that! Looks like the release job was not used, it's still red, so I assume you run the creation on your own. What needs to be done, in order to get that job fixed and running automatically when we need to? Cheers Andrea On Fri, Nov 18, 2022 at 11:58 AM Juan Luis Rodrigu

Re: [Geoserver-devel] Some troubles with the GeoServer release

2022-11-18 Thread Juan Luis Rodriguez Ponce via Geoserver-devel
Andrea: The installer has been generated and can be found here [1]. [1]  https://build.geoserver.org/view/release/job/geoserver-release/92/artifact/distribution/2.22.0/ https://www.geocat.net Juan Luis Rodriguez Ponce  E-mail: juanlui...@geocat.net https://www.geocat.net Vee

Re: [Geoserver-devel] Some troubles with the GeoServer release

2022-11-18 Thread Andrea Aime
On Thu, Nov 17, 2022 at 8:16 PM Jody Garnett wrote: > Andrea: > > You are correct the permission changes allow the windows build to write > the installer (when it is available) back to that location so it is > available for the publish step to upload. > Yes... it was just executed at a time when

Re: [Geoserver-devel] Some troubles with the GeoServer release

2022-11-18 Thread Andrea Aime
I've taken the liberty of adding that one chmod in the windows script and re-runit, and indeed the job is moving forward, falling flat on its face due to credential issues later: Access Denied: The Personal Access Token used has expired. This message seems to be coming from Azure. I don't know h

Re: [Geoserver-devel] Some troubles with the GeoServer release

2022-11-17 Thread Jody Garnett
Andrea: You are correct the permission changes allow the windows build to write the installer (when it is available) back to that location so it is available for the publish step to upload. Juan may be able to troubleshot. For this release I should be able to login and get the windows installer f

Re: [Geoserver-devel] Some troubles with the GeoServer release

2022-11-17 Thread Andrea Aime
Removing that step allowed the release job to succeed... and the windows build failed (again). Seems due to permission issues, so those commands should probably be placed in the windows build? Cheers Andrea On Thu, Nov 17, 2022 at 7:22 PM Andrea Aime < andrea.a...@geosolutionsgroup.com> wrote: >