mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 16:45:48 +00:00
Update Jenkinsfile
This commit is contained in:
parent
20208ac20b
commit
30b9f5b20a
1 changed files with 4 additions and 4 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -7,7 +7,7 @@ pipeline {
|
||||||
checkout scm
|
checkout scm
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage ('Initialize') {
|
stage ('Initialaze') {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
echo "PATH = ${PATH}"
|
echo "PATH = ${PATH}"
|
||||||
|
@ -19,13 +19,13 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
echo 'Running build automation'
|
echo 'Running build automation'
|
||||||
sh '''
|
sh '''
|
||||||
./mvnw clean
|
./mvnw package
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Test') {
|
stage('CREATE ARTIFACT') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Testing..'
|
echo 'Creating artifact..'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Deploy') {
|
stage('Deploy') {
|
||||||
|
|
Loading…
Reference in a new issue