mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-staging.git
synced 2025-08-29 11:52:41 +00:00
initial default chart
This commit is contained in:
15
Jenkinsfile
vendored
Normal file
15
Jenkinsfile
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
pipeline {
|
||||
agent {
|
||||
label "jenkins-maven"
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Update Environment') {
|
||||
steps {
|
||||
container('maven') {
|
||||
sh 'make install'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user