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