From fdf090994eb032281f75e15aab6bc28261344cec Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 5 Jul 2017 13:26:10 -0400 Subject: Update Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 25ca988..b5a69df 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,6 @@ println("Importing...") import org.stsci.Conda +import org.stsci.CondaInstaller println("Imported...") pipeline { -- cgit