Compare commits
2 Commits
5257901e75
...
c9431063de
| Author | SHA1 | Date | |
|---|---|---|---|
| c9431063de | |||
| 15c33efc14 |
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@@ -4,8 +4,14 @@ pipeline
|
||||
|
||||
stages
|
||||
{
|
||||
stage ( 'checkout' ){ steps {sh 'echo "Debut du pipeline"' } }
|
||||
stage ( 'checkout' ){ steps { checkout scm } }
|
||||
stage ( 'checkout' )
|
||||
{
|
||||
steps
|
||||
{
|
||||
'echo "Debut du pipeline"'
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
stage ( 'Deploiement' )
|
||||
{
|
||||
when { branch 'main' }
|
||||
|
||||
Reference in New Issue
Block a user