From d9391b1793b28c2fc351133841d8f594d070f7b1 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Wed, 2 May 2018 10:20:54 -0400 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 02056edd..f183d865 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,10 +23,10 @@ pipeline { } sh 'mkdir -p tmp' dir('tmp'){ - git([ url: "https://github.internet2.edu/docker/util.git", - credentialsId: "jenkins-github-access-token" ]) - sh 'ls' - sh 'mv bin/* ../bin/.' + git([ url: "https://github.internet2.edu/docker/util.git", credentialsId: "jenkins-github-access-token" ]) + sh 'ls' + sh 'mv bin/* ../bin/.' + } } } } @@ -63,7 +63,7 @@ pipeline { } post { always { - echo 'I will always say Hello again!' + echo 'Done Building.' } failure { // slackSend color: 'good', message: "Build failed"