mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	CI: Fix missing script block in jenkinsfiles
Change-Id: Ib4b6e4887695f230ea7a5b0c879b29fc5a13be4f (cherry picked from commitd60f23ecbd) (cherry picked from commitce8a23fdf9) (cherry picked from commitf0d1ce50af)
This commit is contained in:
		| @@ -183,8 +183,10 @@ pipeline { | ||||
| 	} | ||||
| 	post { | ||||
| 		cleanup { | ||||
| 			if (env.CLEANUP_WS_UNITTESTS.toBoolean()) { | ||||
| 				cleanWs deleteDirs: true, notFailBuild: false | ||||
| 			script { | ||||
| 				if (env.CLEANUP_WS_UNITTESTS.toBoolean()) { | ||||
| 					cleanWs deleteDirs: true, notFailBuild: false | ||||
| 				} | ||||
| 			} | ||||
| 		} | ||||
| 		/* | ||||
|   | ||||
		Reference in New Issue
	
	Block a user