Browse Source

added JenkinsFile

master
flashlan 4 years ago
parent
commit
c0d07c3421
  1. 3
      Jenkinsfile

3
Jenkinsfile

@ -3,7 +3,7 @@ pipeline {
environment { environment {
CI = 'true' CI = 'true'
}
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
@ -26,4 +26,3 @@ pipeline {
} }
} }
} }
}
Loading…
Cancel
Save