Modification du jenkinsfile 2 #17

Closed
sorel wants to merge 1 commits from test_jenkins into main
Showing only changes of commit 3bb363256d - Show all commits

2
Jenkinsfile vendored
View File

@@ -1,6 +1,5 @@
pipeline pipeline
{ {
agent { dockerfile true }
stages stages
{ {
stage ( 'Build' ) stage ( 'Build' )
@@ -11,3 +10,4 @@ pipeline
} }
} }
} }
}