Skip to content

Commit

Permalink
Adicionado jenkinsfile ao NFe.
Browse files Browse the repository at this point in the history
  • Loading branch information
fincatto committed May 4, 2016
1 parent 8e85773 commit edb393f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
node {
stage 'Build and Test'
checkout scm
sh 'mvn clean package'
}

0 comments on commit edb393f

Please sign in to comment.