Skip to content

Commit

Permalink
Merge pull request #35 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
chaged the jenkinsfile
  • Loading branch information
CarlosNasayo authored Jan 18, 2024
2 parents 63ec7cb + abd725d commit 7449a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
"""
}
Expand Down

0 comments on commit 7449a99

Please sign in to comment.