I was trying out pipelines and I want to use it with a .netcore 2.0 project. I create a simple project that has nothing, added it to a repo and added the .net core yml. The build fails and shows this error:
+ umask 000
+ git clone --branch="master" --depth 50 https://x-token-auth:$REPOSITORY_OAUTH_ACCESS_TOKEN@bitbucket.org/submils/the-spaza-gallery.git $BUILD_DIR ; git reset --hard ea3b5259653ec1a3ab46e282c0b3ededf1472177 ; git remote set-url origin git@bitbucket.org:submils/the-spaza-gallery.git
Cloning into '/opt/atlassian/pipelines/agent/build'...
HEAD is now at ea3b525 ......
+ chmod 777 $BUILD_DIR
Cache
"dotnetcore": Downloading
Cache
"dotnetcore": Error downloading. Please contact support if this error persists.
Hi,
Can you see what happens if you remove the dotnetcore cache from your configuration?
Specifically remove this:
caches:
- dotnetcore
And any corresponding references to the dotnetcore cache in other steps.
However, were there any commands/errors after the cache error? Caches failing to download should not cause your pipeline to fail.
Thanks,
Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.