mirror of
https://github.com/jarulsamy/Plex-Bot.git
synced 2024-08-19 15:01:55 +02:00
✨ Seperate field for pushing package
This commit is contained in:
parent
4633247004
commit
7471da85f7
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -52,11 +52,16 @@ pipeline {
|
|||||||
./deploy/build.sh
|
./deploy/build.sh
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
post {
|
}
|
||||||
always {
|
stage('Push Image') {
|
||||||
sh './deploy/push.sh'
|
when {
|
||||||
|
expression {
|
||||||
|
currentBuild.result == 'SUCCESS'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
steps {
|
||||||
|
sh './deploy/push.sh'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user