Skip to content

Commit

Permalink
Update Dockerfile setup to use HTTPS sources.
Browse files Browse the repository at this point in the history
Closes #3037
  • Loading branch information
mp911de committed Nov 8, 2024
1 parent d3845dd commit 23ca1f5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,7 @@ pipeline {
}
}
}
stage('Publish JDK 21 + Redis 6.2 Docker Image') {
when {
anyOf {
changeset "ci/openjdk21-redis-6.2/Dockerfile"
changeset "Makefile"
changeset "ci/pipeline.properties"
}
}
stage('Publish JDK.next + Redis 6.2 Docker Image') {
agent { label 'data' }
options { timeout(time: 20, unit: 'MINUTES') }

Expand Down

0 comments on commit 23ca1f5

Please sign in to comment.