Compare commits
8 Commits
messege_et
...
2a182830a6
| Author | SHA1 | Date | |
|---|---|---|---|
| 2a182830a6 | |||
| 14631c3744 | |||
| f0894bb66f | |||
| 75285a140a | |||
| 3cc8e292b3 | |||
| 34d1464391 | |||
| 6c12131fab | |||
| 19e4675f32 |
14
Jenkinsfile
vendored
Normal file
14
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
pipeline
|
||||
{
|
||||
agent any
|
||||
stages
|
||||
{
|
||||
stage ( 'Build' )
|
||||
{
|
||||
steps
|
||||
{
|
||||
echo 'Test réussi'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user