clean only on failed build
Gitea/subman-nextjs/pipeline/head This commit looks good
Details
Gitea/subman-nextjs/pipeline/head This commit looks good
Details
This commit is contained in:
parent
a5c6f9d3cb
commit
3b63bec700
|
@ -28,7 +28,8 @@ agent any
|
|||
cleanWs(cleanWhenNotBuilt: true,
|
||||
deleteDirs: true,
|
||||
disableDeferredWipeout: true,
|
||||
notFailBuild: true,
|
||||
// notFailBuild: true,
|
||||
cleanWhenSuccess:false,
|
||||
patterns: [[pattern: '**/*', type: 'INCLUDE'],
|
||||
[pattern: '.propsfile', type: 'EXCLUDE']])
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue