fix: refs #7226 disable debug
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2024-04-23 10:23:21 +02:00
parent c6a1ae338c
commit 6f0038e4cc
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -24,7 +24,7 @@ node {
FROM_GIT = env.JOB_NAME.startsWith('gitea/')
RUN_TESTS = !PROTECTED_BRANCH && FROM_GIT
RUN_BUILD = PROTECTED_BRANCH && FROM_GIT
env.DEBUG = 'strong-remoting:shared-method'
// env.DEBUG = 'strong-remoting:shared-method'
// https://www.jenkins.io/doc/book/pipeline/jenkinsfile/#using-environment-variables
echo "NODE_NAME: ${env.NODE_NAME}"
echo "WORKSPACE: ${env.WORKSPACE}"