Selaa lähdekoodia

Added Jenkinsfile

master
DEVOPSA370 1 vuosi sitten
vanhempi
commit
56400ce25b
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('test') {
steps {
echo 'hello devops world'
}
}

}
}

Loading…
Peruuta
Tallenna