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
a62bec2110
commit
d6da483951
1 changed files with 13 additions and 12 deletions
25
Jenkinsfile
vendored
25
Jenkinsfile
vendored
|
@ -5,21 +5,22 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stages {
|
||||
stage('Clone') {
|
||||
steps {
|
||||
echo 'cfscfs cfscfs csfc!'
|
||||
sh './gradlew clean build'
|
||||
sh "git clone https://github.com/RolandBakunts/spring-petclinic.git"
|
||||
sh "ls -a"
|
||||
sh "./gradlew clean build"
|
||||
// withGradle(){
|
||||
// }
|
||||
}
|
||||
}
|
||||
// stage('Clone') {
|
||||
// steps {
|
||||
// echo 'cfscfs cfscfs csfc!'
|
||||
// sh './gradlew clean build'
|
||||
// git "git clone https://github.com/RolandBakunts/spring-petclinic.git"
|
||||
// sh "ls -a"
|
||||
// sh "./gradlew clean build"
|
||||
// // withGradle(){
|
||||
// // }
|
||||
// }
|
||||
// }
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Hello hgfds world!'
|
||||
sh './gradlew task --all'
|
||||
sh './gradlew build --no-daemon'
|
||||
archiveArtifacts: 'build/libs/spring-petclinic-changed-0.1.1-SNAPSHOT-plain.jar'
|
||||
// withGradle(){
|
||||
// }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue