このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
devopsc7c9
/
devopsc7c9-cicd-lab
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
2
コミット
1
ブランチ
ブランチ:
master
master
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'master' から
${ noResults }
devopsc7c9-cicd-lab
/
Jenkinsfile
Jenkinsfile
114B
Raw
パーマリンク
通常表示
履歴
Added Jenkinsfile
8ヶ月前
1
2
3
4
5
6
7
8
9
10
11
pipeline {
agent any
stages {
stage('Test') {
steps {
echo 'Test stage'
}
}
}
}