mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
JenkinsFILE
This commit is contained in:
parent
84c43d9bac
commit
114932aeb2
1 changed files with 11 additions and 5 deletions
16
JenkinsFIle
16
JenkinsFIle
|
@ -5,12 +5,18 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stages {
|
||||
stage('Stage 1') {
|
||||
stage('Clone') {
|
||||
steps {
|
||||
echo 'Hello xzxxzx world!'
|
||||
sh 'ls -a'
|
||||
sh './gradlew -version'
|
||||
|
||||
echo 'Cloning'
|
||||
git url: 'https://github.com/RolandBakunts/spring-petclinic.git'
|
||||
// withGradle(){
|
||||
// }
|
||||
}
|
||||
}
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Hello hgfds world!'
|
||||
sh './gradlew task --all'
|
||||
// withGradle(){
|
||||
// }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue