source:
OpenRLabs-Git/Jenkinsfile
Last change on this file was b95536c, checked in by , 21 months ago | |
---|---|
|
|
File size: 164 bytes |
Line | |
---|---|
1 | pipeline { |
2 | agent any |
3 | |
4 | stages { |
5 | stage('Build') { |
6 | steps { |
7 | echo 'Jenkinsfile for openrlabs' |
8 | } |
9 | } |
10 | } |
11 | } |
Note: See TracBrowser
for help on using the repository browser.