Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Unable to Build #6

Description

@cjstehno

I've encountered a similar issue and am including the output of a run with stacktrace and debug flags enabled in hopes that it's helpful:

output.txt

Here is the task I attempted to configure:

task refreshPlugins(type:HttpTask) {
    config {
        request.uri = 'https://artifactory.test.net/artifactory'
    }
    post {
        request.uri.path = '/api/plugins/reload'
        response.success {
            lifecycle.info 'Plugins reloaded on test instance.'
        }
    }
}

and my plugins block:

plugins {
  id 'groovy'
  id 'org.hidetake.ssh' version '2.9.0'
  id 'io.github.http-builder-ng.http-plugin' version '0.1.1'
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions