Sfoglia il codice sorgente

Added Jenkinsfile

master
devopsfa39 8 mesi fa
commit
a3728c5d6b
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  1. 11
    0
      Jenkinsfile

+ 11
- 0
Jenkinsfile Vedi File

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

}
}

Loading…
Annulla
Salva