mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-02-12 13:49:13 -06:00
With docker init
This commit is contained in:
4
jenkins/Jenkinsfile
vendored
4
jenkins/Jenkinsfile
vendored
@@ -6,6 +6,10 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('Initialize'){
|
||||
def dockerHome = tool 'myDocker'
|
||||
env.PATH = "${dockerHome}/bin:${env.PATH}"
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'mvn -B -DskipTests clean package'
|
||||
|
||||
Reference in New Issue
Block a user