Skip to content

Commit

Permalink
ci: update jenkins config
Browse files Browse the repository at this point in the history
  • Loading branch information
edaniszewski committed Oct 19, 2020
1 parent 5ee5837 commit 6d139c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .jenkins
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env groovy

// Include this shared CI repository to load script helpers and libraries.
library identifier: 'vapor@1.0.0-RC4', retriever: modernSCM([
library identifier: 'vapor@develop', retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'https://github.com/vapor-ware/ci-shared.git',
credentialsId: 'vio-bot-gh',
Expand All @@ -14,4 +14,5 @@ pythonPipeline([
'skipIntegrationTest': true,
'releaseToPypi': false,
'publishToGitHub': true,
'skipSetup': true,
])

0 comments on commit 6d139c8

Please sign in to comment.