This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
10sr
/
arepo
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
1
Захтеви за спајање
0
Издања
0
Вики
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…
Откажи
Сачувај