Skip to content

Instantly share code, notes, and snippets.

@AndreyKurilo
Created October 25, 2021 08:36
Show Gist options
  • Save AndreyKurilo/1399d7294662fb30e5d35c00589cdecb to your computer and use it in GitHub Desktop.
Save AndreyKurilo/1399d7294662fb30e5d35c00589cdecb to your computer and use it in GitHub Desktop.
Console Output
Console Output
Started by user admin
Running as SYSTEM
Building in workspace C:\Users\Andrey\.jenkins\workspace\addressbook-tests
The recommended git tool is: NONE
No credentials specified
> C:\Program Files\Git\bin\git.exe rev-parse --resolve-git-dir C:\Users\Andrey\.jenkins\workspace\addressbook-tests\.git # timeout=10
Fetching changes from the remote Git repository
> C:\Program Files\Git\bin\git.exe config remote.origin.url https://github.com/AK-1971/AFT_Java_New # timeout=10
Fetching upstream changes from https://github.com/AK-1971/AFT_Java_New
> C:\Program Files\Git\bin\git.exe --version # timeout=10
> git --version # 'git version 2.33.1.windows.1'
> C:\Program Files\Git\bin\git.exe fetch --tags --force --progress -- https://github.com/AK-1971/AFT_Java_New +refs/heads/*:refs/remotes/origin/* # timeout=10
Seen branch in repository origin/main
Seen branch in repository origin/workingBranch
Seen 2 remote branches
> C:\Program Files\Git\bin\git.exe show-ref --tags -d # timeout=10
Checking out Revision 183c9643be2f95cdff8324193b86b6ed5cf9ffca (origin/workingBranch)
> C:\Program Files\Git\bin\git.exe config core.sparsecheckout # timeout=10
> C:\Program Files\Git\bin\git.exe checkout -f 183c9643be2f95cdff8324193b86b6ed5cf9ffca # timeout=10
Commit message: "Проверка интеграции Дженкинса с веткой workingBranch"
> C:\Program Files\Git\bin\git.exe rev-list --no-walk 183c9643be2f95cdff8324193b86b6ed5cf9ffca # timeout=10
[Gradle] - Launching build.
[addressbook-web-tests] $ cmd.exe /C "C:\Tools\gradle-7.2\bin\gradle.bat clean testGroups && exit %%ERRORLEVEL%%"
Starting a Gradle Daemon, 1 incompatible and 3 stopped Daemons could not be reused, use --status for details
> Task :clean
> Task :compileJava NO-SOURCE
> Task :processResources NO-SOURCE
> Task :classes UP-TO-DATE
> Task :compileTestJava
Note: C:\Users\Andrey\.jenkins\workspace\addressbook-tests\addressbook-web-tests\src\test\java\ru\stqa\pft\addressbook\appManager\AppsManager.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
> Task :processTestResources
> Task :testClasses
> Task :testGroups
BUILD SUCCESSFUL in 17s
4 actionable tasks: 4 executed
Build step 'Invoke Gradle script' changed build result to SUCCESS
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment