Comment #1 on issue 3635 by [email protected]: [Hudson] reuse images downstream
http://code.google.com/p/pharo/issues/detail?id=3635

It seems the last successful build are not availale on the build slave

the script searches for them in some /lastSuccessful/ directory:

        elif [ -n "$WORKSPACE" ] ; then
INPUT_IMAGE=`find -L "$WORKSPACE/../.." -name "$OPTARG.image" | grep "/lastSuccessful/" | head -n 1`
                        fi


Reply via email to