File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
import jobs.generation.ArchivalSettings ;
4
4
import jobs.generation.Utilities ;
5
- import jobs.generation.InternalUtilities ;
6
5
7
6
def project = GithubProject
8
7
def branch = GithubBranchName
@@ -26,7 +25,7 @@ def branch = GithubBranchName
26
25
def buildCommand = buildFile + " -$config -runtests"
27
26
def packCommand = buildFile + " -buildPackages"
28
27
29
- def newJob = job(InternalUtilities . getFullJobName(project, jobName, isPR)) {
28
+ def newJob = job(Utilities . getFullJobName(project, jobName, isPR)) {
30
29
steps {
31
30
if (os == ' Windows_NT' ) {
32
31
batchFile(buildCommand)
@@ -47,7 +46,7 @@ def branch = GithubBranchName
47
46
}
48
47
49
48
Utilities . setMachineAffinity(newJob, osImageName, machineAffinity)
50
- InternalUtilities . standardJobSetup(newJob, project, isPR, " */${ branch} " )
49
+ Utilities . standardJobSetup(newJob, project, isPR, " */${ branch} " )
51
50
52
51
if (isPR) {
53
52
Utilities . addGithubPRTriggerForBranch(newJob, branch, " $os $config " )
You can’t perform that action at this time.
0 commit comments