Procházet zdrojové kódy

Added Jenkinsfile

master
devops1d250 před 2 měsíci
revize
2c29116897
1 změnil soubory, kde provedl 11 přidání a 0 odebrání
  1. 11
    0
      Jenkinsfile

+ 11
- 0
Jenkinsfile Zobrazit soubor

@@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('Test') {
steps {
echo 'This is a test.'
}
}

}
}

Načítá se…
Zrušit
Uložit