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