Ver código fonte

hello world

master
evan1996 1 mês atrás
pai
commit
e787fd5f5f
1 arquivos alterados com 11 adições e 0 exclusões
  1. 11
    0
      Jenkinsfile

+ 11
- 0
Jenkinsfile Ver arquivo

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

}
}

Carregando…
Cancelar
Salvar