3.11.6 #2

Closed
jonny wants to merge 10 commits from 3.11.6 into master
Showing only changes of commit 2d49f43a1d - Show all commits

4
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
node("docker-node") {
docker.withRegistry('https://harbor.ervine.dev', 'jenkins-to-harbor') {
git branch: "3.11.3", url: "ssh://git@git.ervine.org:2222/jonny/x86_64-alpine-db-sidecar", credentialsId: 'jenkins-to-git'
git branch: "3.11.6", url: "ssh://git@git.ervine.org/jonny/x86_64-alpine-db-sidecar", credentialsId: 'jenkins-to-git'
sh "git rev-parse HEAD > .git/commit-id"
def commit_id = readFile('.git/commit-id').trim()
@ -13,7 +13,7 @@ node("docker-node") {
stage "publish"
app.push("${env.BUILD_NUMBER}")
app.push("3.11.3")
app.push("3.11.6")
app.push("latest")
}