[#33] test: jenkins cloud server 구축 및 테스트2
This commit is contained in:
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user