hadithhouse / HadithHouseApi

Backend for Hadith House
http://www.hadithhouse.net/
MIT License
3 stars 3 forks source link

chore(bnd) Escape commands passed to ssh in Jenkinsfile #422

Closed rafidka closed 6 years ago

rafidka commented 6 years ago

The $? in the command block passed to the web server in the deployment section of Jenkinsfile is being interpolated before it is sent to the server. I escaped the string so it is not interpolated.