add clean workspace to jenkins templates
This commit is contained in:
		| @@ -35,5 +35,8 @@ pipeline { | ||||
|                 } | ||||
|             } | ||||
|         } | ||||
|         cleanup { | ||||
|             cleanWs() | ||||
|         } | ||||
|     } | ||||
| } | ||||
|   | ||||
							
								
								
									
										6
									
								
								snippets/jenkins/template/node/Jenkinsfile
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								snippets/jenkins/template/node/Jenkinsfile
									
									
									
									
										vendored
									
									
								
							| @@ -20,4 +20,10 @@ pipeline { | ||||
|             } | ||||
|         } | ||||
|     } | ||||
|  | ||||
|     post { | ||||
|         cleanup { | ||||
|             cleanWs() | ||||
|         } | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user