Skip to content

Commit

Permalink
Update to main repo branch and url
Browse files Browse the repository at this point in the history
Signed-off-by: Tanner Lewis <[email protected]>
  • Loading branch information
lewijacn committed Nov 23, 2024
1 parent 63c4c36 commit ac16249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jenkins/migrationIntegPipelines/solutionsCFNTestCover.groovy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def gitBranch = params.GIT_BRANCH ?: 'sol-pipeline'
def gitUrl = params.GIT_REPO_URL ?: 'https://github.com/lewijacn/opensearch-migrations.git'
def gitBranch = params.GIT_BRANCH ?: 'main'
def gitUrl = params.GIT_REPO_URL ?: 'https://github.com/opensearch-project/opensearch-migrations.git'

library identifier: "migrations-lib@${gitBranch}", retriever: modernSCM(
[$class: 'GitSCMSource',
Expand Down
4 changes: 2 additions & 2 deletions vars/solutionsCFNTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ def call(Map config = [:]) {
agent { label config.workerAgent ?: 'Jenkins-Default-Agent-X64-C5xlarge-Single-Host' }

parameters {
string(name: 'GIT_REPO_URL', defaultValue: 'https://github.com/lewijacn/opensearch-migrations.git', description: 'Git repository url')
string(name: 'GIT_BRANCH', defaultValue: 'sol-pipeline', description: 'Git branch to use for repository')
string(name: 'GIT_REPO_URL', defaultValue: 'https://github.com/opensearch-project/opensearch-migrations.git', description: 'Git repository url')
string(name: 'GIT_BRANCH', defaultValue: 'main', description: 'Git branch to use for repository')
string(name: 'STAGE', defaultValue: "sol-integ", description: 'Stage name for deployment environment')
}

Expand Down

0 comments on commit ac16249

Please sign in to comment.