Skip to content

Commit f462602

Browse files
committed
Merge remote-tracking branch 'app4triqs-remote/unstable' into unstable
2 parents 9cf2419 + 312f9d1 commit f462602

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

jenkins/Jenkinsfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,9 @@ catchError {
161161
dir("$WORKSPACE_TMP/gh-pages") {
162162
def subdir = "$projectName/${env.BRANCH_NAME}"
163163
def ghp = scmGit(branches: [[name: 'refs/heads/master']],
164+
extensions: [cloneOption(shallow: true, depth: 1, noTags: true)],
164165
userRemoteConfigs: [[credentialsId: 'github-jenkins', url: 'https://github.com/TRIQS/TRIQS.github.io.git']])
165-
checkout scm: ghp, changelog: false
166+
checkout scm: ghp, changelog: false, poll: false
166167
sh "rm -rf ${subdir}"
167168
def installDir = "$installBase/install/$JOB_NAME/$documentationPlatform"
168169
sh """#!/bin/bash -ex
@@ -181,7 +182,7 @@ catchError {
181182
try {
182183
def pkg = scmGit(branches: [[name: "refs/heads/${env.BRANCH_NAME}"]],
183184
userRemoteConfigs: [[credentialsId: 'github-jenkins', url: 'https://github.com/TRIQS/packaging.git']])
184-
checkout scm: pkg, changelog: false
185+
checkout scm: pkg, changelog: false, poll: false
185186
sh """#!/bin/bash -ex
186187
dir="$projectName"
187188
[[ -d triqs_\$dir ]] && dir=triqs_\$dir || [[ -d \$dir ]]

0 commit comments

Comments
 (0)