Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0.1
-
None
Description
currently, there is an info message "Running Setup Jobs" then setup jobs build, then normal (non-setup) jobs build: you don't know how many jobs were part of the setup
For example:
[INFO] --- maven-invoker-plugin:3.0.1:integration-test (integration-test) @ maven-toolchains-plugin --- [INFO] Running Setup Jobs [INFO] Building: setup-custom-toolchain/pom.xml [INFO] setup-custom-toolchain/pom.xml ................... SUCCESS (4.8 s) [INFO] Building: missing-toolchain/pom.xml [INFO] run post-build script verify.groovy [INFO] missing-toolchain/pom.xml ........................ SUCCESS (1.6 s) [INFO] Building: use-custom-toolchain/pom.xml [INFO] run post-build script verify.groovy [INFO] use-custom-toolchain/pom.xml ..................... SUCCESS (1.6 s)
you need to guess that setup-custom-toolchain was the only setup job
adding a simple message at the end of the setup will bring more clarity