You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by ab...@apache.org on 2022/09/05 12:14:07 UTC

[incubator-devlake] branch main updated (6f19ff8a -> b05cfa05)

This is an automated email from the ASF dual-hosted git repository.

abeizn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


    from 6f19ff8a fix: the timeout of ApiClient is incorrectly overridden #2938
     add b05cfa05 feat(jenkins): change build convertion logic

No new revisions were added by this update.

Summary of changes:
 models/domainlayer/devops/cicd_pipeline_repo.go    |  2 +-
 ...asks_to_plan.go => 20220905_modfiy_pipeline.go} | 60 +++++++-------
 plugins/jenkins/e2e/builds_test.go                 | 23 ------
 plugins/jenkins/e2e/snapshot_tables/builds.csv     |  9 ---
 plugins/jenkins/impl/impl.go                       |  3 -
 plugins/jenkins/tasks/build_cicd_convertor.go      | 58 ++++----------
 plugins/jenkins/tasks/build_convertor.go           | 91 ----------------------
 .../tasks/build_origin_triggger_enricher.go        | 79 -------------------
 plugins/jenkins/tasks/build_repo_convertor.go      |  2 +-
 plugins/jenkins/tasks/build_stages_enricher.go     | 82 -------------------
 10 files changed, 48 insertions(+), 361 deletions(-)
 copy models/migrationscripts/{20220622_rename_tasks_to_plan.go => 20220905_modfiy_pipeline.go} (50%)
 delete mode 100644 plugins/jenkins/e2e/snapshot_tables/builds.csv
 delete mode 100644 plugins/jenkins/tasks/build_convertor.go
 delete mode 100644 plugins/jenkins/tasks/build_origin_triggger_enricher.go
 delete mode 100644 plugins/jenkins/tasks/build_stages_enricher.go