Skip to content

Commit

Permalink
create Jenkins automated build #174
Browse files Browse the repository at this point in the history
  • Loading branch information
RBirdwatcher committed Aug 4, 2020
1 parent 387c748 commit fcd864c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ pipeline {
sh '''
java -version
mvn -v
cd org.eclipse.efbt.dependencies
mvn install
cd org.eclipse.efbt.parent
mvn install
'''
}
}
Expand Down

0 comments on commit fcd864c

Please sign in to comment.