aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Jenkinsfile3
-rw-r--r--setup.py1
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!")