|  |  |  | @ -147,11 +147,11 @@ def setupCredentials() { | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | def build_release(String channel_name) { | 
			
		
	
		
			
				
					|  |  |  |  |   return parallel ( | 
			
		
	
		
			
				
					|  |  |  |  |     "${channel_name} (git)": { | 
			
		
	
		
			
				
					|  |  |  |  |       deviceStage("build git", "tici-needs-can", [], [ | 
			
		
	
		
			
				
					|  |  |  |  |         ["build ${channel_name}", "RELEASE_BRANCH=${channel_name} $SOURCE_DIR/release/build_release.sh"], | 
			
		
	
		
			
				
					|  |  |  |  |       ]) | 
			
		
	
		
			
				
					|  |  |  |  |     }, | 
			
		
	
		
			
				
					|  |  |  |  |     // "${channel_name} (git)": { | 
			
		
	
		
			
				
					|  |  |  |  |     //   deviceStage("build git", "tici-needs-can", [], [ | 
			
		
	
		
			
				
					|  |  |  |  |     //     ["build ${channel_name}", "RELEASE_BRANCH=${channel_name} $SOURCE_DIR/release/build_release.sh"], | 
			
		
	
		
			
				
					|  |  |  |  |     //   ]) | 
			
		
	
		
			
				
					|  |  |  |  |     // }, | 
			
		
	
		
			
				
					|  |  |  |  |     "${channel_name} (casync)": { | 
			
		
	
		
			
				
					|  |  |  |  |       deviceStage("build casync", "tici-needs-can", [], [ | 
			
		
	
		
			
				
					|  |  |  |  |         ["build ${channel_name}", "RELEASE=1 OPENPILOT_CHANNEL=${channel_name} BUILD_DIR=/data/openpilot CASYNC_DIR=/data/casync/openpilot $SOURCE_DIR/release/create_casync_build.sh"], | 
			
		
	
	
		
			
				
					|  |  |  | @ -198,6 +198,8 @@ node { | 
			
		
	
		
			
				
					|  |  |  |  |       build_release("nightly") | 
			
		
	
		
			
				
					|  |  |  |  |     } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     build_release("nightly") | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |     if (!env.BRANCH_NAME.matches(excludeRegex)) { | 
			
		
	
		
			
				
					|  |  |  |  |     parallel ( | 
			
		
	
		
			
				
					|  |  |  |  |       // tici tests | 
			
		
	
	
		
			
				
					|  |  |  | 
 |