Skip to content

Commit

Permalink
removed jakarta branch build
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Albert <j.albert@data-in-motion.biz>
  • Loading branch information
juergen-albert committed Feb 5, 2024
1 parent 15d16e6 commit 376c819
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,5 @@ pipeline {
sh "cp -r cnf/release/* $JENKINS_HOME/repo.gecko/snapshot/org.gecko.emf.util"
}
}
stage('Props') {
when {
branch 'jakarta'
}
steps {
echo "I am building on ${env.JOB_NAME}"
sh "./gradlew org.gecko.emf.bson:bndproperties -Drelease.dir=$JENKINS_HOME/repo.gecko/jakarta/org.gecko.emf.util --info --stacktrace -Dmaven.repo.local=${WORKSPACE}/.m2"
}
}
stage('Jakarta branch release') {
when {
branch 'jakarta'
}
steps {
echo "I am building on ${env.JOB_NAME}"
sh "./gradlew clean build release -Drelease.dir=$JENKINS_HOME/repo.gecko/jakarta/org.gecko.emf.util --info --stacktrace -Dmaven.repo.local=${WORKSPACE}/.m2"
}
}
}
}

0 comments on commit 376c819

Please sign in to comment.