forked from Maxluli/TinderPokemon
Add CI configuration #1
Vendored
+2
-5
@@ -21,14 +21,11 @@ pipeline {
|
|||||||
stage('Deploy files') {
|
stage('Deploy files') {
|
||||||
steps {
|
steps {
|
||||||
container('python') {
|
container('python') {
|
||||||
sh """
|
|
||||||
pwd
|
|
||||||
"""
|
|
||||||
sh 'pip install python-swiftclient python-keystoneclient'
|
sh 'pip install python-swiftclient python-keystoneclient'
|
||||||
sh """
|
sh """
|
||||||
. $SWIFT_CREDENTIALS
|
. $SWIFT_CREDENTIALS
|
||||||
swift upload tinderpokemon *html
|
swift upload --changed tinderpokemon *html
|
||||||
swift upload tinderpokemon assets/
|
swift upload --changed tinderpokemon assets/
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user