Skip to content

[ISSUE]: [error]Expected property name or '}' in JSON at position 1 #1532

@FrostyZoob

Description

@FrostyZoob

Prerequisites

  • I have written a descriptive issue title
  • I have searched issues to ensure it has not already been reported

GitVersion package

AzureDevops task

What are you seeing?

My AzDO pipeline generates the following error when it executes the gitversion/[email protected] task:

##[debug]Parsing GitVersion output
##[debug]dotnet-gitversion failed
##[error]Expected property name or '}' in JSON at position 1
##[debug]Processed: ##vso[task.issue type=error;]Expected property name or '}' in JSON at position 1
##[debug]task result: Failed
##[error]Expected property name or '}' in JSON at position 1
##[debug]Processed: ##vso[task.issue type=error;]Expected property name or '}' in JSON at position 1
##[debug]Processed: ##vso[task.complete result=Failed;done=true;]Expected property name or '}' in JSON at position 1

The pipeline ran on a MS-hosted agent. We use Azure DevOps Services. This error only occurs when the pipeline runs for build validation during a pull request.

pipeline-log-gitversion.txt

What is expected?

The task should complete without errors and the {Number} variable should be properly replaced.

Steps to Reproduce

  1. Add my .GitVersion.yml to your repository:
# See https://github.com/GitTools/GitVersion/blob/main/docs/input/docs/workflows/TrunkBased/preview1.yml for default values
workflow: 'TrunkBased/preview1'
branches:
  pull-request:
    label: 'pr{Number}'
  hotfix:
    regex: ^bugfix?[\/-](?<BranchName>.+)
  1. Here are the relevant tasks I used in my pipeline:
steps:
# do a self checkout for GitVersion to work
- checkout: self
  fetchDepth: 0

- task: gitversion/[email protected]
  displayName: Install GitVersion
  inputs:
    versionSpec: '6.0.x'
    preferLatestVersion: true

- task: gitversion/[email protected]
  displayName: 'Determine Version'
  inputs: 
    useConfigFile: true
    configFilePath: './GitVersion.yml'
    updateProjectFiles: true
  1. Configure the pipeline to be used for build validation for a pull request.
  2. Create a branch, then create a PR to merge the branch, triggering the pipeline to start executing.

Output log or link to your CI build (if appropriate).

2025-03-12T19:24:00.8524759Z ##[debug]Evaluating condition for step: 'Install GitVersion'
2025-03-12T19:24:00.8525655Z ##[debug]Evaluating: SucceededNode()
2025-03-12T19:24:00.8525916Z ##[debug]Evaluating SucceededNode:
2025-03-12T19:24:00.8526346Z ##[debug]=> True
2025-03-12T19:24:00.8526573Z ##[debug]Result: True
2025-03-12T19:24:00.8526832Z ##[section]Starting: Install GitVersion
2025-03-12T19:24:00.8531696Z ==============================================================================
2025-03-12T19:24:00.8531814Z Task         : Setup GitVersion Task
2025-03-12T19:24:00.8531880Z Description  : Easy Semantic Versioning (https://semver.org) for projects using Git
2025-03-12T19:24:00.8532017Z Version      : 3.1.11
2025-03-12T19:24:00.8532079Z Author       : GitTools Contributors
2025-03-12T19:24:00.8532148Z Help         : See the [documentation](https://gitversion.net/docs/) for help
2025-03-12T19:24:00.8532252Z ==============================================================================
2025-03-12T19:24:00.8896641Z ##[debug]Using node path: C:\agents\4.251.0\externals\node20_1\bin\node.exe
2025-03-12T19:24:01.5176549Z Running on: 'Azure Pipelines'
2025-03-12T19:24:01.5181525Z ##[debug]Disabling telemetry
2025-03-12T19:24:01.5181904Z Disable Telemetry
2025-03-12T19:24:01.5191471Z ##[debug]Processed: ##vso[task.setvariable variable=DOTNET_CLI_TELEMETRY_OPTOUT;isOutput=false;issecret=false;]true
2025-03-12T19:24:01.5192913Z ##[debug]Processed: ##vso[task.setvariable variable=DOTNET_NOLOGO;isOutput=false;issecret=false;]true
2025-03-12T19:24:01.5193449Z ##[debug]looking for tool 'dotnet' in PATH
2025-03-12T19:24:01.5781569Z ##[debug]found tool 'dotnet' in PATH: C:\Program Files\dotnet\dotnet.exe
2025-03-12T19:24:01.5782428Z ##[debug]whichPath: C:\Program Files\dotnet\dotnet.exe
2025-03-12T19:24:01.5801437Z ##[debug]getVariable - INPUT_VERSIONSPEC: 6.0.x
2025-03-12T19:24:01.5802081Z ##[debug]getVariable - INPUT_INCLUDEPRERELEASE: false
2025-03-12T19:24:01.5803612Z ##[debug]getVariable - INPUT_IGNOREFAILEDSOURCES: false
2025-03-12T19:24:01.5804170Z ##[debug]getVariable - INPUT_PREFERLATESTVERSION: true
2025-03-12T19:24:01.5806481Z --------------------------
2025-03-12T19:24:01.5806758Z Acquiring GitVersion.Tool for version spec: 6.0.x
2025-03-12T19:24:01.5807004Z --------------------------
2025-03-12T19:24:01.5808566Z ##[debug]Is version explicit? false
2025-03-12T19:24:01.5810762Z Querying tool versions for [email protected] 
2025-03-12T19:24:02.2773498Z ##[debug]got versions: 5.0.0, 5.0.1, 5.1.0, 5.1.1, 5.1.2, 5.1.3, 5.2.0, 5.2.1, 5.2.2, 5.2.3, 5.2.4, 5.3.0, 5.3.1, 5.3.2, 5.3.3, 5.3.4, 5.3.5, 5.3.6, 5.3.7, 5.5.0, 5.5.1, 5.6.0, 5.6.1, 5.6.2, 5.6.3, 5.6.4, 5.6.5, 5.6.6, 5.6.7, 5.6.8, 5.6.9, 5.6.10, 5.6.11, 5.7.0, 5.8.0, 5.8.1, 5.8.2, 5.8.3, 5.9.0, 5.10.0, 5.10.1, 5.10.2, 5.10.3, 5.11.0, 5.11.1, 5.12.0, 6.0.0, 6.0.1, 6.0.2, 6.0.3, 6.0.4, 6.0.5, 6.1.0
2025-03-12T19:24:02.2775191Z Found matching version: 6.0.5
2025-03-12T19:24:02.2836359Z ##[debug]getVariable - AGENT_TEMPDIRECTORY: D:\a\_temp
2025-03-12T19:24:02.2876882Z ##[debug]Creating temp directory D:\a\_temp\84a6580b-7bc1-4a4d-9855-198303cf9b67
2025-03-12T19:24:02.2941485Z Command: dotnet tool install GitVersion.Tool --tool-path D:\a\_temp\84a6580b-7bc1-4a4d-9855-198303cf9b67 --version 6.0.5
2025-03-12T19:24:04.9666779Z ##[debug]Agent environment resources - Disk: D:\ Available 11785.46 MB out of 14334.00 MB, Memory: Used 2299.00 MB out of 7167.00 MB, CPU: Usage 7.00%
2025-03-12T19:24:10.2495550Z ##[debug]Agent environment resources - Disk: D:\ Available 11785.46 MB out of 14334.00 MB, Memory: Used 2254.00 MB out of 7167.00 MB, CPU: Usage 5.00%
2025-03-12T19:24:15.5169344Z ##[debug]Agent environment resources - Disk: D:\ Available 11785.46 MB out of 14334.00 MB, Memory: Used 2066.00 MB out of 7167.00 MB, CPU: Usage 3.00%
2025-03-12T19:24:20.7842361Z ##[debug]Agent environment resources - Disk: D:\ Available 11707.04 MB out of 14334.00 MB, Memory: Used 2115.00 MB out of 7167.00 MB, CPU: Usage 10.00%
2025-03-12T19:24:21.3638967Z ##[debug]Tool install result: success You can invoke the tool using the following command: dotnet-gitversion
Tool 'gitversion.tool' (version '6.0.5') was successfully installed.

2025-03-12T19:24:21.3639928Z ##[debug]getVariable - AGENT_TOOLSDIRECTORY: C:\hostedtoolcache\windows
2025-03-12T19:24:21.3648091Z ##[debug]Copying D:\a\_temp\84a6580b-7bc1-4a4d-9855-198303cf9b67 to C:\hostedtoolcache\windows\GitVersion.Tool\6.0.5
2025-03-12T19:24:21.6385264Z ##[debug]Caching [email protected] from D:\a\_temp\84a6580b-7bc1-4a4d-9855-198303cf9b67
2025-03-12T19:24:21.6385848Z ##[debug]Cached tool path: C:\hostedtoolcache\windows\GitVersion.Tool\6.0.5
2025-03-12T19:24:21.6389598Z ##[debug]Cleaning up temp directory: D:\a\_temp\84a6580b-7bc1-4a4d-9855-198303cf9b67
2025-03-12T19:24:21.6794815Z --------------------------
2025-03-12T19:24:21.6795411Z GitVersion.Tool version: 6.0.5 installed.
2025-03-12T19:24:21.6795740Z --------------------------
2025-03-12T19:24:21.6796091Z Prepending C:\hostedtoolcache\windows\GitVersion.Tool\6.0.5 to PATH
2025-03-12T19:24:21.6798701Z ##[debug]new Path: C:\hostedtoolcache\windows\GitVersion.Tool\6.0.5;C:\agents\4.251.0\externals\git\cmd;C:\agents\4.251.0\externals\git\mingw64\bin;C:\Program Files\MongoDB\Server\5.0\bin;C:\aliyun-cli;C:\vcpkg;C:\Program Files (x86)\NSIS\;C:\tools\zstd;C:\Program Files\Mercurial\;C:\hostedtoolcache\windows\stack\3.3.1\x64;C:\cabal\bin;C:\\ghcup\bin;C:\mingw64\bin;C:\Program Files\dotnet;C:\Program Files\MySQL\MySQL Server 8.0\bin;C:\Program Files\R\R-4.4.2\bin\x64;C:\SeleniumWebDrivers\GeckoDriver;C:\SeleniumWebDrivers\EdgeDriver\;C:\SeleniumWebDrivers\ChromeDriver;C:\Program Files (x86)\sbt\bin;C:\Program Files (x86)\GitHub CLI;C:\Program Files\Git\bin;C:\Program Files (x86)\pipx_bin;C:\npm\prefix;C:\hostedtoolcache\windows\go\1.21.13\x64\bin;C:\hostedtoolcache\windows\Python\3.9.13\x64\Scripts;C:\hostedtoolcache\windows\Python\3.9.13\x64;C:\hostedtoolcache\windows\Ruby\3.0.7\x64\bin;C:\Program Files\OpenSSL\bin;C:\tools\kotlinc\bin;C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\8.0.442-6\x64\bin;C:\Program Files\ImageMagick-7.1.1-Q16-HDRI;C:\Program Files\Microsoft SDKs\Azure\CLI2\wbin;C:\ProgramData\kind;C:\ProgramData\Chocolatey\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\PowerShell\7\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\WiX Toolset v3.14\bin;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\Microsoft SQL Server\160\DTS\Binn\;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\ProgramData\chocolatey\lib\pulumi\tools\Pulumi\bin;C:\Program Files\CMake\bin;C:\ProgramData\chocolatey\lib\maven\apache-maven-3.9.9\bin;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files\GitHub CLI\;c:\tools\php;C:\Program Files (x86)\sbt\bin;C:\Program Files\Amazon\AWSCLIV2\;C:\Program Files\Amazon\SessionManagerPlugin\bin\;C:\Program Files\Amazon\AWSSAMCLI\bin\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\LLVM\bin;C:\Users\VssAdministrator\.dotnet\tools;C:\Users\VssAdministrator\.cargo\bin;C:\Users\VssAdministrator\AppData\Local\Microsoft\WindowsApps
2025-03-12T19:24:21.6803959Z Updated PATH: C:\hostedtoolcache\windows\GitVersion.Tool\6.0.5;C:\agents\4.251.0\externals\git\cmd;C:\agents\4.251.0\externals\git\mingw64\bin;C:\Program Files\MongoDB\Server\5.0\bin;C:\aliyun-cli;C:\vcpkg;C:\Program Files (x86)\NSIS\;C:\tools\zstd;C:\Program Files\Mercurial\;C:\hostedtoolcache\windows\stack\3.3.1\x64;C:\cabal\bin;C:\\ghcup\bin;C:\mingw64\bin;C:\Program Files\dotnet;C:\Program Files\MySQL\MySQL Server 8.0\bin;C:\Program Files\R\R-4.4.2\bin\x64;C:\SeleniumWebDrivers\GeckoDriver;C:\SeleniumWebDrivers\EdgeDriver\;C:\SeleniumWebDrivers\ChromeDriver;C:\Program Files (x86)\sbt\bin;C:\Program Files (x86)\GitHub CLI;C:\Program Files\Git\bin;C:\Program Files (x86)\pipx_bin;C:\npm\prefix;C:\hostedtoolcache\windows\go\1.21.13\x64\bin;C:\hostedtoolcache\windows\Python\3.9.13\x64\Scripts;C:\hostedtoolcache\windows\Python\3.9.13\x64;C:\hostedtoolcache\windows\Ruby\3.0.7\x64\bin;C:\Program Files\OpenSSL\bin;C:\tools\kotlinc\bin;C:\hostedtoolcache\windows\Java_Temurin-Hotspot_jdk\8.0.442-6\x64\bin;C:\Program Files\ImageMagick-7.1.1-Q16-HDRI;C:\Program Files\Microsoft SDKs\Azure\CLI2\wbin;C:\ProgramData\kind;C:\ProgramData\Chocolatey\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\PowerShell\7\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files\TortoiseSVN\bin;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Program Files (x86)\WiX Toolset v3.14\bin;C:\Program Files\Microsoft SQL Server\130\DTS\Binn\;C:\Program Files\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files\Microsoft SQL Server\150\DTS\Binn\;C:\Program Files\Microsoft SQL Server\160\DTS\Binn\;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\ProgramData\chocolatey\lib\pulumi\tools\Pulumi\bin;C:\Program Files\CMake\bin;C:\ProgramData\chocolatey\lib\maven\apache-maven-3.9.9\bin;C:\Program Files\Microsoft Service Fabric\bin\Fabric\Fabric.Code;C:\Program Files\Microsoft SDKs\Service Fabric\Tools\ServiceFabricLocalClusterManager;C:\Program Files\nodejs\;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Program Files\GitHub CLI\;c:\tools\php;C:\Program Files (x86)\sbt\bin;C:\Program Files\Amazon\AWSCLIV2\;C:\Program Files\Amazon\SessionManagerPlugin\bin\;C:\Program Files\Amazon\AWSSAMCLI\bin\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\LLVM\bin;C:\Users\VssAdministrator\.dotnet\tools;C:\Users\VssAdministrator\.cargo\bin;C:\Users\VssAdministrator\AppData\Local\Microsoft\WindowsApps
2025-03-12T19:24:21.6806593Z ##[debug]Processed: ##vso[task.prependpath]C:\hostedtoolcache\windows\GitVersion.Tool\6.0.5
2025-03-12T19:24:21.6806975Z Set GITVERSION_PATH to C:\hostedtoolcache\windows\GitVersion.Tool\6.0.5
2025-03-12T19:24:21.6807841Z ##[debug]Processed: ##vso[task.setvariable variable=GITVERSION_PATH;isOutput=false;issecret=false;]C:\hostedtoolcache\windows\GitVersion.Tool\6.0.5
2025-03-12T19:24:21.6808427Z ##[debug]task result: Succeeded
2025-03-12T19:24:21.6808814Z dotnet-gitversion installed successfully
2025-03-12T19:24:21.6818306Z ##[debug]Processed: ##vso[task.complete result=Succeeded;done=true;]dotnet-gitversion installed successfully
2025-03-12T19:24:21.6829318Z dotnet-gitversion Output:
2025-03-12T19:24:21.6829612Z -------------------
2025-03-12T19:24:21.6829850Z undefined
2025-03-12T19:24:21.6830085Z -------------------
2025-03-12T19:24:21.6830574Z ##[debug]dotnet-gitversion succeeded
2025-03-12T19:24:21.6830990Z ##[debug]task result: Succeeded
2025-03-12T19:24:21.6831321Z GitVersion setup successfully
2025-03-12T19:24:21.6832589Z ##[debug]Processed: ##vso[task.complete result=Succeeded;done=true;]GitVersion setup successfully
2025-03-12T19:24:21.6930837Z ##[section]Finishing: Install GitVersion
2025-03-12T19:24:21.6955378Z ##[debug]Evaluating condition for step: 'Determine Version'
2025-03-12T19:24:21.6956461Z ##[debug]Evaluating: SucceededNode()
2025-03-12T19:24:21.6956734Z ##[debug]Evaluating SucceededNode:
2025-03-12T19:24:21.6957260Z ##[debug]=> True
2025-03-12T19:24:21.6957511Z ##[debug]Result: True
2025-03-12T19:24:21.6957772Z ##[section]Starting: Determine Version
2025-03-12T19:24:21.6963411Z ==============================================================================
2025-03-12T19:24:21.6963527Z Task         : Execute GitVersion Task
2025-03-12T19:24:21.6963616Z Description  : Easy Semantic Versioning (https://semver.org) for projects using Git
2025-03-12T19:24:21.6963721Z Version      : 3.1.11
2025-03-12T19:24:21.6963790Z Author       : GitTools Contributors
2025-03-12T19:24:21.6963872Z Help         : See the [documentation](https://gitversion.net/docs/) for help
2025-03-12T19:24:21.6963963Z ==============================================================================
2025-03-12T19:24:21.7422568Z ##[debug]Using node path: C:\agents\4.251.0\externals\node20_1\bin\node.exe
2025-03-12T19:24:22.4607962Z Running on: 'Azure Pipelines'
2025-03-12T19:24:22.4619068Z ##[debug]Disabling telemetry
2025-03-12T19:24:22.4619566Z Disable Telemetry
2025-03-12T19:24:22.4623953Z ##[debug]Processed: ##vso[task.setvariable variable=DOTNET_CLI_TELEMETRY_OPTOUT;isOutput=false;issecret=false;]true
2025-03-12T19:24:22.4624968Z ##[debug]Processed: ##vso[task.setvariable variable=DOTNET_NOLOGO;isOutput=false;issecret=false;]true
2025-03-12T19:24:22.4625477Z ##[debug]getVariable - INPUT_TARGETPATH: 
2025-03-12T19:24:22.4625922Z ##[debug]getVariable - INPUT_DISABLECACHE: false
2025-03-12T19:24:22.4626374Z ##[debug]getVariable - INPUT_DISABLENORMALIZATION: false
2025-03-12T19:24:22.4626829Z ##[debug]getVariable - INPUT_DISABLESHALLOWCLONECHECK: false
2025-03-12T19:24:22.4627284Z ##[debug]getVariable - INPUT_USECONFIGFILE: true
2025-03-12T19:24:22.4627750Z ##[debug]getVariable - INPUT_CONFIGFILEPATH: D:\a\1\s\GitVersion.yml
2025-03-12T19:24:22.4628209Z ##[debug]getVariable - INPUT_OVERRIDECONFIG: 
2025-03-12T19:24:22.4628658Z ##[debug]getVariable - INPUT_UPDATEASSEMBLYINFO: false
2025-03-12T19:24:22.4629105Z ##[debug]getVariable - INPUT_UPDATEASSEMBLYINFOFILENAME: 
2025-03-12T19:24:22.4629573Z ##[debug]getVariable - BUILD_SOURCESDIRECTORY: D:\a\1\s
2025-03-12T19:24:22.4629907Z Command: git -C D:/a/1/s rev-parse --is-shallow-repository
2025-03-12T19:24:22.4630323Z ##[debug]getVariable - INPUT_CONFIGFILEPATH: D:\a\1\s\GitVersion.yml
2025-03-12T19:24:22.4630775Z ##[debug]getVariable - BUILD_SOURCESDIRECTORY: D:\a\1\s
2025-03-12T19:24:22.4631251Z ##[debug]getVariable - GITVERSION_PATH: C:\hostedtoolcache\windows\GitVersion.Tool\6.0.5
2025-03-12T19:24:22.4631711Z Command: C:\hostedtoolcache\windows\GitVersion.Tool\6.0.5\dotnet-gitversion.exe --roll-forward Major D:/a/1/s /output json /l console /config D:\a\1\s\GitVersion.yml
2025-03-12T19:24:26.0710747Z ##[debug]Agent environment resources - Disk: D:\ Available 11785.46 MB out of 14334.00 MB, Memory: Used 2052.00 MB out of 7167.00 MB, CPU: Usage 9.00%
2025-03-12T19:24:31.0730323Z ##[debug]Agent environment resources - Disk: D:\ Available 11785.46 MB out of 14334.00 MB, Memory: Used 2055.00 MB out of 7167.00 MB, CPU: Usage 8.00%
2025-03-12T19:24:31.3244667Z ##[debug]Parsing GitVersion output
2025-03-12T19:24:31.3247124Z ##[debug]dotnet-gitversion failed
2025-03-12T19:24:31.3269109Z ##[error]Expected property name or '}' in JSON at position 1
2025-03-12T19:24:31.3278389Z ##[debug]Processed: ##vso[task.issue type=error;]Expected property name or '}' in JSON at position 1
2025-03-12T19:24:31.3279031Z ##[debug]task result: Failed
2025-03-12T19:24:31.3279705Z ##[error]Expected property name or '}' in JSON at position 1
2025-03-12T19:24:31.3280231Z ##[debug]Processed: ##vso[task.issue type=error;]Expected property name or '}' in JSON at position 1
2025-03-12T19:24:31.3282767Z ##[debug]Processed: ##vso[task.complete result=Failed;done=true;]Expected property name or '}' in JSON at position 1
2025-03-12T19:24:31.3343636Z ##[section]Finishing: Determine Version
2025-03-12T19:24:31.3370834Z ##[debug]Evaluating condition for step: 'Install NuGet tool'
2025-03-12T19:24:31.3372200Z ##[debug]Evaluating: SucceededNode()
2025-03-12T19:24:31.3372486Z ##[debug]Evaluating SucceededNode:
2025-03-12T19:24:31.3373138Z ##[debug]=> False
2025-03-12T19:24:31.3373435Z ##[debug]Result: False
2025-03-12T19:24:31.3373714Z Skipping step due to condition evaluation.
Evaluating: SucceededNode()
Result: False

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions