Skip to content

Commit c74420b

Browse files
committed
Add JAIL_HOST debug var to native stage CI
1 parent ae87bd2 commit c74420b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-aux/Jenkinsfile.full

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ def generateNativeStage(platform) {
184184
'MAKE='+meta[platform].gnu_make,
185185
'CLOUSEAU_JAVA_HOME='+meta[platform].clouseau_java_home ?: ''
186186
]) {
187+
sh 'echo "JAIL_HOST: ${JAIL_HOST}"'
187188
sh( script: "mkdir -p ${platform}/build", label: 'Create build directories' )
188189
sh( script: "tar -xf apache-couchdb-*.tar.gz -C ${platform}/build --strip-components=1", label: 'Unpack release' )
189190
dir( "${platform}/build" ) {

0 commit comments

Comments
 (0)