Ver a proveniência

Add Jenkinsfile

pull/2/head
10sr há 5 anos
ascendente
cometimento
9468166c08
1 ficheiros alterados com 11 adições e 0 eliminações
  1. +11
    -0
      Jenkinsfile

+ 11
- 0
Jenkinsfile Ver ficheiro

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

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

Carregando…
Cancelar
Guardar