Skip to content

Commit

Permalink
fix some sudo issue, generic run cmd to follow all logs
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Jun 14, 2024
1 parent 35098c8 commit 5773cc5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
pipeline {
agent any
// save some io during the build
options { durabilityHint( 'PERFORMANCE_OPTIMIZED' ) }
options {
durabilityHint( 'PERFORMANCE_OPTIMIZED' )
buildDiscarder logRotator( numToKeepStr: '15' )
}
stages {
stage( "Build Website" ) {
agent { node { label 'linux' } }
Expand Down

0 comments on commit 5773cc5

Please sign in to comment.