-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add busway outputs. Version 2.0.9 (#73)
* Add busway outputs. Version 2.0.9 * Bump CI lib. * Update ci assets for ci-shared 1.0.4-RC0 Co-authored-by: Charles Butler <[email protected]>
- Loading branch information
1 parent
2ae0ea0
commit 7649699
Showing
6 changed files
with
107 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: '[email protected].0-RC15', retriever: modernSCM([ | ||
library identifier: '[email protected].4-RC0', retriever: modernSCM([ | ||
$class: 'GitSCMSource', | ||
remote: 'https://github.com/vapor-ware/ci-shared.git', | ||
credentialsId: 'vio-bot-gh', | ||
|
@@ -10,6 +10,7 @@ library identifier: '[email protected]', retriever: modernSCM([ | |
|
||
golangPipeline([ | ||
'image': 'vaporio/modbus-ip-plugin', | ||
'skipSetup': true, | ||
'emulators': [ | ||
'modbus', | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters