Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker/rabbitmq
base: master
Choose a base ref
...
head repository: docker/rabbitmq
compare: 3.7-management-20220418
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 18, 2022

  1. Update common.bash

    chubing committed Apr 18, 2022
    Copy the full SHA
    4411656 View commit details
  2. Update Jenkinsfile

    chubing committed Apr 18, 2022
    Copy the full SHA
    31ee3d6 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 Jenkinsfile
  2. +1 −1 common.bash
2 changes: 1 addition & 1 deletion Jenkinsfile
@@ -32,7 +32,7 @@ pipeline {
stage('Push') {
steps {
script {
docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-$maintainer") {
docker.withRegistry('https://registry.hub.docker.com/', "dockerhub-tier") {
def baseImg = docker.build("$maintainer/$imagename", "--no-cache .")
baseImg.push("$tag")
}
2 changes: 1 addition & 1 deletion common.bash
@@ -1,2 +1,2 @@
maintainer="tier"
maintainer="i2incommon"
imagename="rabbitmq"