Skip to content

Commit

Permalink
VIO-1911 Build with podman (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Rodrigues committed Dec 13, 2021
1 parent cb4812f commit e39c6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .jenkins
@@ -1,15 +1,15 @@
#!/usr/bin/env groovy

// Include this shared CI repository to load script helpers and libraries.
library identifier: 'vapor@1.19.7', retriever: modernSCM([
library identifier: 'vapor@1.20.1', retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'https://github.com/vapor-ware/ci-shared.git',
credentialsId: 'vio-bot-gh',
])


golangPipeline([
'image': 'vaporio/emulator-plugin',
'image': 'docker.io/vaporio/emulator-plugin',
'skipSetup': true,
'publishLatest': false,
])

0 comments on commit e39c6b7

Please sign in to comment.