mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
test cicd
This commit is contained in:
parent
3cbf56066f
commit
7ce7b17553
@ -166,3 +166,4 @@ configure(subprojects.findAll { it.name == 'api-gateway' }) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
8
deployment/cicd/Jenkinsfile
vendored
8
deployment/cicd/Jenkinsfile
vendored
@ -72,14 +72,6 @@ podTemplate(
|
|||||||
def imageTag = getImageTag()
|
def imageTag = getImageTag()
|
||||||
def environment = params.ENVIRONMENT ?: 'dev'
|
def environment = params.ENVIRONMENT ?: 'dev'
|
||||||
def skipSonarQube = (params.SKIP_SONARQUBE?.toLowerCase() == 'true')
|
def skipSonarQube = (params.SKIP_SONARQUBE?.toLowerCase() == 'true')
|
||||||
|
|
||||||
// 파라미터 값 디버깅 출력
|
|
||||||
echo "=== Parameter Debug Info ==="
|
|
||||||
echo "params.SKIP_SONARQUBE raw value: [${params.SKIP_SONARQUBE}]"
|
|
||||||
echo "params.SKIP_SONARQUBE type: ${params.SKIP_SONARQUBE?.getClass()}"
|
|
||||||
echo "skipSonarQube final boolean value: ${skipSonarQube}"
|
|
||||||
echo "Will skip SonarQube: ${skipSonarQube ? 'YES' : 'NO'}"
|
|
||||||
echo "=========================="
|
|
||||||
def services = ['api-gateway', 'user-service', 'bill-service', 'product-service', 'kos-mock']
|
def services = ['api-gateway', 'user-service', 'bill-service', 'product-service', 'kos-mock']
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user