Skip to content

Commit

Permalink
Oct 2024 release linux changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Oct 30, 2024
1 parent f977f55 commit d2655d9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions linux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ s390x s390x s390x only for jdk8+
riscv64 riscv64 riscv64 only for JDK17+
*/

env.NODE_LABEL = 'dockerBuild&&linux&&x64' // Default node and also used for build RedHat + Suse + Debian x64
env.NODE_LABEL = 'worker' // Default node for declarative pipeline setup
env.PRODUCT = 'temurin'

class Types {
Expand All @@ -27,7 +27,7 @@ class Types {
}

pipeline {
agent none
agent NODE_LABEL
tools {
jfrog 'jfrog-cli'
}
Expand All @@ -49,11 +49,9 @@ pipeline {
stages {
stage('Prepare Build') {
steps {
node(NODE_LABEL) {
script {
currentBuild.displayName = Types.displayName(TYPE, VERSION, ARCH, DISTRO)
currentBuild.description = env.BUILD_USER_ID
sh('docker --version')
}
checkout(
[
Expand All @@ -66,7 +64,6 @@ pipeline {
dir('linux') {
stash name: 'installercode', includes: '**'
}
}
}
}
stage('BUILD') {
Expand Down

0 comments on commit d2655d9

Please sign in to comment.