Skip to content

Commit

Permalink
Chore: add code clone to weekly regression job (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: DhruvJ225 <[email protected]>
  • Loading branch information
DhruvJ225 authored Dec 15, 2023
1 parent a817e53 commit be7aef6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pipelines/weekly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ pipeline {
stage('Build') {
steps {
script {
deleteDir()
git branch: 'main', credentialsId: 'dent-github-app', url: 'https://github.com/dentproject/dentOS.git'
buildDentOS()
}
}
Expand Down

0 comments on commit be7aef6

Please sign in to comment.