Skip to content

Commit e577c48

Browse files
authored
Merge pull request #20 from CIAT-DAPA/develop
fix error name
2 parents d2d81a5 + c44ade5 commit e577c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pipeline {
6868
export PORT=5001
6969
export CONNECTION_DB=mongodb://localhost:27017/waterpoints
7070
export HOST=0.0.0.0
71-
nohup python wp_api.py > log.txt 2>&1 &
71+
nohup python wpapi.py > log.txt 2>&1 &
7272
"""
7373
}
7474
}

0 commit comments

Comments
 (0)