diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-28 13:44:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-28 13:44:52 -0400 |
| commit | d50ba69b0a6b2b74b8857121280a36b510e8e111 (patch) | |
| tree | 4d998ab5794923e323981cd00ca5452baadfd1db | |
| parent | 45c6598087a0ed56275b737b2f7256317c94a6f6 (diff) | |
| download | hello_world-d50ba69b0a6b2b74b8857121280a36b510e8e111.tar.gz | |
Update Jenkinsfile
| -rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index b87dfad..25ca988 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,6 @@ +println("Importing...") import org.stsci.Conda +println("Imported...") pipeline { agent any |
