From 41a937c15c6d14ff8f191453fc70df3c84b4167b Mon Sep 17 00:00:00 2001 From: Johannes Schnatterer Date: Thu, 12 Jul 2018 11:06:54 +0200 Subject: [PATCH] Enables syntax completion for ces-build-lib in Jenkinsfile --- Jenkinsfile | 2 ++ pom.xml | 10 ++++++++++ 2 files changed, 12 insertions(+) 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 +