fix: hotfix disable DEBUG
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
693a39d34a
commit
15ac547280
|
@ -13,7 +13,7 @@ pipeline {
|
|||
steps {
|
||||
script {
|
||||
// Uncomment to enable debugging
|
||||
env.DEBUG = 'strong-remoting:shared-method,puppeteer-cluster:*'
|
||||
// env.DEBUG = 'strong-remoting:shared-method,puppeteer-cluster:*'
|
||||
|
||||
switch (env.BRANCH_NAME) {
|
||||
case 'master':
|
||||
|
|
Loading…
Reference in New Issue