Skip to content

Commit

Permalink
Change references back to prod jenkins jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Feb 2, 2022
1 parent 3a1740c commit debd67b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions jenkins/opensearch/distribution-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ pipeline {
environment {
AGENT_X64 = 'Jenkins-Agent-al2-x64-c54xlarge-Docker-Host'
AGENT_ARM64 = 'Jenkins-Agent-al2-arm64-c6g4xlarge-Docker-Host'
// TODO: change to integ-test when updated in Jenkins
INTEG_TEST_JOB_NAME = 'Playground/ohltyler-integ-test-stable'
INTEG_TEST_JOB_NAME = 'integ-test'
}
parameters {
string(
Expand Down
3 changes: 1 addition & 2 deletions vars/runIntegTestScript.groovy
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
void call(Map args = [:]) {
// TODO: put this back to 'distribution-build-opensearch' once
String jobName = args.jobName ?: 'Playground/ohltyler-distribution-build-opensearch'
String jobName = args.jobName ?: 'distribution-build-opensearch'
lib = library(identifier: 'jenkins@20211123', retriever: legacySCM(scm))
def buildManifest = lib.jenkins.BuildManifest.new(readYaml(file: args.buildManifest))
String artifactRootUrl = buildManifest.getArtifactRootUrl(jobName, args.buildId)
Expand Down

0 comments on commit debd67b

Please sign in to comment.