Skip to content

Commit

Permalink
Sort out indenting
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Millidge <steve.millidge@payara.fish>
  • Loading branch information
smillidge committed Nov 22, 2020
1 parent e35e0f0 commit b7156eb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ pipeline {
timeout(time: 20, unit: 'MINUTES')
}
agent any
tools {
maven 'apache-maven-latest'
jdk 'adoptopenjdk-hotspot-jdk8-latest'
}
tools {
maven 'apache-maven-latest'
jdk 'adoptopenjdk-hotspot-jdk8-latest'
}
stages {
stage('build') {
steps {
sh 'mvn -Pstaging clean install'
junit testResults: '**/target/surefire-reports/*.xml', allowEmptyResults: true
sh 'mvn -Pstaging clean install'
junit testResults: '**/target/surefire-reports/*.xml', allowEmptyResults: true
}
}
}
Expand Down

0 comments on commit b7156eb

Please sign in to comment.