This website works better with JavaScript.
首頁
探索
說明
登入
10sr
/
arepo
關註
1
收藏
0
複製
0
程式碼
問題管理
1
合併請求
0
版本發佈
0
Wiki
Activity
標籤
里程碑
建立合併請求
#2
Add Jenkinsfile
已關閉
10sr
wants to merge 1 commits from
j
into
master
pull from: j
merge into: 10sr:master
10sr:master
對話內容
1
程式碼提交
1
Files Changed
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…
取消
儲存