Skip to content

Commit

Permalink
Remove useless option in jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mlallaouret committed Oct 25, 2024
1 parent 923f650 commit a54c81e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
libraryPipeline(component:'voip-patrol',
dockerfile: 'docker/Dockerfile.libon',
releaseSlackChannel: '#team-voice',
githubRepo: 'voip_patrol',
pushPRImages: true
githubRepo: 'voip_patrol'
) {
sh 'git submodule update --init'
}

0 comments on commit a54c81e

Please sign in to comment.