From a5155b0fec03911d3baa9bc9045f1212757ce942 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Wed, 3 May 2017 16:11:46 -0400 Subject: [PATCH] Simple ones no longer needed --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e4a5b2b..2b62cb2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,9 +20,6 @@ pipeline { } stage('Test lib'){ steps { - caution('first-pass') - echo "${maintainer()} is cool" - echo readCommonBash('imagename') buildDocker(env) echo buildDocker(env).envDebug() }