diff --git a/Jenkinsfile b/Jenkinsfile
index 2cfa04cbb0..30a09458f8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,4 +1,6 @@
#!groovy
+
+// Keep the version in sync with the one used in pom.xml in order to get correct syntax completion.
@Library('github.com/cloudogu/ces-build-lib@9aadeeb')
import com.cloudogu.ces.cesbuildlib.*
diff --git a/pom.xml b/pom.xml
index 9e38672db2..8d3b3fb0b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,6 +145,16 @@
${mokito.version}
test
+
+
+
+ com.github.cloudogu
+ ces-build-lib
+
+ 9aadeeb
+
+ true
+