From abd725d4aa02e528c1d5c1632a651703c8973869 Mon Sep 17 00:00:00 2001 From: CarlosNasayo Date: Thu, 18 Jan 2024 16:34:59 -0500 Subject: [PATCH] chaged the jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 223419b..7633c6c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -68,7 +68,7 @@ pipeline { export API_WP_PORT=5001 export CONNECTION_DB=mongodb://localhost:27017/waterpoints export HOST=0.0.0.0 - export API_KEY=$(cat /var/www/key.txt) + export API_KEY=\$(cat /var/www/key.txt) nohup python3 wpapi.py > log.txt 2>&1 & """ }