fix
parent
7fbd0c1297
commit
83babdf162
|
|
@ -2370,6 +2370,16 @@ class RemoteBuilder {
|
||||||
EnvironmentVariable: 'branch',
|
EnvironmentVariable: 'branch',
|
||||||
ParameterValue: this.branchName,
|
ParameterValue: this.branchName,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ParameterKey: 'buildPathFull',
|
||||||
|
EnvironmentVariable: 'buildPathFull',
|
||||||
|
ParameterValue: this.buildPathFull,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ParameterKey: 'projectPathFull',
|
||||||
|
EnvironmentVariable: 'projectPathFull',
|
||||||
|
ParameterValue: this.projectPathFull,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
static readBuildSecrets(buildSecrets) {
|
static readBuildSecrets(buildSecrets) {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -294,6 +294,16 @@ class RemoteBuilder {
|
||||||
EnvironmentVariable: 'branch',
|
EnvironmentVariable: 'branch',
|
||||||
ParameterValue: this.branchName,
|
ParameterValue: this.branchName,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ParameterKey: 'buildPathFull',
|
||||||
|
EnvironmentVariable: 'buildPathFull',
|
||||||
|
ParameterValue: this.buildPathFull,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
ParameterKey: 'projectPathFull',
|
||||||
|
EnvironmentVariable: 'projectPathFull',
|
||||||
|
ParameterValue: this.projectPathFull,
|
||||||
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue