Selaa lähdekoodia

Add Jenkinsfile

pull/2/head
10sr 5 vuotta sitten
vanhempi
commit
9468166c08
1 muutettua tiedostoa jossa 11 lisäystä ja 0 poistoa
  1. +11
    -0
      Jenkinsfile

+ 11
- 0
Jenkinsfile Näytä tiedosto

@@ -0,0 +1,11 @@
pipeline {
agent any

stages {
stage('truestage') {
steps {
echo 'true'
}
}
}
}

Ladataan…
Peruuta
Tallenna