Skip to content

Commit 3164777

Browse files
committed
Use a custom version of apache/couchdb-glazier
1 parent c43ce25 commit 3164777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-aux/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def generateNativeStage(platform) {
298298
// deleteDir is OK here because we're not inside of a Docker container!
299299
deleteDir()
300300
unstash 'tarball'
301-
powershell( script: "git clone https://github.com/apache/couchdb-glazier", label: 'Cloning couchdb-glazier repository' )
301+
powershell( script: "git clone https://github.com/pgj/couchdb-glazier -b support-clouseau-3.x", label: 'Cloning couchdb-glazier repository' )
302302
powershell( script: "New-Item -ItemType Directory -Path '${platform}/build' -Force", label: 'Create build directories' )
303303
powershell( script: "tar -xf (Get-Item apache-couchdb-*.tar.gz) -C '${platform}/build' --strip-components=1", label: 'Unpack release' )
304304
dir( "${platform}/build" ) {

0 commit comments

Comments
 (0)