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