Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarthik Rajasekaran <karajas@microsoft.com>2017-09-08 02:32:02 +0300
committerGitHub <noreply@github.com>2017-09-08 02:32:02 +0300
commit2a234013d2bfa76f1bc1e52f75303fd0fe03b879 (patch)
treef88db32f519d57286ca549ebb08ac40c3c6d91c4 /netci.groovy
parent2b889c4a2d9877b7112d9a57061b92366d9c257a (diff)
Retry arm leg on a new machine (#23860)
Diffstat (limited to 'netci.groovy')
-rw-r--r--netci.groovy8
1 files changed, 8 insertions, 0 deletions
diff --git a/netci.groovy b/netci.groovy
index 7ddb0cfec9..456d013fd1 100644
--- a/netci.groovy
+++ b/netci.groovy
@@ -317,6 +317,14 @@ def targetGroupOsMapInnerloop = ['netcoreapp': ['Windows_NT', 'Ubuntu14.04', 'Ub
// Add archival for the built binaries
def archiveContents = "bin/build.tar.gz"
Utilities.addArchival(newJob, archiveContents)
+
+ newJob.with {
+ publishers {
+ azureVMAgentPostBuildAction {
+ agentPostBuildAction('Delete agent after build execution (when idle).')
+ }
+ }
+ }
// Set up triggers
if (isPR) {