Skip to content

Commit

Permalink
Simplify jenkins pipeline to find bug
Browse files Browse the repository at this point in the history
  • Loading branch information
G-071 committed Feb 2, 2025
1 parent 32fa213 commit 343fbf8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,6 @@ pipeline {
stages {
stage('checkout') {
steps {
scmSkip(deleteBuild: false, skipPattern:'.*\\[ci skip\\].*')
script {
buildbadge.setStatus('running')
}
dir('CPPuddle') {
checkout scm
sh '''
git submodule update --init --recursive
./scripts/clean_dependencies.sh
rm -rf build
'''
}
}
}
stage('build-and-test') {
Expand Down

0 comments on commit 343fbf8

Please sign in to comment.