Przeglądaj źródła

Added Jenkinsfile

master
devops0776 10 miesięcy temu
commit
9e954b935a
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 'This is a Test step.'
}
}

}
}

Ładowanie…
Anuluj
Zapisz