Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision c802eb883340a94cf9ba158c4c21e09873406253)
+++ Jenkinsfile	(revision af433943323d50f0d9edd0b0afb33131386c326f)
@@ -298,8 +298,8 @@
 		switch( param.Architecture ) {
 			case 'x64':
-				this.Architecture = new Arch_Desc('x64', '--host=x86_64', 'x64')
+				this.Architecture = new Arch_Desc('x64', '--host=x86_64', 'master')
 			break
 			case 'x86':
-				this.Architecture = new Arch_Desc('x86', '--host=i386', 'x86')
+				this.Architecture = new Arch_Desc('x86', '--host=i386', 'master')
 			break
 			default :
