change
This commit is contained in:
parent
683b1282b8
commit
1df23b1885
|
@ -273,18 +273,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('after_build'){
|
|
||||||
agent{label 'master'}
|
|
||||||
when {
|
|
||||||
changeRequest()
|
|
||||||
}
|
|
||||||
steps {
|
|
||||||
sh'''
|
|
||||||
df -h
|
|
||||||
'''
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
emailext (
|
emailext (
|
||||||
|
|
Loading…
Reference in New Issue