Skip to content

Commit

Permalink
Update .jenkins (#471)
Browse files Browse the repository at this point in the history
bump to latest ci-shared to enable tracking of development deployments in jira
  • Loading branch information
schoterson committed Jun 15, 2023
1 parent 87dc0c7 commit d011116
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.20.1', retriever: modernSCM([
library identifier: 'vapor@1.21.19', retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'https://github.com/vapor-ware/ci-shared.git',
credentialsId: 'vio-bot-gh',
Expand All @@ -12,6 +12,7 @@ pythonPipeline([
'pythonVersion': '3.9',
'mainBranch': 'develop',
'skipIntegrationTest': true,
'skipClair': true,
'releaseToPypi': false,
'publishToGitHub': true,
])

0 comments on commit d011116

Please sign in to comment.