This website works better with JavaScript.
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
devopsd920
/
devopsd920-cicd-lab
İzle
1
Yıldızla
0
Çatalla
0
Kod
Sorunlar
0
Değişiklik İstekleri
0
Sürümler
0
Wiki
Aktivite
bla
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.
1
İşle
1
Dal
Ağaç:
6fc0c94353
master
Dallar
Biçim İmleri
${ item.name }
Branş
${ searchTerm }
oluştur
'6fc0c94353'den
${ noResults }
devopsd920-cicd-lab
/
Jenkinsfile
Jenkinsfile
114B
Ham
Blame
Geçmiş
1
2
3
4
5
6
7
8
9
10
11
pipeline {
agent any
stages {
stage('Test') {
steps {
echo 'Test stage'
}
}
}
}