add jenkinsfile
This commit is contained in:
commit
d7706938c2
10
Jenkinsfile
vendored
Normal file
10
Jenkinsfile
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('mail') {
|
||||
steps {
|
||||
emailext body: '${message}', subject: 'Test', to: 'jurkiewiczdawid@gmail.com'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user