Fix the agent
This commit is contained in:
		
							parent
							
								
									1633c782ba
								
							
						
					
					
						commit
						e2289c6841
					
				| 
						 | 
					@ -1,5 +1,7 @@
 | 
				
			||||||
pipeline {
 | 
					pipeline {
 | 
				
			||||||
    agent built_in_node
 | 
					    agent {
 | 
				
			||||||
 | 
					        label 'built_in_node'
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    triggers {
 | 
					    triggers {
 | 
				
			||||||
        cron("59 23 * * 1") // Clean up every monday
 | 
					        cron("59 23 * * 1") // Clean up every monday
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue