You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to execute build promote, code as follows:
from artifactory import ArtifactoryBuildManager
from settings import ARTIFACTORY_URL
if __name__ == "__main__":
name = "demo"
number = 4
arti_build = ArtifactoryBuildManager(ARTIFACTORY_URL)
arti_build.promote_build(build_name=name, build_number=number, properties={}, ci_user='ci')
I get the error:
AttributeError: 'ArtifactoryBuildManager' object has no attribute 'rest_post'
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to execute build promote, code as follows:
I get the error:
The text was updated successfully, but these errors were encountered: