Skip to content

Commit

Permalink
TeamCity change in 'Ribasim / Ribasim_Windows' project: runners of 'F…
Browse files Browse the repository at this point in the history
…ix Julia Artifact permissions' build configuration were updated
  • Loading branch information
[email protected] authored and root committed Jul 3, 2024
1 parent 415fcc7 commit 1903193
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package patches.buildTypes

import jetbrains.buildServer.configs.kotlin.*
import jetbrains.buildServer.configs.kotlin.BuildType
import jetbrains.buildServer.configs.kotlin.buildSteps.script
import jetbrains.buildServer.configs.kotlin.buildSteps.powerShell
import jetbrains.buildServer.configs.kotlin.ui.*

/*
Expand All @@ -16,10 +16,12 @@ create(RelativeId("Ribasim_Windows"), BuildType({
description = "Temporary build to run on a failing agent"

steps {
script {
powerShell {
name = "Reset permissions"
id = "Reset_permissions"
scriptContent = "icacls %teamcity.agent.jvm.user.home%/.julia/artifacts /q /c /t /reset"
scriptMode = script {
content = "icacls ~/.julia/artifacts /q /c /t /reset"
}
}
}
}))
Expand Down

0 comments on commit 1903193

Please sign in to comment.