diff --git a/jenkins.sh b/jenkins.sh
new file mode 100755
index 0000000000000000000000000000000000000000..19d690f90a80620d8680bdb1d3d4ea38877575e2
--- /dev/null
+++ b/jenkins.sh
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+# $WORKSPACE is the jenkins workspace, will be filled by jenkins
+
+export COMMON_MAKE_PATH="$WORKSPACE/../../generics/generic-makefiles"
+export SNAP7_BASE="$WORKSPACE/snap7/snap7-full"
+export BOOST_HOME="$WORKSPACE/../../generics/boost_1.54.0/boost/1.54.0"
+
+##############################################
+cd snap7
+./build.sh
+cd ..
+##############################################
+cd silecs-communication-cpp
+make all CPU=x86_64 -j4 
+cd ..
+##############################################