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