shopozor / ci

Jelastic configuration of our continuous integration infrastructure.
0 stars 0 forks source link

The common repo of the e2e frontend tests are not cloned correctly #17

Closed zadigus closed 5 years ago

zadigus commented 5 years ago

Jenkins output:

/var/jenkins_home/workspace/shopozor-management-e2e@tmp/durable-2b8c53d7/script.sh: 1: /var/jenkins_home/workspace/shopozor-management-e2e@tmp/durable-2b8c53d7/script.sh: ./common/e2e/deploy-to-jelastic.sh: not found
zadigus commented 5 years ago

The problem is probably due to missing dos2unix conversion of the files committed there.

zadigus commented 5 years ago

Make sure to install dos2unix on the jenkins machine and to call dos2unix on the relevant scripts.