Viewing profile — stephenconnolly
stephenconnolly
HN member- Joined
- Tue, Sep 24, 2013, 7:45 AM UTC
- HN karma
- 219
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About stephenconnolly
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #19049521
Ah yes, but at what point does paying someone for work make them an employee? Given that the users of the app in question were being paid by Google, one could argue they are employ…
-
comment
Comment #11793442
For the record, this was by design I wanted the status balls to be the primary focus. The weather icons should only be looked at when all the builds are blue. If they are too atten…
-
comment
Comment #11793430
Well my original plan was that the default build instructions would be in a README.md file in the root of the source control as a verbatim block in the highest level heading contai…
-
comment
Comment #11793394
It's not supposed to be just recent history. The weather is also supposed to be: * the code coverage of the most recent build, * the findbugs / violations count of the most recent …
-
comment
Comment #11793280
So the point here is that the weather icons are slightly misunderstood and underused. Way back in the way back, a colleague and I were looking to get some extra information onto th…
-
comment
Comment #11362966
> build configuration is purely declarative and can be checked in with the project. Seems like you are missing the point of pipeline and the Jenkinsfile concept, namely that the pi…
- story
- story
-
comment
Comment #7088573
Freshly boiled water has a higher oxygen content than reboiled or water that has been kept at/near boiling for a long time. For best tea, you should only use water that has been bo…
-
comment
Comment #6901875
I debated including that example, but at the end the point I was making is that the JVM can be faster than native code in some cases... this case had static allocation of data and …
- story
-
comment
Comment #6436609
Ahem! The initial commit includes: https://github.com/jenkinsci/literate-api/blob/master/src/ma... however it is not completed yet ( see the comment in https://github.com/jenkinsci…
-
comment
Comment #6436591
If your build commands are so complex that you need a shell script, go write the shell script and then in the README you tell the users what shell script to invoke and any required…