close Warning: Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

source: OpenRLabs-Git/Jenkinsfile

main
Last change on this file was b95536c, checked in by unizar <admin@…>, 2 years ago

Changes jenkinsfile name

  • Property mode set to 100644
File size: 164 bytes
Line 
1pipeline {
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.