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

This commit is contained in:
Javi Gallego 2024-02-05 13:13:00 +01:00
parent c9785e76da
commit 759ff45a27
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -13,7 +13,7 @@ pipeline {
steps { steps {
script { script {
// Uncomment to enable debugging // Uncomment to enable debugging
//env.DEBUG = 'strong-remoting:http-context,strong-remoting:shared-method' env.DEBUG = 'strong-remoting:shared-method,puppeteer-cluster:*'
switch (env.BRANCH_NAME) { switch (env.BRANCH_NAME) {
case 'master': case 'master':