mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	CI: Fix typo in testsuite git checkout
Change-Id: I30024515e5b00a5044fd39fbff27d818f016b719
This commit is contained in:
		| @@ -183,10 +183,13 @@ pipeline { | ||||
| 													shallow: true | ||||
| 												], | ||||
| 											], | ||||
| 											userRemoteConfigs: [[ | ||||
| 											userRemoteConfigs: [ | ||||
| 												[ | ||||
| 												credentialsId: env.JENKINS_GERRIT_CREDS, | ||||
| 												name: env.GERRIT_NAME, | ||||
| 												url: testsuiteUrl,replaceAll("http(s)?://", "http\$1://${GERRIT_USER_NAME}@") | ||||
| 											]] | ||||
| 												url: testsuiteUrl.replaceAll("http(s)?://", "http\$1://${GERRIT_USER_NAME}@") | ||||
| 												] | ||||
| 											] | ||||
| 										] | ||||
| 									} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user