We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae87bd2 commit c74420bCopy full SHA for c74420b
build-aux/Jenkinsfile.full
@@ -184,6 +184,7 @@ def generateNativeStage(platform) {
184
'MAKE='+meta[platform].gnu_make,
185
'CLOUSEAU_JAVA_HOME='+meta[platform].clouseau_java_home ?: ''
186
]) {
187
+ sh 'echo "JAIL_HOST: ${JAIL_HOST}"'
188
sh( script: "mkdir -p ${platform}/build", label: 'Create build directories' )
189
sh( script: "tar -xf apache-couchdb-*.tar.gz -C ${platform}/build --strip-components=1", label: 'Unpack release' )
190
dir( "${platform}/build" ) {
0 commit comments