That's a weird error. I looked up the failed build job.
Executing step 'Build deployment structure'
* Writing files...
* Compiling Java...
* Generating integration files...
* Copying files...
* Generating files...
** (process:19805): WARNING **: PNG images with 64bpp aren't supported by libgdiplus.
It seems the image handling library libgdiplus in mono cannot handle one of the images that are in your project, because it does not support 64-bit-per-pixel png images.
Here's the code that the error message originates from: https://github.com/mono/libgdiplus/blob/master/src/pngcodec.c#L425
Can you try to look up which image it is, convert it down to a 32bpp png and try again?
Hans -
I was finally able to come back to this issue. In looking at the images on my local machine, the max Bit Depth of any of the images is 32. The images I am looking at are in my project directory inside of the deployment - web - img folder. I still have the same error when trying to use deploy to licensed cloud node. What else should I look at to resolve?
Thanks,
Mike