fix: close #77 ignore error file for deployment script (#81)

Build passed

The file being created, that should be ignored, is called builder_error_file.

20:36, 12 February 2023

d102dcb09ac666858d2c50c58417a9b533cadd6d

[INFO] Scanning for projects...

[INFO]

[INFO] ------------------------< com.group1:ci-server >------------------------

[INFO] Building ci-server 0

[INFO] --------------------------------[ jar ]---------------------------------

[INFO]

[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ci-server ---

[INFO]

[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ ci-server ---

[INFO] Using UTF-8 encoding to copy filtered resources.

[INFO] skip non existing resourceDirectory /Users/Erik/Desktop/Programmering/DD2480-CI/ci-server/watched-repository/ci-server/src/main/resources

[INFO]

[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ci-server ---

[INFO] Changes detected - recompiling the module!

[INFO] Compiling 7 source files to /Users/Erik/Desktop/Programmering/DD2480-CI/ci-server/watched-repository/ci-server/target/classes

[INFO]

[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ ci-server ---

[INFO] Using UTF-8 encoding to copy filtered resources.

[INFO] skip non existing resourceDirectory /Users/Erik/Desktop/Programmering/DD2480-CI/ci-server/watched-repository/ci-server/src/test/resources

[INFO]

[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ci-server ---

[INFO] Changes detected - recompiling the module!

[INFO] Compiling 3 source files to /Users/Erik/Desktop/Programmering/DD2480-CI/ci-server/watched-repository/ci-server/target/test-classes

[INFO]

[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ ci-server ---

[INFO]

[INFO] -------------------------------------------------------

[INFO] T E S T S

[INFO] -------------------------------------------------------

[INFO] Running com.group1.ContinuousIntegrationServerTest

running tests

running tests

[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.517 s - in com.group1.ContinuousIntegrationServerTest

[INFO] Running com.group1.RequestExtractionTest

[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.78 s - in com.group1.RequestExtractionTest

[INFO] Running com.group1.Output_parserTest

[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in com.group1.Output_parserTest

[INFO]

[INFO] Results:

[INFO]

[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0

[INFO]

[INFO] ------------------------------------------------------------------------

[INFO] BUILD SUCCESS

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 36.756 s

[INFO] Finished at: 2023-02-12T23:46:40+01:00

[INFO] ------------------------------------------------------------------------