Sfoglia il codice sorgente

Add Jenkinsfile

pull/2/head
10sr 5 anni fa
parent
commit
9468166c08
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('truestage') {
steps {
echo 'true'
}
}
}
}

Caricamento…
Annulla
Salva