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