fix: hotfix DEBUG enabled
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
c9785e76da
commit
759ff45a27
|
@ -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':
|
||||||
|
|
Loading…
Reference in New Issue