aboutsummaryrefslogtreecommitdiffstats
path: root/.jenkins/Jenkinsfile-OpenSSL-1.1
Commit message (Collapse)AuthorAgeFilesLines
* Remove the final vestigates of Jenkins (#4897)Alex Gaynor2019-05-261-86/+0
| | | | | | * Remove the final vestigates of Jenkins * flake8
* update jenkinsfile to compile openssl 1.1.1 on windows (#4725)Paul Kehrer2019-01-211-1/+1
|
* add windows OpenSSL 1.1 jenkinsfile builder (#3624)Paul Kehrer2017-05-281-0/+86
* add windows OpenSSL 1.1 jenkinsfile builder I tested this before submitting. You can see the output here: https://ci.cryptography.io/blue/organizations/jenkins/openssl-release-1.1/detail/openssl-release-1.1/8/pipeline Once this merges we can switch the jenkins job to pull this directly from the repository. Unfortunately the job does not get created automatically in jenkins, so that's a new step in building our infra * add comments