Update jenkinsfile

This commit is contained in:
zontreck 2024-09-07 12:05:37 -07:00
parent 2631fe0f39
commit 4cdcb54f2e

7
Jenkinsfile vendored
View file

@ -20,14 +20,11 @@ pipeline {
}
steps {
load "/acmvn"
script {
sh '''
#!/bin/bash
chmod +x /acmvn
/acmvn
echo "MVN USERNAME : $MVN_USER"
git clean -xfd
git reset --hard
git fetch
@ -51,4 +48,4 @@ pipeline {
}
}
}
}