vendredi 14 août 2020

Error in Travis: The job exceeded the maximum log length, and has been terminated

I am running end to end test and found using .travis.yml

Below you can see my travis.yml https://github.com/JosephThachilGeorge/TDDTEST/blob/master/.travis.yml

For goal : - mvn -f spring-project/pom.xml verify -Pe2e
i am getting error in travis build "Travis: The job exceeded the maximum log length"

However below goals are working perfectly:

  • mvn -f spring-project/pom.xml clean verify -Pjacoco coveralls:report
  • mvn -f spring-project/pom.xml clean org.jacoco:jacoco-maven-plugin:prepare-agent install org.jacoco:jacoco-maven-plugin:report
  • mvn -f spring-project/pom.xml sonar:sonar -Dsonar.projectKey=JosephThachilGeorge_TDDTEST
  • mvn -f spring-project/pom.xml verify -Pfailsafe

My github link is : https://github.com/JosephThachilGeorge/TDDTEST

In Travis i am getting below huge build and finally it says "Travis: The job exceeded the maximum log length" enter image description here

Aucun commentaire:

Enregistrer un commentaire