Skip to content

Commit

Permalink
JFrog CLI release - use Ubuntu 20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Oct 25, 2024
1 parent b7ebccd commit 735d24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node("docker-xxlarge") {
node("docker-ubuntu20-xlarge") {
cleanWs()
// Subtract repo name from the repo url (https://REPO_NAME/ -> REPO_NAME/)
withCredentials([string(credentialsId: 'repo21-url', variable: 'REPO21_URL')]) {
Expand Down

0 comments on commit 735d24a

Please sign in to comment.