Skip to content

Commit

Permalink
#7 - add Jenkinsfile for build pipeline exp
Browse files Browse the repository at this point in the history
  • Loading branch information
obriensystems committed Sep 13, 2021
1 parent cce8e56 commit d3bb153
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
@@ -1,5 +1,10 @@
pipeline {
agent any
tools {
maven 'Maven 3.4'
jdk 'jdk8'
}

/*agent {
label 'maven'
}*/
Expand Down

0 comments on commit d3bb153

Please sign in to comment.