add jenkins pre-check & fix jenkins flag

Signed-off-by: soulseen <sunzhu@yunify.com>
This commit is contained in:
soulseen
2019-05-05 22:37:01 +08:00
committed by zryfish
parent 2857071bdd
commit a57947fd45
5 changed files with 33 additions and 6 deletions

View File

@@ -49,4 +49,5 @@ const (
ToJsonUrl = "/pipeline-model-converter/toJson"
GetNotifyCommitUrl = "/git/notifyCommit/?"
GithubWebhookUrl = "/github-webhook/"
LoginUrl = "/j_acegi_security_check"
)