Skip to content

Commit 4677e15

Browse files
authored
Merge pull request #21 from CIAT-DAPA/develop
python3 changed
2 parents e577c48 + f6cb030 commit 4677e15

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 wpapi.py > log.txt 2>&1 &
71+
nohup python3 wpapi.py > log.txt 2>&1 &
7272
"""
7373
}
7474
}

0 commit comments

Comments
 (0)