Skip to content

Commit

Permalink
[UPDATE] Jenkinsfileのpypircファイルの位置を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ytaniguchi8 committed Mar 4, 2018
1 parent 618d0d3 commit 7165a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {
agent {
docker {
image 'python:3.5.1'
args '-u root -v /var/lib/jenkins/.pypirc:/var/lib/jenkins/workspace/sample_pipeline/.pypirc'
args '-u root -v /home/thasegawa/.pypirc:/var/lib/jenkins/workspace/sample_pipeline/.pypirc'
}
}
stages {
Expand Down

0 comments on commit 7165a97

Please sign in to comment.