Modified Jnenkinsfiles
parent
fd3eb0133f
commit
0e4475dd1b
|
@ -60,6 +60,7 @@ pipeline {
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage ('Publish to Debian Repository') {
|
stage ('Publish to Debian Repository') {
|
||||||
when {
|
when {
|
||||||
expression {
|
expression {
|
||||||
|
@ -72,7 +73,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
notifyBuildStatus('narenas@qindel.com')
|
notifyBuildStatus('narenas@qindel.com')
|
||||||
|
|
Loading…
Reference in New Issue