Przeglądaj źródła

Add Jenkinsfile

pull/2/head
10sr 5 lat temu
rodzic
commit
9468166c08
1 zmienionych plików z 11 dodań i 0 usunięć
  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