Test jenkins 1
This commit is contained in:
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