diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1 @@ + diff --git a/voting/app.py b/voting/app.py index b52ab5b..f108f64 100644 --- a/voting/app.py +++ b/voting/app.py @@ -9,8 +9,8 @@ import signal import sys -optionA = "Dev" -optionB = "Ops" +optionA = "Futbol" +optionB = "Soccer" name = optionA + " VS " + optionB redis = Redis(host="redis", db=0)