Skip to content

Commit

Permalink
Fix indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
adhesivee committed Feb 12, 2019
1 parent af201ce commit 7c84ca7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ pipeline {
agent any

tools {
maven 'mvn-3.6.0'
jdk 'jdk-8'
maven 'mvn-3.6.0'
jdk 'jdk-8'
}

stages {
stage('Cleanup') {
steps {
sh 'mvn clean'
}
}
stage('Test') {
steps {
sh 'mvn test'
}
}
stage('Cleanup') {
steps {
sh 'mvn clean'
}
}
stage('Test') {
steps {
sh 'mvn test'
}
}
}
}

0 comments on commit 7c84ca7

Please sign in to comment.