runners of 'Build' build configuration were updated (TeamCity change in 'Amasson / Aura' project)
This commit is contained in:
Vendored
+14
@@ -1,4 +1,5 @@
|
||||
import jetbrains.buildServer.configs.kotlin.*
|
||||
import jetbrains.buildServer.configs.kotlin.buildSteps.script
|
||||
|
||||
/*
|
||||
The settings script is an entry point for defining a TeamCity
|
||||
@@ -35,4 +36,17 @@ object Build : BuildType({
|
||||
vcs {
|
||||
root(DslContext.settingsRoot)
|
||||
}
|
||||
|
||||
steps {
|
||||
script {
|
||||
name = "PrintEnvironment"
|
||||
id = "PrintEnvironment"
|
||||
scriptContent = """
|
||||
whoami
|
||||
pwd
|
||||
ls -al
|
||||
env
|
||||
""".trimIndent()
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user