Skip to content

Commit

Permalink
Fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremeMortal committed Feb 25, 2023
1 parent 417b41c commit 20d060d
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,8 @@ pipeline {
}

steps {
rtMavenDeployer (
id: "maven-deployer",
serverId: "opencollab-artifactory",
releaseRepo: "maven-releases",
snapshotRepo: "maven-snapshots"
)
rtMavenResolver(
id: "maven-resolver",
serverId: "opencollab-artifactory",
releaseRepo: "maven-deploy-release",
snapshotRepo: "maven-deploy-snapshot"
)
rtMavenRun (
pom: 'pom.xml',
goals: 'javadoc:javadoc javadoc:jar source:jar install -B -DskipTests',
deployerId: "maven-deployer",
resolverId: "maven-resolver"
)
rtPublishBuildInfo (
serverId: "opencollab-artifactory"
)
step([$class: 'JavadocArchiver', javadocDir: 'target/site/apidocs', keepAll: false])
// TODO: Fix deployment
sh 'mvn javadoc:javadoc javadoc:jar source:jar install -B -DskipTests'
}
}
}
Expand All @@ -60,4 +40,4 @@ pipeline {
}
}
}
}
}

0 comments on commit 20d060d

Please sign in to comment.