mirror of
https://github.com/gutmensch/docker-dmarc-report.git
synced 2025-12-17 17:56:30 +00:00
test1
This commit is contained in:
parent
aadc22d760
commit
b7a924ea5a
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -11,12 +11,11 @@ properties([
|
||||
|
||||
node {
|
||||
try {
|
||||
setBuildStatus('In progress...', 'PENDING')
|
||||
pipeline()
|
||||
setBuildStatus('Success', 'SUCCESS')
|
||||
}
|
||||
catch(e) {
|
||||
// setBuildStatus(e.toString().take(140), 'FAILURE')
|
||||
setBuildStatus(e.toString().take(140), 'FAILURE')
|
||||
throw e
|
||||
}
|
||||
finally {
|
||||
@ -29,6 +28,7 @@ node {
|
||||
def pipeline() {
|
||||
stage('checkout') {
|
||||
checkout scm
|
||||
setBuildStatus('In progress...', 'PENDING')
|
||||
}
|
||||
|
||||
stage('image build') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user