[#33] test: jenkins cloud server 구축 및 테스트2

This commit is contained in:
Hanbin Lee
2023-03-02 02:01:18 +09:00
parent 1beaaad422
commit a39084a11a

View File

@@ -7,10 +7,12 @@ pipeline {
stages {
stage('Init') {
steps {
sh 'printenv'
script {
sh 'printenv'
FLYWAY_CONFIG = '/home/ec2-user/flyway/flyway.conf'
MIGRATION_SCRIPT = './script/db_migration.sh'
FLYWAY_CONFIG = '/home/ec2-user/flyway/flyway.conf'
MIGRATION_SCRIPT = './script/db_migration.sh'
}
}
}