diff --git a/Jenkinsfile b/Jenkinsfile index 3ac7d5747..d2888cea8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,7 @@ pipeline { agent any environment { - //be sure to replace "willbla" with your own Docker Hub username - DOCKER_IMAGE_NAME = "willbla/train-schedule" + DOCKER_IMAGE_NAME = "niranjanchavan/train-schedule:latest" } stages { stage('Build') { @@ -76,4 +75,4 @@ pipeline { } } } -} \ No newline at end of file +}