[PR #3384] [CLOSED] Add Azure DevOps package builds #9495

Closed
opened 2026-02-07 06:03:09 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3384
Author: @joshuaboniface
Created: 6/20/2020
Status: Closed

Base: masterHead: azure-ci


📝 Commits (2)

  • 3599ae7 Add Azure pipelines configuration for server
  • a418c24 Modify build scripts to build Unstable versions

📊 Changes

14 files changed (+266 additions, -4 deletions)

View changed files

.ci/azure-pipelines-package.yml (+122 -0)
📝 .ci/azure-pipelines.yml (+2 -0)
📝 deployment/build.centos.amd64 (+16 -0)
📝 deployment/build.debian.amd64 (+15 -0)
📝 deployment/build.debian.arm64 (+15 -0)
📝 deployment/build.debian.armhf (+15 -0)
📝 deployment/build.fedora.amd64 (+16 -0)
📝 deployment/build.linux.amd64 (+5 -1)
📝 deployment/build.macos (+5 -1)
📝 deployment/build.portable (+5 -1)
📝 deployment/build.ubuntu.amd64 (+15 -0)
📝 deployment/build.ubuntu.arm64 (+15 -0)
📝 deployment/build.ubuntu.armhf (+15 -0)
📝 deployment/build.windows.amd64 (+5 -1)

📄 Description

Changes
Adds configuration to build packages with Azure DevOps. Identical in setup to Web, though with the server-specific tweaks applied.

Right now is configured to build off of this branch; like Web, it will be switched to refs/heads/master once tested.

Issues
N/A


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3384 **Author:** [@joshuaboniface](https://github.com/joshuaboniface) **Created:** 6/20/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `azure-ci` --- ### 📝 Commits (2) - [`3599ae7`](https://github.com/jellyfin/jellyfin/commit/3599ae7186a066e259bda7cd0156b0a891d76750) Add Azure pipelines configuration for server - [`a418c24`](https://github.com/jellyfin/jellyfin/commit/a418c248061362379b43624128f6cd15a4acb193) Modify build scripts to build Unstable versions ### 📊 Changes **14 files changed** (+266 additions, -4 deletions) <details> <summary>View changed files</summary> ➕ `.ci/azure-pipelines-package.yml` (+122 -0) 📝 `.ci/azure-pipelines.yml` (+2 -0) 📝 `deployment/build.centos.amd64` (+16 -0) 📝 `deployment/build.debian.amd64` (+15 -0) 📝 `deployment/build.debian.arm64` (+15 -0) 📝 `deployment/build.debian.armhf` (+15 -0) 📝 `deployment/build.fedora.amd64` (+16 -0) 📝 `deployment/build.linux.amd64` (+5 -1) 📝 `deployment/build.macos` (+5 -1) 📝 `deployment/build.portable` (+5 -1) 📝 `deployment/build.ubuntu.amd64` (+15 -0) 📝 `deployment/build.ubuntu.arm64` (+15 -0) 📝 `deployment/build.ubuntu.armhf` (+15 -0) 📝 `deployment/build.windows.amd64` (+5 -1) </details> ### 📄 Description **Changes** Adds configuration to build packages with Azure DevOps. Identical in setup to Web, though with the server-specific tweaks applied. Right now is configured to build off of this branch; like Web, it will be switched to `refs/heads/master` once tested. **Issues** N/A --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:03:09 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9495