Actualiser Jenkinsfile
This commit is contained in:
parent
2eae201afa
commit
6ce99ccb79
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -7,9 +7,10 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
stage('Clone git') {
|
||||
steps {
|
||||
git 'https://git.zestes.fr/garfi/jenkins-update.git'
|
||||
sh "rm -rf *"
|
||||
sh git clone 'https://git.zestes.fr/garfi/jenkins-update.git'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user