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 9f5cbc8d45 - Show all commits

View File

@@ -45,7 +45,7 @@ def normalize_build(build: Dict) -> Dict:
"duration_seconds": build.get("duration", 0) // 1000,
"url": build.get("url"),
"commits": commits,
}
};
def _auth_header() -> Dict[str, str]: