This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
patric
/
sc-test
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
affb8091ff
Gałęzie
Tagi
main
sc-test
/
Jenkinsfile
Jenkinsfile
149 B
Historia
Czysty
1
2
3
4
5
6
7
8
9
10
pipeline {
agent any
stages {
stage('Hello') {
steps {
echo 'Hello World'
}
}
}
}