Jenkins fixes
gitea/hedera-web/pipeline/head This commit looks good
Details
gitea/hedera-web/pipeline/head This commit looks good
Details
This commit is contained in:
parent
a014a40a12
commit
52e295a393
|
@ -8,18 +8,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout') {
|
stage('Checkout') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
setEnv()
|
||||||
if (!env.GIT_COMMITTER_EMAIL) {
|
|
||||||
env.COMMITTER_EMAIL = sh(
|
|
||||||
script: 'git --no-pager show -s --format="%ae"',
|
|
||||||
returnStdout: true
|
|
||||||
).trim()
|
|
||||||
} else {
|
|
||||||
env.COMMITTER_EMAIL = env.GIT_COMMITTER_EMAIL;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
sh 'printenv'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Package') {
|
stage('Package') {
|
||||||
|
@ -66,18 +55,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
script {
|
sendEmail()
|
||||||
if (!env.COMMITTER_EMAIL) return
|
|
||||||
try {
|
|
||||||
mail(
|
|
||||||
to: env.COMMITTER_EMAIL,
|
|
||||||
subject: "Pipeline: ${env.JOB_NAME} (${env.BUILD_NUMBER}): ${currentBuild.currentResult}",
|
|
||||||
body: "Check status at ${env.BUILD_URL}"
|
|
||||||
)
|
|
||||||
} catch (e) {
|
|
||||||
echo e.toString()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (1.407.51) stable; urgency=low
|
hedera-web (1.407.52) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.407.51",
|
"version": "1.407.52",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue