ci: refs#6706 Jenkinsfile debug
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-02-06 11:38:30 +01:00
parent e581247954
commit 4af454edd4
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -42,6 +42,7 @@ node {
echo "Node: ${NODE_NAME}"
echo "Workspace: ${WORKSPACE}"
echo "Debug: ${env.DEBUG}"
echo "Replicas: ${env.BACK_REPLICAS}"
}
}
pipeline {