Version bump, contributors added, apt tweak

This commit is contained in:
Jamie Curnow
2021-05-06 11:32:54 +10:00
parent e22f87dee7
commit 655477316b
4 changed files with 111 additions and 35 deletions

2
Jenkinsfile vendored
View File

@ -213,7 +213,7 @@ pipeline {
}
steps {
script {
def comment = pullRequest.comment("Docker Image for build ${BUILD_NUMBER} is available on [DockerHub](https://cloud.docker.com/repository/docker/jc21/${IMAGE}) as `jc21/${IMAGE}:github-${BRANCH_LOWER}`")
def comment = pullRequest.comment("This is an automated message from CI:\n\nDocker Image for build ${BUILD_NUMBER} is available on [DockerHub](https://cloud.docker.com/repository/docker/jc21/${IMAGE}) as `jc21/${IMAGE}:github-${BRANCH_LOWER}`\n\n**Note:** ensure you backup your NPM instance before testing this PR image! Especially if this PR contains database changes.")
}
}
}