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 {
|
node {
|
||||||
try {
|
try {
|
||||||
setBuildStatus('In progress...', 'PENDING')
|
|
||||||
pipeline()
|
pipeline()
|
||||||
setBuildStatus('Success', 'SUCCESS')
|
setBuildStatus('Success', 'SUCCESS')
|
||||||
}
|
}
|
||||||
catch(e) {
|
catch(e) {
|
||||||
// setBuildStatus(e.toString().take(140), 'FAILURE')
|
setBuildStatus(e.toString().take(140), 'FAILURE')
|
||||||
throw e
|
throw e
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
@ -29,6 +28,7 @@ node {
|
|||||||
def pipeline() {
|
def pipeline() {
|
||||||
stage('checkout') {
|
stage('checkout') {
|
||||||
checkout scm
|
checkout scm
|
||||||
|
setBuildStatus('In progress...', 'PENDING')
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('image build') {
|
stage('image build') {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user