Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <git@davidebeatrici.dev>2021-01-10 09:23:34 +0300
committerDavide Beatrici <git@davidebeatrici.dev>2021-01-10 09:23:34 +0300
commitf0d5c0a4b50889ba321b466eda112c611718048d (patch)
treecfb01af2ecb671ade3aa2a2ff18f70605cc5189e /.ci/azure-pipelines/build_linux.bash
parentbce52a5bdb6006d6bbc04223100ec5e0810e0b09 (diff)
CI(azure): Job name in version, for build number to be the same in all jobs
We want the build number to increase a single time for each pipeline.
Diffstat (limited to '.ci/azure-pipelines/build_linux.bash')
-rwxr-xr-x.ci/azure-pipelines/build_linux.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines/build_linux.bash b/.ci/azure-pipelines/build_linux.bash
index d9bcbe5ed..a1f7e9fe0 100755
--- a/.ci/azure-pipelines/build_linux.bash
+++ b/.ci/azure-pipelines/build_linux.bash
@@ -21,7 +21,7 @@
if [[ -n "$BUILD_NUMBER_TOKEN" ]]; then
VERSION=$(python "scripts/mumble-version.py" --project)
- BUILD_NUMBER=$(curl "https://mumble.info/get-build-number?version=$VERSION&token=$BUILD_NUMBER_TOKEN")
+ BUILD_NUMBER=$(curl "https://mumble.info/get-build-number?version=$VERSION_$AGENT_JOBNAME&token=$BUILD_NUMBER_TOKEN")
else
BUILD_NUMBER=0
fi