diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-27 11:02:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-27 11:02:32 -0400 |
commit | aca7bd8e726bff5a5b16dbe52de496290639c5cc (patch) | |
tree | 2da91b466af7cc59862f667f74d1c30b578b35dc | |
parent | 10ab44297a1fb2051625e3eb8be0dc1dc2388e17 (diff) | |
download | hello_world-aca7bd8e726bff5a5b16dbe52de496290639c5cc.tar.gz |
Update Jenkinsfile
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index b87dfad..e7555bc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -import org.stsci.Conda +import org.stsci.CondaInstall pipeline { agent any |