mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-staging.git
synced 2025-08-28 19:32:40 +00:00
switch to using the new helm steps
This commit is contained in:
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@@ -8,7 +8,9 @@ pipeline {
|
||||
stage('Validate Environment') {
|
||||
steps {
|
||||
container('maven') {
|
||||
sh 'make build'
|
||||
dir('env') {
|
||||
sh 'jx step helm build'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -18,7 +20,9 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
container('maven') {
|
||||
sh 'make install'
|
||||
dir('env') {
|
||||
sh 'jx step helm apply'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user