Hi everyone,
I'm trying to write my first pipeline.
The .yml is quite simple. The only purpose is to run tests, without any deploy.
pipelines:
default:
- step:
name: .NET Core build & test
image: mcr.microsoft.com/dotnet/sdk:7.0
caches:
- dotnetcore
script:
- cd src/Web
- dotnet restore
- dotnet build
- dotnet test
The loading icon has been spinning for about half an hour. No indication of the problem.
Can someone help me? Thanks in advance.
Hi @nando_kun and welcome to the community!
Do you have admin access to this repo? If so, could you please do the following (if you don't, you can ask an admin to do this):
Is the option Require issue keys in commit messages enabled on this page?
There is a bug that doesn't allow users to commit the .yml file from that page when an issue key is required, so you may be affected by this bug if this option is enabled.
To work around this issue, you can create the bitbucket-pipelines.yml file locally, commit it with a valid issue key, and then push it to the repo.
Kind regards,
Theodora
Hi @nando_kun
This might help: https://bitbucket-pipelines.atlassian.io/validator
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.