ソースを参照

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'
}
}
}
}

読み込み中…
キャンセル
保存