mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 15:25:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
7eb1014e7e
commit
e0a6f08923
1 changed files with 1 additions and 9 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -71,15 +71,7 @@ pipeline {
|
||||||
echo 'Cleaning up unused Docker images on Jenkins server'
|
echo 'Cleaning up unused Docker images on Jenkins server'
|
||||||
sh "docker image prune -f --all --filter \"until=1h\""
|
sh "docker image prune -f --all --filter \"until=1h\""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Upload to S3') {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Codedeploy Workload') {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue