djb
djb

Reputation: 1674

Latest Jenkins and Artifactory plugin

I attempted to upgrade Jenkins and Artifactory to the latest, and now nothing works.

Specifically, the Artifactory plugin block doesn't show up anymore, after installation.

Versions:

jenkins-2.253-1.1.noarch
Artifactory Plugin 3.8.0
Artifactory Open source license 7.7.3 rev

When configuring a project, there used to be something like deploy to Artifactory under Post-Build Actions but now there's nothing.

Nothing under (Manage Jenkins > Configure System) relating to Artifactory either.

Upvotes: 0

Views: 337

Answers (2)

Dmitriy Tarasevich
Dmitriy Tarasevich

Reputation: 1242

Here is my advice - read changelogs of jenkins and plugins just before the update and make a backup of main config file at $JENKINS_HOME/config.xml at least.

Which versions of jenkins and plugins were before the update? Let's check changelogs together.

To revert plugin version go to plugin manager in jenkins

enter image description here

Upvotes: 1

djb
djb

Reputation: 1674

Eh, well it shows up after manually installing plugin 3.7.3 instead of 3.8.0

https://updates.jenkins.io/download/plugins/artifactory/

So I guess something broke. Thanks for the help.

Upvotes: 0

Related Questions