Update Jenkinsfile

This commit is contained in:
Firassawan 2020-03-09 17:39:10 -04:00 committed by GitHub
parent ead1cef1bc
commit a373d63bcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

@ -22,4 +22,9 @@ pipeline {
} }
} }
} }
post {
always {
echo I will always execute this!
}
}
} }