mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 15:55:49 +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
|
||||
}
|
||||
}
|
||||
stage ('Initialize') {
|
||||
stage ('Initialaze') {
|
||||
steps {
|
||||
sh '''
|
||||
echo "PATH = ${PATH}"
|
||||
|
@ -19,13 +19,13 @@ pipeline {
|
|||
steps {
|
||||
echo 'Running build automation'
|
||||
sh '''
|
||||
./mvnw clean
|
||||
./mvnw package
|
||||
'''
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
stage('CREATE ARTIFACT') {
|
||||
steps {
|
||||
echo 'Testing..'
|
||||
echo 'Creating artifact..'
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
|
|
Loading…
Reference in a new issue