modified: Dockerfile
modified: Jenkinsfile Bumped to version 0.14.3
This commit is contained in:
parent
9348bc5883
commit
1509425c99
@ -11,7 +11,7 @@ ENV LANG='en_US.UTF-8' \
|
|||||||
STEP_GROUP='step' \
|
STEP_GROUP='step' \
|
||||||
STEP_UID='1001' \
|
STEP_UID='1001' \
|
||||||
STEP_GID='1001' \
|
STEP_GID='1001' \
|
||||||
STEP_VERSION='0.14.2' \
|
STEP_VERSION='0.14.3' \
|
||||||
STEP="/home/step" \
|
STEP="/home/step" \
|
||||||
STEPPATH="/home/step" \
|
STEPPATH="/home/step" \
|
||||||
STEPDEBUG="1"
|
STEPDEBUG="1"
|
||||||
|
|||||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -14,7 +14,7 @@ node("docker-node") {
|
|||||||
stage "publish"
|
stage "publish"
|
||||||
app.push("${env.BUILD_NUMBER}")
|
app.push("${env.BUILD_NUMBER}")
|
||||||
app.push("latest")
|
app.push("latest")
|
||||||
app.push("0.14.2")
|
app.push("0.14.3")
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
currentBuild.result = 'FAILURE'
|
currentBuild.result = 'FAILURE'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user