diff --git a/Jenkinsfile b/Jenkinsfile index 1f52d698..083c78a2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { steps { script { withDockerRegistry(credentialsId: 'docker-cred', toolName: 'docker') { - sh "docker build -t shaikmustafa/loadgenerator:latest ." + sh "docker build -t rohithbabu7799/loadgenerator:latest ." } } } @@ -16,7 +16,7 @@ pipeline { steps { script { withDockerRegistry(credentialsId: 'docker-cred', toolName: 'docker') { - sh "docker push shaikmustafa/loadgenerator:latest" + sh "docker push rohithbabu7799/loadgenerator:latest" } } }