mirror of
https://github.com/jarulsamy/Plex-Bot.git
synced 2024-08-19 15:01:55 +02:00
🐛 Update to support shell scripts for deploy
This commit is contained in:
parent
b7ab589f6e
commit
98a36c6cbc
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -49,16 +49,12 @@ pipeline {
|
||||
steps {
|
||||
sh ''' source /var/lib/jenkins/miniconda3/etc/profile.d/conda.sh
|
||||
conda activate ${BUILD_TAG}
|
||||
python deploy/build.py
|
||||
./deploy/build.sh
|
||||
'''
|
||||
}
|
||||
post {
|
||||
always {
|
||||
// Archive unit tests for the future
|
||||
archiveArtifacts (allowEmptyArchive: true,
|
||||
artifacts: 'dist/*whl',
|
||||
fingerprint: true)
|
||||
sh 'python deploy/push.py'
|
||||
sh './deploy/push.sh'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user