Skip to content

Commit

Permalink
Jenkinsfile is being commited to convert project to automated
Browse files Browse the repository at this point in the history
  • Loading branch information
tom committed Jul 10, 2018
1 parent 6550df9 commit e57413f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ pipeline {
sh 'ant build'
}
}
stage('Archive') {
steps {
archiveArtifacts '**/*.jar'
}
}
stage('Publish_reports') {
steps {
echo "convert to html"
}
}
stage('Deploy') {
steps {
sh 'cp target/*.jar /tmp'
Expand Down

0 comments on commit e57413f

Please sign in to comment.