source:
ogLive-Builder-Git/Jenkinsfile
@
aa5563b
Last change on this file since aa5563b was aa5563b, checked in by , 22 months ago | |
---|---|
|
|
File size: 162 bytes |
Rev | Line | |
---|---|---|
[aa5563b] | 1 | pipeline { |
2 | agent any | |
3 | ||
4 | stages { | |
5 | stage('Build') { | |
6 | steps { | |
7 | echo 'Jenkinsfile for ogagent' | |
8 | } | |
9 | } | |
10 | } | |
11 | } |
Note: See TracBrowser
for help on using the repository browser.