We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b4186 commit 9abf6a2Copy full SHA for 9abf6a2
Jenkinsfile
@@ -9,6 +9,7 @@ pipeline {
9
stage('Build') {
10
steps {
11
git(url: "https://github.com/epics-base/epicsCoreJava.git")
12
+ sh 'git submodule update --recursive --remote'
13
sh 'mvn clean install'
14
}
15
post {
0 commit comments