Add CI configuration #1

Merged
jenkins merged 3 commits from ci into master 2022-10-24 16:18:58 +00:00
Showing only changes of commit ed2e1b331f - Show all commits
Vendored
+2 -5
View File
@@ -21,14 +21,11 @@ pipeline {
stage('Deploy files') {
steps {
container('python') {
sh """
pwd
"""
sh 'pip install python-swiftclient python-keystoneclient'
sh """
. $SWIFT_CREDENTIALS
swift upload tinderpokemon *html
swift upload tinderpokemon assets/
swift upload --changed tinderpokemon *html
swift upload --changed tinderpokemon assets/
"""
}
}