Compare commits

..

No commits in common. "main" and "v1.0.5" have entirely different histories.
main ... v1.0.5

2 changed files with 1 additions and 27 deletions

26
Jenkinsfile vendored
View File

@ -1,16 +1,10 @@
pipeline {
agent {
docker { image 'rbehzadan/golang_goreleaser:1.22.1-1.24.0' }
}
environment {
GITEA_TOKEN = credentials('git.behzadan.ir')
NOTIFY_TOKEN = credentials('notify_events_sinic_alert')
}
stages {
stage('Test') {
@ -35,24 +29,4 @@ pipeline {
}
}
post {
success {
echo 'Build succeeded!'
notifyEvents title: 'jenkins.home.behzadan.ir/$JOB_NAME/$BUILD_ID',
message: 'Build succeeded!',
token: "${env.NOTIFY_TOKEN}"
}
failure {
echo 'Build failed!'
notifyEvents title: 'jenkins.home.behzadan.ir/$JOB_NAME/$BUILD_ID',
message: 'Build failed!',
token: "${env.NOTIFY_TOKEN}"
}
}
}

View File

@ -1 +1 @@
1.0.9
1.0.5