chore: Add another label to allow use of heavier build agents

develop
Cervator 2020-06-07 21:57:51 -05:00
parent 1bf6a8dc77
commit fc287e802b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,4 +1,4 @@
node ("default-java") {
node ("default-java || heavy-java") {
stage('Checkout') {
echo "Going to check out the things !"
checkout scm