Test RemoteProvider - Update jenkinsfile.ci #33

Closed
husbando_enjoyer wants to merge 9 commits from test/main-TestWebhook1 into main
Showing only changes of commit 3a0aa50c0f - Show all commits

View File

@@ -73,7 +73,7 @@ def prices():
@app.get("/prices/{item}")
def price_for_item(item: str):
return random_price(item);
return random_price(item)
@app.get("/builds")