master- Sync Repo
This commit is contained in:
18
jenkins/without-cd/Jenkinsfile-build
Normal file
18
jenkins/without-cd/Jenkinsfile-build
Normal file
@@ -0,0 +1,18 @@
|
||||
#!groovy
|
||||
pipeline {
|
||||
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
dir('user-service') {
|
||||
sh "../mvnw clean verify " +
|
||||
"-Dpact.provider.version=${GIT_COMMIT} " +
|
||||
"-Dpact.verifier.publishResults=true"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user