Compare commits
2 Commits
b9f9de19f5
...
6c12131fab
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c12131fab | |||
| 19e4675f32 |
13
jenkinsfile
Normal file
13
jenkinsfile
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