#2 Add Jenkinsfile

Zamknięty
10sr chce scalić 1 commity/ów z j do master
  1. +11
    -0
      Jenkinsfile

+ 11
- 0
Jenkinsfile Wyświetl plik

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

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

Ładowanie…
Anuluj
Zapisz