Index: Jenkinsfile
===================================================================
--- Jenkinsfile	(revision a8d8547ea59a7d73ea440ad57c8cb10d95bed6fe)
+++ Jenkinsfile	(revision 47138eed60107bd42f1cab53904b0d4e5f3bd93b)
@@ -20,12 +20,14 @@
 
 try {
-	//Wrap build to add timestamp to command line
-	wrap([$class: 'TimestamperBuildWrapper']) {
-
-		node {
+	node {
+		//Wrap build to add timestamp to command line
+		wrap([$class: 'TimestamperBuildWrapper']) {
 			Settings = prepare_build()
 		}
-
-		node(Settings.Architecture.node) {
+	}
+
+	node(Settings.Architecture.node) {
+		//Wrap build to add timestamp to command line
+		wrap([$class: 'TimestamperBuildWrapper']) {
 			BuildDir  = pwd tmp: true
 			SrcDir    = pwd tmp: false
