This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
10sr
/
arepo
Прати
1
Волим
1
Креирај огранак
0
Код
Дискусије
1
Захтеви за спајање
0
Издања
0
Вики
Activity
A repositoory
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Комити
1
Грана
68 KiB
Дрво:
9468166c08
master
Гране
Ознаке
${ item.name }
Create branch
${ searchTerm }
from '9468166c08'
${ noResults }
arepo
/
Jenkinsfile
11 lines
147 B
Датотека
Blame
Историја
pipeline {
agent any
stages {
stage('truestage') {
steps {
echo 'true'
}
}
}
}