本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
10sr
/
arepo
關注
1
收藏
0
複製
0
程式碼
問題
1
合併請求
0
版本發佈
0
Wiki
活動
標籤
里程碑
建立合併請求
#2
Add Jenkinsfile
已關閉
10sr
wants to merge 1 commits from
j
into
master
pull from: j
合併到: 10sr:master
10sr:master
對話內容
1
程式碼提交
1
檔案變動
1
共有
1 個檔案被更改
,包括
11 行新增
和
0 行删除
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
Jenkinsfile
+ 11
- 0
Jenkinsfile
查看文件
@@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('truestage') {
steps {
echo 'true'
}
}
}
}
Write
Preview
Loading…
取消
儲存