You've already forked nginx-proxy-manager
							
							
				mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 04:11:42 +03:00 
			
		
		
		
	Fix docker push for branches containing slashes, again
This commit is contained in:
		
							
								
								
									
										4
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -10,11 +10,11 @@ pipeline {
 | 
				
			|||||||
		IMAGE                      = "nginx-proxy-manager"
 | 
							IMAGE                      = "nginx-proxy-manager"
 | 
				
			||||||
		BUILD_VERSION              = getVersion()
 | 
							BUILD_VERSION              = getVersion()
 | 
				
			||||||
		MAJOR_VERSION              = "2"
 | 
							MAJOR_VERSION              = "2"
 | 
				
			||||||
		COMPOSE_PROJECT_NAME       = "npm_${GIT_BRANCH}_${BUILD_NUMBER}"
 | 
							BRANCH_LOWER               = "${BRANCH_NAME.toLowerCase().replaceAll('/', '-')}"
 | 
				
			||||||
 | 
							COMPOSE_PROJECT_NAME       = "npm_${BRANCH_LOWER}_${BUILD_NUMBER}"
 | 
				
			||||||
		COMPOSE_FILE               = 'docker/docker-compose.ci.yml'
 | 
							COMPOSE_FILE               = 'docker/docker-compose.ci.yml'
 | 
				
			||||||
		COMPOSE_INTERACTIVE_NO_CLI = 1
 | 
							COMPOSE_INTERACTIVE_NO_CLI = 1
 | 
				
			||||||
		BUILDX_NAME                = "${COMPOSE_PROJECT_NAME}"
 | 
							BUILDX_NAME                = "${COMPOSE_PROJECT_NAME}"
 | 
				
			||||||
		BRANCH_LOWER               = "${BRANCH_NAME.toLowerCase().replaceAll('/', '-')}"
 | 
					 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	stages {
 | 
						stages {
 | 
				
			||||||
		stage('Environment') {
 | 
							stage('Environment') {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user