Recently I've been looking at doing a complete end to end jenkinsfile to replace the 5 jenkins jobs down to 1 multibranch pipeline that will build and test both windows and linux and not duplicate some of the steps like some jobs do.
This error happens every so often on my builds, and I've been unable to recreate it locally, which has stalled my progress into that. Regards John On Tue, 25 Sep 2018 at 17:45, Matthias Bläsing <[email protected]> wrote: > Hi Eric, > > Am Dienstag, den 25.09.2018, 17:25 +0200 schrieb Eric Barboni: > > New layout make git repo clearer, great job. > > I just have an issue on "ant clean" (failing at a time build > > is cleaning platform/openide.util.lookup module) is this target > > supposed to work ? > > it normally does. When the transition of the directory layout happend > it seems at times the build script is a bit "overwhelmed". Try running: > > git clean -f -x -d > > This will remove all files and directories from the directory tree, > that are not tracked by git. You basicly get to the state of a clean > checkout (if you have modified files, "git reset --hard" will reset > them to their repository form. > > For both calls, please make sure, that you have everything committed, > that you want to keep, both calls are aggressive cleanups. > > HTH > > Matthias > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > >
