Pipeline error: An unidentified error occurred. Please try again.

rharink
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 28, 2018

Hi, 

I am trying to use Pipeline and came across this error message when I try to run the pipeline from a brach (it didn't start automatically).

I think it has to do with the service definitions? Where can I get more details on the error?

The configuration:

```

image: php:7.2

pipelines:
default:
- step:
services:
- redis
- mysql
caches:
- composer
script:
- apt-get update && apt-get install -y unzip git
- curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
- composer install
- vendor/bin/phpunit
definitions:
services:
redis:
image: redis
memory: 512m
mysql:
image: mysql
environment:
MYSQL_ALLOW_EMPTY_PASSWORD: YES
MYSQL_DATABASE: mydb

```

 

 

1 answer

1 accepted

0 votes
Answer accepted
Aneita
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 6, 2018

Hi Robert,

 

Can you please raise a support ticket so that we can look at your repository and pipeline in more detail?

 

Thanks,

Aneita

rharink
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 7, 2018

Thanks for your reply, already solved the issue.

 

Greets Robert

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events