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