Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
trdwll authored Dec 6, 2020
1 parent eb170f8 commit 80a65c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipeline {
stages {
stage('Build') {
steps {
bat "py C:\\jenkins.py SteamBridge Build \"%WORKSPACE%\""
bat "py -u C:\\jenkins.py SteamBridge Build \"%WORKSPACE%\""
}
}

Expand All @@ -19,7 +19,7 @@ pipeline {
branch "main"
}
steps {
bat "py C:\\jenkins.py SteamBridge Publish \"%WORKSPACE%\""
bat "py -u C:\\jenkins.py SteamBridge Publish \"%WORKSPACE%\""
}
}
}
Expand Down

0 comments on commit 80a65c6

Please sign in to comment.