Przeglądaj źródła

Added Jenkinsfile

master
DEVOPSA370 1 rok temu
rodzic
commit
56400ce25b
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 devops world'
}
}

}
}

Ładowanie…
Anuluj
Zapisz