I'm using flyway plugin inside jenkins.
I have 3 sql files
- V1.0__1_C_OWNER.sql
- V1.1__C_USER_APLICACAO.SQL
- V1.2__C_DDL_DCL.SQL
Only the first is running by flyway
Jenkins output
11:34:23 Flyway Community Edition 5.1.4 by Boxfuse
11:34:23
11:34:24 Database: jdbc:oracle:thin:@(DESCRIPTION =(ADDRESS = (PROTOCOL = TCP)(HOST = db1.domain)(PORT = 1523))(CONNECT_DATA = (SERVICE_NAME = develop))) (Oracle 12.1)
11:34:24 Successfully validated 1 migration (execution time 00:00.022s)
11:34:24 Current version of schema "U_FLYWAY": 1.0
11:34:24 Schema "U_FLYWAY" is up to date. No migration necessary.
11:34:24 Result is already [Sucess], not changing
Plugin config.
