| OLD | NEW |
| 1 | 1 |
| 2 <!DOCTYPE html> | 2 <!DOCTYPE html> |
| 3 | 3 |
| 4 <html lang="en"> | 4 <html lang="en"> |
| 5 <meta charset="utf-8"> | 5 <meta charset="utf-8"> |
| 6 <title> | 6 <title> |
| 7 | 7 |
| 8 Pending | 8 Pending |
| 9 | 9 |
| 10 - | 10 - |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 | 76 |
| 77 | 77 |
| 78 | 78 |
| 79 <h2>Steps and Logfiles:</h2> | 79 <h2>Steps and Logfiles:</h2> |
| 80 Show: | 80 Show: |
| 81 <input type="radio" name="hider" id="showAll"> | 81 <input type="radio" name="hider" id="showAll"> |
| 82 <label for="showAll">All</label> | 82 <label for="showAll">All</label> |
| 83 <input type="radio" name="hider" id="showStandard" checked> | 83 <input type="radio" name="hider" id="showStandard" checked> |
| 84 <label for="showStandard">Standard</label> | 84 <label for="showStandard">Standard</label> |
| 85 <input type="radio" name="hider" id="showInteresting"> | 85 <input type="radio" name="hider" id="showInteresting"> |
| 86 <label for="showInteresting">Interesting Only</label> | 86 <label for="showInteresting">Non-Green Only</label> |
| 87 <ol id="steps" class="standard"> | 87 <ol id="steps" class="standard"> |
| 88 | 88 |
| 89 | 89 |
| 90 | 90 |
| 91 | 91 |
| 92 | 92 |
| 93 | 93 |
| 94 <li class="verbosity-Normal"> | 94 <li class="verbosity-Normal"> |
| 95 <div class="status-Running result"> | 95 <div class="status-Running result"> |
| 96 |
| 96 <b>Waiting...</b> | 97 <b>Waiting...</b> |
| 97 | |
| 98 <span> | 98 <span> |
| 99 <div class="step-text">waiting for annotation stream</div> | 99 <div class="step-text">waiting for annotation stream</div> |
| 100 </span> | 100 </span> |
| 101 </div> | 101 </div> |
| 102 <ul> | 102 <ul> |
| 103 | 103 |
| 104 | 104 |
| 105 | 105 |
| 106 <li> - no logs - </li> | 106 <li class="sublink"> - no logs - </li> |
| 107 | 107 |
| 108 </ul> | 108 </ul> |
| 109 </li> | 109 </li> |
| 110 | 110 |
| 111 </ol> | 111 </ol> |
| 112 | 112 |
| 113 | 113 |
| 114 </div> | 114 </div> |
| 115 | 115 |
| 116 <div class="column"> | 116 <div class="column"> |
| 117 | 117 |
| 118 <h2>Build Properties:</h2> | 118 <h2>Build Properties:</h2> |
| 119 | 119 |
| 120 <table class="info" width="100%"> | 120 <table class="info BuildProperties" width="100%"> |
| 121 <tr><th>Name</th><th>Value</th><th>Source</th></tr> | 121 <tr><th>Name</th><th>Value</th><th>Source</th></tr> |
| 122 | 122 |
| 123 | 123 |
| 124 </table> | 124 </table> |
| 125 | 125 |
| 126 | 126 |
| 127 | 127 |
| 128 <h2>Timing:</h2> | 128 <h2>Timing:</h2> |
| 129 <table class="info" width="100%"> | 129 <table class="info" width="100%"> |
| 130 <tr class="alt"><td class="left">Start</td> | 130 <tr class="alt"><td class="left">Start</td> |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 <script> | 202 <script> |
| 203 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | 203 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ |
| 204 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | 204 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), |
| 205 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | 205 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) |
| 206 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | 206 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); |
| 207 | 207 |
| 208 ga('create', 'UA-12345-01', 'auto'); | 208 ga('create', 'UA-12345-01', 'auto'); |
| 209 ga('send', 'pageview'); | 209 ga('send', 'pageview'); |
| 210 </script> | 210 </script> |
| 211 | 211 |
| OLD | NEW |