Skip to content

Commit

Permalink
Update checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
G-071 committed Feb 2, 2025
1 parent 8ae85d2 commit 1b6a0c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ pipeline {
stage('checkout') {
steps {
dir('CPPuddle') {
checkout scm
sh '''
echo "test"
git submodule update --init --recursive
./scripts/clean_dependencies.sh
rm -rf build
'''
}
}
Expand Down

0 comments on commit 1b6a0c9

Please sign in to comment.