#2 Add Jenkinsfile

닫힘
10sr j 에서 master 로 1 commits 를 머지하려 합니다
  1. +11
    -0
      Jenkinsfile

+ 11
- 0
Jenkinsfile 파일 보기

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

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

불러오는 중...
취소
저장