Pipeline

  • pipeline:failed詳解

    一、pipeline:failed概述 pipeline:failed是指Jenkins Pipeline插件在執行Pipeline定義的步驟時,某一步驟出現了錯誤而終止執行。 當…

    編程 2025-01-01
  • GitLab Pipeline 初探

    一、Pipeline概述 GitLab 是一個 code hosting 及源代碼管理軟件。GitLab Pipeline 是其中的一個功能,它能夠自動將你的代碼構建、測試、部署到…

    編程 2024-11-24
  • pipeline語法詳解

    一、pipeline簡介 1、pipeline是什麼 pipeline是Jenkins的一個插件,以Jenkinsfile的形式存在,用來定義流水線的各個階段,實現從代碼到構建、測…

    編程 2024-10-04
  • 使用Python編寫Pipeline

    引言 在數據處理、機器學習和深度學習等領域,處理大量數據或者進行模型訓練和驗證往往需要構建一個完整的Pipeline來完成。使用現代的Python工具可以讓構建Pipeline變得…

    編程 2024-10-04