Przeglądaj źródła

hello world

master
evan1996 1 miesiąc temu
rodzic
commit
e787fd5f5f
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('Test') {
steps {
echo 'Hello World'
}
}

}
}

Ładowanie…
Anuluj
Zapisz