#2 Add Jenkinsfile

Закрыто
10sr хочет смерджить 1 коммит(ов) из j в master
  1. +11
    -0
      Jenkinsfile

+ 11
- 0
Jenkinsfile Просмотреть файл

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

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

Загрузка…
Отмена
Сохранить