2019-10-10 00:52:42 -04:00
|
|
|
using System;
|
|
|
|
|
|
|
|
|
|
namespace GitHub.DistributedTask.WebApi
|
|
|
|
|
{
|
|
|
|
|
public static class WellKnownDistributedTaskVariables
|
|
|
|
|
{
|
|
|
|
|
public static readonly String JobId = "system.jobId";
|
2021-01-05 21:49:11 -05:00
|
|
|
public static readonly String RunnerLowDiskspaceThreshold = "system.runner.lowdiskspacethreshold";
|
2019-10-10 00:52:42 -04:00
|
|
|
}
|
|
|
|
|
}
|