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() }