This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
patric
/
sc-test
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
153340d299
Dallar
Biçim İmleri
main
sc-test
/
Jenkinsfile
Jenkinsfile
149 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
10
pipeline {
agent any
stages {
stage('Hello') {
steps {
echo 'Hello World'
}
}
}
}