move one agent from ios to android
This commit is contained in:
parent
95cf6ed21e
commit
989f60241b
|
@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [1.3.1] - 2023-01-10
|
||||
### Changed
|
||||
- Move one of agent from ios to android
|
||||
|
||||
## [1.3.0] - 2022-07-29
|
||||
### Fixed
|
||||
- Search "*.aab" artifacts
|
||||
|
|
|
@ -122,7 +122,7 @@ open class BuildAndroidType(name_suffix : String, environment : String) :
|
|||
}
|
||||
|
||||
requirements {
|
||||
equals("teamcity.agent.name", "Default Agent")
|
||||
equals("teamcity.agent.name", "(Default Agent|Default Agent 2)")
|
||||
}
|
||||
}
|
||||
)
|
||||
|
@ -176,7 +176,7 @@ open class BuildIOSType(name_suffix : String, environment : String) :
|
|||
}
|
||||
|
||||
requirements {
|
||||
matches("teamcity.agent.name", "(Default Agent 2|Default Agent 3)")
|
||||
matches("teamcity.agent.name", "Default Agent 3")
|
||||
}
|
||||
})
|
||||
{}
|
||||
|
|
Loading…
Reference in New Issue