Add deliver stage
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				gitea-kspace/openwrt-camera-image/pipeline/head There was a failure building this commit
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	gitea-kspace/openwrt-camera-image/pipeline/head There was a failure building this commit
				
			This commit is contained in:
		
							
								
								
									
										11
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										11
									
								
								Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@@ -18,5 +18,16 @@ pipeline {
 | 
				
			|||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					        stage("Deliver") {
 | 
				
			||||||
 | 
					            steps {
 | 
				
			||||||
 | 
					                dir(directory) {
 | 
				
			||||||
 | 
					                    script {
 | 
				
			||||||
 | 
					                        sh "mkdir -p bin/"
 | 
				
			||||||
 | 
					                        sh "cp openwrt-imagebuilder-ath79-generic.Linux-x86_64/bin/targets/ath79/generic/*.bin bin/"
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
 | 
					                    archiveArtifacts artifacts: "bin/*", allowEmptyArchive: false, fingerprint: false
 | 
				
			||||||
 | 
					                }
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user