diff options
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 36cc0091..18091c7a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -70,7 +70,7 @@ def configs = [ ], [ label: 'docker', - imageName: 'pyca/cryptography-runner-ubuntu-rolling', + imageName: 'pyca/cryptography-runner-sid', toxenvs: ['docs'], artifacts: 'cryptography/docs/_build/html/**', artifactExcludes: '**/*.doctree', @@ -87,7 +87,7 @@ if (env.BRANCH_NAME == "master") { configs.add( [ label: 'docker', - imageName: 'pyca/cryptography-runner-ubuntu-rolling', + imageName: 'pyca/cryptography-runner-sid', toxenvs: ['docs-linkcheck'], ] ) |