We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee8260 commit f5633f3Copy full SHA for f5633f3
netci.groovy
@@ -2,7 +2,6 @@
2
3
import jobs.generation.ArchivalSettings;
4
import jobs.generation.Utilities;
5
-import jobs.generation.InternalUtilities;
6
7
def project = GithubProject
8
def branch = GithubBranchName
@@ -26,7 +25,7 @@ def branch = GithubBranchName
26
25
def buildCommand = buildFile + " -$config -runtests"
27
def packCommand = buildFile + " -buildPackages"
28
29
- def newJob = job(InternalUtilities.getFullJobName(project, jobName, isPR)) {
+ def newJob = job(Utilities.getFullJobName(project, jobName, isPR)) {
30
steps {
31
if (os == 'Windows_NT') {
32
batchFile(buildCommand)
0 commit comments