Jenkinsfile - rename release title
Όλοι οι έλεγχοι ήταν επιτυχείς
Hellug/www/pipeline/head This commit looks good

Αυτό το commit περιλαμβάνεται σε:
infl00p 2021-09-14 18:47:41 +03:00
γονέας df09bd6e84
commit d35e5f657f

2
Jenkinsfile εξωτερικό

@ -74,7 +74,7 @@ spec:
container('tea') { container('tea') {
sh 'ls -la && pwd && apk update && apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing tea' sh 'ls -la && pwd && apk update && apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing tea'
sh "tea login add -n ${GITEA_LOGIN}" sh "tea login add -n ${GITEA_LOGIN}"
sh "tea r create -t r${BUILD_TAG} --tag r${BUILD_NUMBER} -a site.tar.gz --repo hellug/www" sh "tea r create -t ${BUILD_TAG} --tag r${BUILD_NUMBER} -a site.tar.gz --repo hellug/www"
} }
} }
} }