#2 Add Jenkinsfile

zavřený
10sr chce sloučit 1 revizí z větve j do master
  1. +11
    -0
      Jenkinsfile

+ 11
- 0
Jenkinsfile Zobrazit soubor

@@ -0,0 +1,11 @@
pipeline {
agent any

stages {
stage('truestage') {
steps {
echo 'true'
}
}
}
}

Načítá se…
Zrušit
Uložit