Skip to content

Instantly share code, notes, and snippets.

@ahsonkhan
Created May 9, 2017 22:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahsonkhan/0d07cc609d33f4f7e970e065bf1a21e5 to your computer and use it in GitHub Desktop.
Save ahsonkhan/0d07cc609d33f4f7e970e065bf1a21e5 to your computer and use it in GitHub Desktop.
job-testLinux-16-console.txt
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