Fix the pipeline do not sync with Jenkins

Signed-off-by: rick <rick@jenkins-zh.cn>
This commit is contained in:
rick
2020-12-30 13:54:18 +08:00
parent f2e96bce7f
commit 14367d1954
4 changed files with 36 additions and 5 deletions

View File

@@ -30,6 +30,7 @@ const (
ResourceSingularPipeline = "pipeline"
ResourcePluralPipeline = "pipelines"
PipelinePrefix = "pipeline.devops.kubesphere.io/"
PipelineSpecHash = PipelinePrefix + "spechash"
PipelineSyncStatusAnnoKey = PipelinePrefix + "syncstatus"
PipelineSyncTimeAnnoKey = PipelinePrefix + "synctime"
PipelineSyncMsgAnnoKey = PipelinePrefix + "syncmsg"