Created
May 9, 2017 22:06
-
-
Save ahsonkhan/0d07cc609d33f4f7e970e065bf1a21e5 to your computer and use it in GitHub Desktop.
job-testLinux-16-console.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started by user Ahson Khan | |
Building in workspace C:\Program Files (x86)\Jenkins\workspace\testLinux | |
> git.exe rev-parse --is-inside-work-tree # timeout=10 | |
Fetching changes from the remote Git repository | |
> git.exe config remote.origin.url https://github.com/dotnet/dotnet-ci # timeout=10 | |
Fetching upstream changes from https://github.com/dotnet/dotnet-ci | |
> git.exe --version # timeout=10 | |
> git.exe fetch --tags --progress https://github.com/dotnet/dotnet-ci +refs/heads/*:refs/remotes/origin/* # timeout=30 | |
> git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10 | |
> git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10 | |
Checking out Revision 4462bab2d3cd21a952338d97c7ca067e21d8af5b (refs/remotes/origin/master) | |
> git.exe config core.sparsecheckout # timeout=10 | |
> git.exe checkout -f 4462bab2d3cd21a952338d97c7ca067e21d8af5b | |
> git.exe rev-list 4462bab2d3cd21a952338d97c7ca067e21d8af5b # timeout=10 | |
> git.exe rev-parse --is-inside-work-tree # timeout=10 | |
Fetching changes from the remote Git repository | |
> git.exe config remote.origin.url https://github.com/ahsonkhan/corefxlab # timeout=10 | |
Fetching upstream changes from https://github.com/ahsonkhan/corefxlab | |
> git.exe --version # timeout=10 | |
> git.exe fetch --tags --progress https://github.com/ahsonkhan/corefxlab +refs/heads/*:refs/remotes/origin/* # timeout=30 | |
> git.exe rev-parse "refs/remotes/origin/TestingCI^{commit}" # timeout=10 | |
> git.exe rev-parse "refs/remotes/origin/origin/TestingCI^{commit}" # timeout=10 | |
Checking out Revision e51c10330e3591b6d7f5c714a96b22051e4be73a (refs/remotes/origin/TestingCI) | |
> git.exe config core.sparsecheckout # timeout=10 | |
> git.exe checkout -f e51c10330e3591b6d7f5c714a96b22051e4be73a | |
> git.exe rev-list 0ab0b8494820e4b03f5571f50095fd1c5a799353 # timeout=10 | |
Processing DSL script PreGen.groovy | |
Running PreGen | |
Processing DSL script netci.groovy | |
Job Report | |
=================== | |
Statistics: | |
Total jobs generated: 0 | |
PR jobs generated: 0 | |
Non-PR jobs generated: 0 | |
Triggered PR jobs generated: 6 | |
Triggered Commit jobs generated: 6 | |
Triggered cron (timed) jobs generated: 0 | |
Jobs withoutStream triggers/references: 0 | |
PR Job CSV | |
================================================================ | |
Job Name,Context,Trigger,Branches,Runs by Default? | |
osx10.12_debug_prtest,Innerloop OSX10.12 Debug Build and Test,test Innerloop OSX10.12 Debug Build and Test,TestingCI,Yes | |
osx10.12_release_prtest,Innerloop OSX10.12 Release Build and Test,test Innerloop OSX10.12 Release Build and Test,TestingCI,Yes | |
ubuntu16.04_debug_prtest,Innerloop Ubuntu16.04 Debug Build and Test,test Innerloop Ubuntu16.04 Debug Build and Test,TestingCI,Yes | |
ubuntu16.04_release_prtest,Innerloop Ubuntu16.04 Release Build and Test,test Innerloop Ubuntu16.04 Release Build and Test,TestingCI,Yes | |
windows_nt_debug_prtest,Innerloop Windows_NT Debug Build and Test,test Innerloop Windows_NT Debug Build and Test,TestingCI,Yes | |
windows_nt_release_prtest,Innerloop Windows_NT Release Build and Test,test Innerloop Windows_NT Release Build and Test,TestingCI,Yes | |
================================================================ | |
Push Job CSV | |
================================================================ | |
Job Name,Branches | |
osx10.12_debug,*/TestingCI | |
osx10.12_release,*/TestingCI | |
ubuntu16.04_debug,*/TestingCI | |
ubuntu16.04_release,*/TestingCI | |
windows_nt_debug,*/TestingCI | |
windows_nt_release,*/TestingCI | |
================================================================ | |
Cron Job CSV | |
================================================================ | |
Job Name,Cron,Branches,Always Runs? | |
================================================================ | |
Processing DSL script PostGen.groovy | |
Running PostGen | |
Added items: | |
GeneratedJob{name='windows_nt_debug_prtest'} | |
GeneratedJob{name='ubuntu16.04_debug_prtest'} | |
GeneratedJob{name='osx10.12_debug_prtest'} | |
GeneratedJob{name='windows_nt_release_prtest'} | |
GeneratedJob{name='ubuntu16.04_release_prtest'} | |
GeneratedJob{name='osx10.12_release_prtest'} | |
GeneratedJob{name='windows_nt_debug'} | |
GeneratedJob{name='ubuntu16.04_debug'} | |
GeneratedJob{name='osx10.12_debug'} | |
GeneratedJob{name='windows_nt_release'} | |
GeneratedJob{name='ubuntu16.04_release'} | |
GeneratedJob{name='osx10.12_release'} | |
Unreferenced items: | |
GeneratedJob{name='Debug'} | |
GeneratedJob{name='Debug_prtest'} | |
GeneratedJob{name='Release'} | |
GeneratedJob{name='Release_prtest'} | |
Finished: SUCCESS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment