Skip to content

Commit

Permalink
chore: [CO-1037] Make nightly build report from devel branch (#476)
Browse files Browse the repository at this point in the history
Co-authored-by: Gianluca Boiano <491117+M0Rf30@users.noreply.github.com>
  • Loading branch information
sonersivri and M0Rf30 authored Apr 9, 2024
1 parent f352b31 commit 2dde1ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 82 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ pipeline {
}
}

triggers {
cron(env.BRANCH_NAME == 'devel' ? 'H 5 * * *' : '')
}

parameters {
booleanParam defaultValue: false, description: 'Upload packages in playground repositories.', name: 'PLAYGROUND'
booleanParam defaultValue: false, description: 'Skip test and sonar analysis.', name: 'SKIP_TEST_WITH_COVERAGE'
Expand Down
82 changes: 0 additions & 82 deletions Jenkinsfile.nightly

This file was deleted.

0 comments on commit 2dde1ad

Please sign in to comment.