Try to fix no mvn username

This commit is contained in:
zontreck 2024-09-06 23:55:58 -07:00
parent 661764dc7e
commit 380adc0876

3
Jenkinsfile vendored
View file

@ -24,6 +24,9 @@ pipeline {
sh '''
#!/bin/bash
source /acmvn
echo "MVN USERNAME : $MVN_USER"
git clean -xfd
git reset --hard
git fetch