parent
f99fa4fcb3
commit
39b2804e3c
|
@ -41,18 +41,4 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
post {
|
|
||||||
always {
|
|
||||||
steps{
|
|
||||||
chuckNorris()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
success {
|
|
||||||
echo 'The pipeline worked!'
|
|
||||||
|
|
||||||
}
|
|
||||||
failure {
|
|
||||||
echo 'The pipeline has failed'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue