Skip to content

Commit 9abf6a2

Browse files
authored
Add recursive checkout of submodules
1 parent 27b4186 commit 9abf6a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pipeline {
99
stage('Build') {
1010
steps {
1111
git(url: "https://github.com/epics-base/epicsCoreJava.git")
12+
sh 'git submodule update --recursive --remote'
1213
sh 'mvn clean install'
1314
}
1415
post {

0 commit comments

Comments
 (0)