alexott/databricks-nutter-repos-demo

Error: JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Opened this issue · 2 comments

When running pipeline at Update Staging Project, the error below come out.
Could you please kindly provide with me some advice what I should check and set-up?

Starting: Update Staging project
==============================================================================
Task         : Command line
Description  : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
Version      : 2.231.1
Author       : Microsoft Corporation
Help         : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
==============================================================================
Generating script.
========================== Starting Command Output ===========================
/usr/bin/bash --noprofile --norc /home/vsts/work/_temp/b70e5a99-5230-4ca2-9ec1-389bba8cdcf1.sh
Checking out the master branch
Error: JSONDecodeError: Expecting value: line 1 column 1 (char 0)

##[error]Bash exited with code '1'.
Finishing: Update Staging project

Most probably errors with authentication, etc. - enable debugging on databricks cli command

Hi, @alexott
I appreciate your kindful comments!! That's big help for me.
I'll focus on debugging the authentication-related parts.

Thank you again!