diff --git a/app.png b/app.png new file mode 100644 index 0000000..1d04b28 Binary files /dev/null and b/app.png differ diff --git a/docker-compose/xebialabs/jenkins/jenkins.yaml b/docker-compose/xebialabs/jenkins/jenkins.yaml index 538031a..d7f5404 100644 --- a/docker-compose/xebialabs/jenkins/jenkins.yaml +++ b/docker-compose/xebialabs/jenkins/jenkins.yaml @@ -29,7 +29,7 @@ jobs: branch("master") remote { credentials('github-credentials') - url('https://github.com/xebialabs/e-commerce-microservice.git') + url('https://github.com//e-commerce-microservice.git') } } } @@ -46,7 +46,7 @@ jobs: branch("master") remote { credentials('github-credentials') - url('https://github.com/xebialabs/e-commerce-microservice.git') + url('https://github.com//e-commerce-microservice.git') } } } diff --git a/invoice/Jenkinsfile b/invoice/Jenkinsfile index e377c02..bb74a76 100644 --- a/invoice/Jenkinsfile +++ b/invoice/Jenkinsfile @@ -50,7 +50,7 @@ pipeline { stage ("build docker") { sh "cp -R invoice/src/main/docker invoice/build/" sh "cp invoice/build/libs/*.war invoice/build/docker/" - dockerImage = docker.build('xebialabsunsupported/ecommerce-invoice', 'invoice/build/docker') + dockerImage = docker.build('/ecommerce-invoice', 'invoice/build/docker') } stage ("publish docker") { docker.withRegistry('https://index.docker.io/v1/', 'docker-login') { diff --git a/invoice/invoice.png b/invoice/invoice.png index 23be891..c072305 100644 Binary files a/invoice/invoice.png and b/invoice/invoice.png differ diff --git a/invoice/kubernetes/invoice-deployment.yml b/invoice/kubernetes/invoice-deployment.yml index 28ca52f..9e444fb 100644 --- a/invoice/kubernetes/invoice-deployment.yml +++ b/invoice/kubernetes/invoice-deployment.yml @@ -34,7 +34,7 @@ spec: done containers: - name: invoice-app - image: xebialabsunsupported/ecommerce-invoice:@IMAGE_TAG@ + image: /ecommerce-invoice:@IMAGE_TAG@ imagePullPolicy: Always env: - name: SPRING_PROFILES_ACTIVE diff --git a/notification/Jenkinsfile b/notification/Jenkinsfile index a252b0b..2cbeb2b 100644 --- a/notification/Jenkinsfile +++ b/notification/Jenkinsfile @@ -51,7 +51,7 @@ pipeline { stage ("build docker") { sh "cp -R notification/src/main/docker notification/build/" sh "cp notification/build/libs/*.war notification/build/docker/" - dockerImage = docker.build('xebialabsunsupported/ecommerce-notification', 'notification/build/docker') + dockerImage = docker.build('/ecommerce-notification', 'notification/build/docker') } stage ("publish docker") { docker.withRegistry('https://index.docker.io/v1/', 'docker-login') { diff --git a/notification/kubernetes/notification-deployment.yml b/notification/kubernetes/notification-deployment.yml index 3e693ca..cf0f645 100644 --- a/notification/kubernetes/notification-deployment.yml +++ b/notification/kubernetes/notification-deployment.yml @@ -34,7 +34,7 @@ spec: done containers: - name: notification-app - image: xebialabsunsupported/ecommerce-notification + image: /ecommerce-notification imagePullPolicy: Always env: - name: SPRING_PROFILES_ACTIVE diff --git a/notification/notification.png b/notification/notification.png index d344325..b77c6cb 100644 Binary files a/notification/notification.png and b/notification/notification.png differ diff --git a/store/kubernetes/store-deployment.yml b/store/kubernetes/store-deployment.yml index 357231f..3213e72 100644 --- a/store/kubernetes/store-deployment.yml +++ b/store/kubernetes/store-deployment.yml @@ -34,7 +34,7 @@ spec: done containers: - name: store-app - image: xebialabsunsupported/ecommerce-store:@IMAGE_TAG@ + image: /ecommerce-store:@IMAGE_TAG@ imagePullPolicy: Always env: - name: SPRING_PROFILES_ACTIVE diff --git a/store/store.png b/store/store.png index 8b06af3..69217a8 100644 Binary files a/store/store.png and b/store/store.png differ