Skip to content

Commit

Permalink
CI: Jenkinsfile - use shared library
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Jan 8, 2024
1 parent fa5f8fe commit ed803b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 125 deletions.
21 changes: 6 additions & 15 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
library identifier: 'JenkinsPythonHelperLibrary@2024-update', retriever: modernSCM(
library identifier: 'JenkinsPythonHelperLibrary@2024.1.1', retriever: modernSCM(
[$class: 'GitSCMSource',
remote: 'https://github.com/UIUCLibrary/JenkinsPythonHelperLibrary.git',
])
Expand Down Expand Up @@ -1093,20 +1093,11 @@ pipeline {
}
steps{
unstash 'dist'
script{
def pypi = fileLoader.fromGit(
'pypi',
'https://github.com/UIUCLibrary/jenkins_helper_scripts.git',
'2',
null,
''
)
pypi.pypiUpload(
credentialsId: 'jenkins-nexus',
repositoryUrl: SERVER_URL,
glob: 'dist/*'
)
}
pypiUpload(
credentialsId: 'jenkins-nexus',
repositoryUrl: SERVER_URL,
glob: 'dist/*'
)
}
post{
cleanup{
Expand Down
110 changes: 0 additions & 110 deletions ci/jenkins/scripts/packaging.groovy

This file was deleted.

0 comments on commit ed803b1

Please sign in to comment.