Pretty much any node is going to have Java, because Jenkins, duh

This commit is contained in:
R. Tyler Croy 2016-08-03 21:22:45 -07:00
parent 0bac696847
commit 148359d816
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -3,9 +3,7 @@
* built, tested and deployed
*/
def nodeLabel = 'java'
node(nodeLabel) {
node {
stage 'Clean workspace'
/* Running on a fresh Docker instance makes this redundant, but just in
* case the host isn't configured to give us a new Docker image for every