Commit 24c6b223 authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Update checkout step

parent 16073697
def call(String buildDirectory) { def call(String buildDirectory) {
stage('Build') { stage('Build') {
steps {
dir(buildDirectory) { dir(buildDirectory) {
sh 'mvn clean install' sh 'mvn clean install'
} }
} }
}
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment