Skip to content

Commit 1b6a0c9

Browse files
committed
Update checkout step
1 parent 8ae85d2 commit 1b6a0c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.jenkins/Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ pipeline {
2323
stage('checkout') {
2424
steps {
2525
dir('CPPuddle') {
26+
checkout scm
2627
sh '''
2728
echo "test"
29+
git submodule update --init --recursive
30+
./scripts/clean_dependencies.sh
31+
rm -rf build
2832
'''
2933
}
3034
}

0 commit comments

Comments
 (0)