소스 검색

Add Jenkinsfile

pull/2/head
10sr 5 년 전
부모
커밋
9468166c08
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      Jenkinsfile

+ 11
- 0
Jenkinsfile 파일 보기

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

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

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