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
960be18c62
commit
80359f124a
1 changed files with 0 additions and 27 deletions
27
JenkinsFIle
27
JenkinsFIle
|
@ -1,27 +0,0 @@
|
|||
pipeline {
|
||||
agent {
|
||||
node {
|
||||
label 'linux-agent'
|
||||
}
|
||||
}
|
||||
stages {
|
||||
stage('Clone') {
|
||||
steps {
|
||||
echo 'Cloningf'
|
||||
sh "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'
|
||||
// withGradle(){
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue