Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Prudhvi Godithi <[email protected]>
  • Loading branch information
prudhvigodithi committed Jan 26, 2024
1 parent 3c163b9 commit 084bb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/docker/docker-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pipeline {
stage('Parameters Check') {
steps {
script {
if (! DOCKER_BUILD_GIT_REPOSITORY.startsWith('https://github.com/opensearch-project/')) {
if (! DOCKER_BUILD_GIT_REPOSITORY.startsWith('https://github.com/prudhvigodithi/')) {
currentBuild.result = 'ABORTED'
error('The repository needs to be an opensearch-project repository')
}
Expand Down

0 comments on commit 084bb4e

Please sign in to comment.