Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision 7e288c44c1d1885b376034d85b2c51bdc9f5088d)
+++ Jenkinsfile	(revision eb0938ca17404e03e83d52489de35e0dd4e7bcf3)
@@ -215,5 +215,5 @@
 
 //Description of an architecture (Must be serializable since pipelines are persistent)
-class CC_Desc implements Serializable {
+class Arch_Desc implements Serializable {
 	public String name
 	public String flags
@@ -228,8 +228,8 @@
 	switch( arch ) {
 		case 'x64':
-			return new CC_Desc('x64', '--host=x86_64')
+			return new Arch_Desc('x64', '--host=x86_64')
 		break
 		case 'x86':
-			return new CC_Desc('x86', '--host=i386')
+			return new Arch_Desc('x86', '--host=i386')
 		break
 		default :
