This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
kuns
/
crazycharge-app
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
1
Pull Requesty
0
Wiki
Strom:
c657f318c1
Větve
Značky
main
new/3
crazycharge-...
/
Jenkinsfile
Jenkinsfile
123 B
Historie
Surový
1
2
3
4
5
6
7
8
9
10
11
pipeline {
agent any
stages {
stage('Build') {
steps {
echo 'building'
}
}
}
}