3.11.6 #1

Merged
jonny merged 9 commits from 3.11.6 into master 2020-07-09 13:45:38 +00:00
Showing only changes of commit 8fe1ba70d5 - Show all commits

2
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-cp", credentialsId: 'jenkins-to-git'
git branch: "3.11.6", url: "ssh://git@git.ervine.org/jonny/x86_64-alpine-cp", credentialsId: 'jenkins-to-git'
sh "git rev-parse HEAD > .git/commit-id"
def commit_id = readFile('.git/commit-id').trim()