archiveArtifacts
This commit is contained in:
		
							parent
							
								
									3de6f2f855
								
							
						
					
					
						commit
						c798773d79
					
				
							
								
								
									
										2
									
								
								predeploy/Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								predeploy/Jenkinsfile
									
									
									
									
										vendored
									
									
								
							@ -20,6 +20,6 @@ stage ('predeploy') {
 | 
				
			|||||||
stage ('archiving') {
 | 
					stage ('archiving') {
 | 
				
			||||||
    // Archive the build output artifacts.
 | 
					    // Archive the build output artifacts.
 | 
				
			||||||
    script {
 | 
					    script {
 | 
				
			||||||
        archiveArtifacts artifacts: "${TARGET_FOLDER}/*"
 | 
					        archiveArtifacts artifacts: "${TARGET_FOLDER}/*/**"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user