Selaa lähdekoodia

Added Jenkinsfile

master
devops5d7e 1 vuosi sitten
commit
f60953db33
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