diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-26 16:14:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-26 16:14:52 -0400 |
commit | 10ab44297a1fb2051625e3eb8be0dc1dc2388e17 (patch) | |
tree | c69389c13d725aa2862ca03f35b9a1aa9bad900e | |
parent | 29eda1a9554fe00ece91f2f56cc49a6e46d659ae (diff) | |
download | hello_world-10ab44297a1fb2051625e3eb8be0dc1dc2388e17.tar.gz |
Update Jenkinsfile
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 3824887..b87dfad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,4 @@ -import org.stsci.conda +import org.stsci.Conda pipeline { agent any |