fix: hotfix disable DEBUG
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-02-05 14:38:22 +01:00
parent 693a39d34a
commit 15ac547280
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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':