Commit Graph

18 Commits

Author SHA1 Message Date
R. Tyler Croy cc8272a3a1
Don't do parallel by default until JENKINS-48571 is fixed
https://issues.jenkins-ci.org/browse/JENKINS-48571
2017-12-14 13:48:48 -08:00
R. Tyler Croy fecdabab95
Make sure we check out scm, duh 2017-12-14 13:25:13 -08:00
R. Tyler Croy ab88780a7b
It's just called slim, whoops 2017-12-14 13:23:50 -08:00
R. Tyler Croy 3eb0e72c5d
Test on Debian and Alpine, opt out of FreeBSD for now 2017-12-14 13:08:03 -08:00
R. Tyler Croy 1e8863ee5c
Well that refactoring idea didn't work out
How does this even work.

    groovy.lang.MissingPropertyException: No such property: none for class: defaultsFor
	at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.unwrap(ScriptBytecodeAdapter.java:53)
	at org.codehaus.groovy.runtime.ScriptBytecodeAdapter.getProperty(ScriptBytecodeAdapter.java:458)
	at com.cloudbees.groovy.cps.sandbox.DefaultInvoker.getProperty(DefaultInvoker.java:34)
	at com.cloudbees.groovy.cps.impl.PropertyAccessBlock.rawGet(PropertyAccessBlock.java:20)
	at defaultsFor.defaultsForJava(/var/jenkins_home/jobs/joni/branches/defaults/builds/5/libs/pipeline-library/vars/defaultsFor.groovy:20)
	at org.jenkinsci.plugins.pipeline.modeldefinition.ModelInterpreter.call(jar:file:/var/jenkins_home/plugins/pipeline-model-definition/WEB-INF/lib/pipeline-model-definition.jar!/org/jenkinsci/plugins/pipeline/modeldefinition/ModelInterpreter.groovy:54)
2017-12-13 16:57:32 -08:00
R. Tyler Croy 549ea61e13
What if we also built on FreeBSD
Wouldn't that be fancy
2017-12-13 16:37:10 -08:00
R. Tyler Croy 747456d7e4
Let's use defaultsFor for the build tool rather than a big ecosystem like 'java' 2017-12-13 16:32:42 -08:00
R. Tyler Croy a31beb178a
Slightly less indentations 2017-12-13 16:07:38 -08:00
R. Tyler Croy 5197a45b01
Prepare for multiple platforms by default 2017-12-13 15:23:02 -08:00
R. Tyler Croy a4ec9478bb
Revert "What if we tested the limits"
This reverts commit 2e96bb7b81.
2017-12-13 15:15:06 -08:00
R. Tyler Croy 2e96bb7b81
What if we tested the limits 2017-12-13 15:12:17 -08:00
R. Tyler Croy 6a830eddb4
This should put some fear into andrew 2017-12-13 15:08:09 -08:00
R. Tyler Croy 203d402e55
Add a sketch of a defaultsFor step to "just do the right thing" 2017-12-13 15:04:47 -08:00
R. Tyler Croy d968d85eba
Remove the demonstration sh step wrapper 2017-08-25 14:45:05 -07:00
R. Tyler Croy 1ed6421fbb we need to go derper 2017-08-02 17:04:43 -07:00
R. Tyler Croy 0d095ebd15
Experiment with overriding the script step in Declarative 2017-08-02 10:51:03 -07:00
R. Tyler Croy 3e24b2df01
Experiment with overriding built-in steps from a Shared Library 2017-08-02 10:24:47 -07:00
R. Tyler Croy e45690e464
initial commit 2017-08-02 10:24:04 -07:00