Index: Jenkins/FullBuild
===================================================================
--- Jenkins/FullBuild	(revision 986e260a74f77ffdc9d5a0fceaa7788d6664fba4)
+++ Jenkins/FullBuild	(revision 5157ba71efcb832f3bbfaab92414d1b30b7ca0e9)
@@ -17,10 +17,10 @@
 
 				parallel (
-					gcc_6_x64: { trigger_build( 'gcc-6',   'x64', true  ) },
-					gcc_6_x86: { trigger_build( 'gcc-6',   'x86', true  ) },
-					gcc_5_x64: { trigger_build( 'gcc-5',   'x64', false ) },
-					gcc_5_x86: { trigger_build( 'gcc-5',   'x86', false ) },
-					clang_x64: { trigger_build( 'clang',   'x64', false ) },
-					clang_x86: { trigger_build( 'clang',   'x86', false ) },
+					gcc_6_x64: { trigger_build( 'gcc-6',   'x64' ) },
+					gcc_6_x86: { trigger_build( 'gcc-6',   'x86' ) },
+					gcc_5_x64: { trigger_build( 'gcc-5',   'x64' ) },
+					gcc_5_x86: { trigger_build( 'gcc-5',   'x86' ) },
+					clang_x64: { trigger_build( 'clang',   'x64' ) },
+					clang_x86: { trigger_build( 'clang',   'x86' ) },
 				)
 			}
@@ -76,5 +76,5 @@
 			[$class: 'BooleanParameterValue', 		\
 			  name: 'Publish', 				\
-			  value: publish], 				\
+			  value: true], 				\
 			[$class: 'BooleanParameterValue', 		\
 			  name: 'Silent', 				\
