Skip to content

Commit c060167

Browse files
Merge pull request #7 from memphisdev/change-jenkins-agent
Change jenkins agent
2 parents 5dd0ff2 + 54f3658 commit c060167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pipeline {
77
}
88

99
agent {
10-
label 'small-ec2-fleet'
10+
label 'memphis-jenkins-small-fleet-agent'
1111
}
1212

1313
stages {
@@ -55,7 +55,7 @@ pipeline {
5555
"""
5656
withCredentials([usernamePassword(credentialsId: 'python_sdk', usernameVariable: 'USR', passwordVariable: 'PSW')]) {
5757
sh """
58-
/home/ec2-user/.local/bin/twine upload -u $USR -p $PSW dist/*
58+
~/.local/bin/twine upload -u $USR -p $PSW dist/*
5959
"""
6060
}
6161
}

0 commit comments

Comments
 (0)