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: ogClient-Git/Jenkinsfile

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

Adds Jenkinsfile

  • Property mode set to 100644
File size: 163 bytes
Line 
1pipeline {
2    agent any
3
4    stages {
5        stage('Build') {
6            steps {
7                echo 'Jenkinsfile for ogclient'
8            }
9        }
10    }
11}
Note: See TracBrowser for help on using the repository browser.