From cbb7e39e34cbaf3292e0982f8567309c4dccc9d0 Mon Sep 17 00:00:00 2001 From: nre Date: Tue, 2 Jul 2019 10:38:57 +0200 Subject: [PATCH] Remove early return for old job type --- Jenkinsfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index af4799b..489398e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,8 +1,3 @@ -// TODO: when the old job has been retired, remove this block. -if (env.HEAD_REF || env.BASE_REF) { - return -} - library 'ableton-utils@0.13' library 'groovylint@0.6'