From 11e0820926eec63bb7bc7c9ae7a9d68cbabf1fa3 Mon Sep 17 00:00:00 2001 From: Aaron Riedener Date: Fri, 31 Jan 2020 10:27:13 +0100 Subject: [PATCH 1/2] [Issue #314] change script name --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7985f3fe..534201ad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -145,7 +145,7 @@ pipeline { cd koalixcrm_deploy pip install -r hetzner_jenkins_start_script/deployment_requirements.txt cd hetzner_jenkins_start_script - python server.py --branch_name=${BRANCH_NAME} --action=deploy + python server_setup.py --branch_name=${BRANCH_NAME} --action=deploy ''' } } From 07c7284f498c56c17e35ab28c45ebf65dd501087 Mon Sep 17 00:00:00 2001 From: Aaron Riedener Date: Sun, 29 Mar 2020 15:11:27 +0200 Subject: [PATCH 2/2] [Issue #314] updated the deploy command for jenkins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 534201ad..9a370f36 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -145,7 +145,7 @@ pipeline { cd koalixcrm_deploy pip install -r hetzner_jenkins_start_script/deployment_requirements.txt cd hetzner_jenkins_start_script - python server_setup.py --branch_name=${BRANCH_NAME} --action=deploy + python server_setup.py --branch_name=${BRANCH_NAME} --action=deploy --component koalixcrm-django ''' } }