Compare commits
1 Commits
v1.0.0-jen
...
v1.0.0-jen
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1e21a7f11c |
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -26,6 +26,11 @@ pipeline {
|
||||
}
|
||||
|
||||
// update submodules
|
||||
sh '''
|
||||
git fetch --tags
|
||||
latest_tag=$(git describe --tags --abbrev=0)
|
||||
git checkout tags/$latest_tag
|
||||
'''
|
||||
sh 'git submodule update --init --recursive'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user