I wasn't aware of the useAci switch. The https://github.com/jenkins-infra/pipeline-library/blob/master/README.adoc#optional-arguments says that it means "Use Azure container instances" instead of Azure VM instances.
Does useAci: true work with jobs that are configured for Windows, or is it limited to Linux containers? On Thu, Aug 1, 2019 at 10:39 AM Jesse Glick <[email protected]> wrote: > On Thu, Aug 1, 2019 at 6:33 AM Daniel Beck <[email protected]> wrote: > > [2019-08-01T09:40:06.604Z] Caused by: java.io.IOException: Failed to > create a new directory /tmp/hudson1385458821293755070tmp > > There were disk space errors recently. I would try using the new `useAci` > option > > buildPlugin(useAci: true) > > which is probably immune to such issues. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr2TK%3Dh_Ap3XViyK3BCOyfu26kJKb9q%3DV80kLeD3zshg%3DQ%40mail.gmail.com > . > -- Thanks! Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAO49JtGm5bpuowLRK-iJycCAypH0gr__SBsnw5LM10JHm-b82w%40mail.gmail.com.
