Fix PC Load Letter Error
This commit is contained in:
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@@ -83,6 +83,7 @@ spec:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
stage('Make jar') {
|
stage('Make jar') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
@@ -133,6 +134,14 @@ spec:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
stage('Build and Deploy') {
|
||||||
|
steps {
|
||||||
|
script {
|
||||||
|
buildAndDeploy("json-echo", "json-echo-helm-chart", "my-helm-repo", "1.0.0-SNAPSHOT", "customDockerBuildAndPush")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user