fix
This commit is contained in:
@@ -17,7 +17,6 @@ pipeline {
|
||||
sh 'mvn -B -DskipTests -X clean package spring-boot:repackage'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Prune images') {
|
||||
steps {
|
||||
sh """
|
||||
@@ -25,4 +24,6 @@ pipeline {
|
||||
"""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user