3.11.3 #1

Merged
jonny merged 7 commits from 3.11.3 into master 2020-07-15 03:43:13 +00:00
2 changed files with 2 additions and 3 deletions
Showing only changes of commit c6b6789a34 - Show all commits

View File

@ -7,7 +7,7 @@ WORKDIR /src
RUN apk add --no-cache --virtual .build-deps \
git python make g++ \
&& apk add --no-cache openssh-client \
&& git clone https://github.com/krishnasrinivas/wetty --branch v1.3.0 /src \
&& git clone https://github.com/krishnasrinivas/wetty --branch master /src \
&& npm install \
&& apk del .build-deps \
&& adduser -h /src -D term \

3
Jenkinsfile vendored
View File

@ -14,8 +14,7 @@ node("docker-node") {
stage "publish"
app.push("${env.BUILD_NUMBER}")
app.push("latest")
app.push("1.3.0")
app.push("1.3")
app.push("master")
stage('Deploy on K8s'){
sh "/usr/local/bin/kubectl -n wetty delete po --all"