Ensure all tags have been pulled for LibAC
This commit is contained in:
parent
2f6cc2f4f1
commit
751b0570db
1 changed files with 5 additions and 1 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -23,7 +23,11 @@ pipeline {
|
||||||
sh '''
|
sh '''
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
java --version
|
git clean -xfd
|
||||||
|
git reset --hard
|
||||||
|
git fetch
|
||||||
|
|
||||||
|
java -version
|
||||||
|
|
||||||
chmod +x gradlew
|
chmod +x gradlew
|
||||||
./gradlew build publish
|
./gradlew build publish
|
||||||
|
|
Loading…
Reference in a new issue