diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-06-21 14:54:43 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-06-21 14:54:43 -0400 |
commit | c88d564b6106707566b2df9e5a63eb1a669f34d2 (patch) | |
tree | 600184922c98cde71c20603c13ba2d7667b35b9d | |
parent | 845724480e725dac09b748e31e16e44e444aee81 (diff) | |
download | hello_world-c88d564b6106707566b2df9e5a63eb1a669f34d2.tar.gz |
Test
-rw-r--r-- | Jenkinsfile | 3 | ||||
-rw-r--r-- | setup.py | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..2f06c55 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,3 @@ +#!/bin/bash + +python setup.py diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..03713ca --- /dev/null +++ b/setup.py @@ -0,0 +1 @@ +print("HELLO WORLD!") |