Try to fix no mvn username
This commit is contained in:
parent
661764dc7e
commit
380adc0876
1 changed files with 3 additions and 0 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -24,6 +24,9 @@ pipeline {
|
||||||
sh '''
|
sh '''
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
source /acmvn
|
||||||
|
echo "MVN USERNAME : $MVN_USER"
|
||||||
|
|
||||||
git clean -xfd
|
git clean -xfd
|
||||||
git reset --hard
|
git reset --hard
|
||||||
git fetch
|
git fetch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue