diff --git a/jenkins/docker/docker-build.jenkinsfile b/jenkins/docker/docker-build.jenkinsfile index c6ab7c4e90..dc99a77cd4 100644 --- a/jenkins/docker/docker-build.jenkinsfile +++ b/jenkins/docker/docker-build.jenkinsfile @@ -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') }