File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ distributions.each { distro ->
3535 ansiColor(' xterm' ) {
3636 stage(' Checkout ' + distroName) {
3737 checkout scm
38- def imageName = vendor + ' /' + imagePrefix + distroCode + ' :latest '
38+ def imageName = vendor + ' /' + imagePrefix + dist[ 0 ] + ' :' + distroCode
3939 buildImage = docker. image(imageName)
4040 sh ' git checkout debian/changelog'
4141 def version = sh (
@@ -111,7 +111,7 @@ if (!currentBuild.result || currentBuild.result == 'SUCCESS') {
111111 string(name : ' UPSTREAM_JOB' , value : env. JOB_NAME ),
112112 string(name : ' UPSTREAM_BUILD' , value : env. BUILD_NUMBER ),
113113 string(name : ' REMOTE_SSH' , value : ' multirepo@repo.multiflexi.eu' ),
114- string(name : ' REMOTE_REPO_DIR' , value : ' /var/lib/multirepo/public/multiflexi ' ),
114+ string(name : ' REMOTE_REPO_DIR' , value : ' /srv/repo ' ),
115115 string(name : ' COMPONENT' , value : ' main' ),
116116 string(name : ' DEB_DIST' , value : ' ' )
117117 ]
You can’t perform that action at this time.
0 commit comments