Skip to content

Commit

Permalink
Clean up Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Aug 19, 2016
1 parent a4d678f commit f51bb1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ properties([[$class: 'BuildDiscarderProperty',
strategy: [$class: 'LogRotator', numToKeepStr: '100']]])

try {
node('linux') {
stage 'Clean workspace'
node('java') {
stage 'Clean'
deleteDir()
sh 'ls -lah'

stage 'Checkout source'
stage 'Checkout'
checkout scm

stage 'Build'
Expand Down

0 comments on commit f51bb1b

Please sign in to comment.