Add jenkinsfile for pipeline build and dockerfile for build

Signed-off-by: brian <brian@brutex.de>
master
Brian Rosenberger 2022-10-13 16:55:37 +02:00
parent a9890feb9f
commit 2a96e71853
1 changed files with 7 additions and 7 deletions

View File

@ -60,14 +60,14 @@ pipeline {
OSSRH = credentials('OSSRH') OSSRH = credentials('OSSRH')
} }
//steps { steps {
// withGradle { withGradle {
// sh 'sh ./gradlew test --stacktrace -PCAVIS_CHIP=cpu \ //sh 'sh ./gradlew test --stacktrace -PCAVIS_CHIP=cpu \
// -Pmavenuser=$MAVEN_USR -Pmavenpass=$MAVEN_PSW \ // -Pmavenuser=$MAVEN_USR -Pmavenpass=$MAVEN_PSW \
// -PossrhUsername=$OSSRH_USR -PossrhPassword=$OSSRH_PSW' // -PossrhUsername=$OSSRH_USR -PossrhPassword=$OSSRH_PSW'
// } }
//stash includes: '/cavis-native/cavis-native-lib/build/lib/*.jar', name: 'cuda-build' //stash includes: '/cavis-native/cavis-native-lib/build/lib/*.jar', name: 'cuda-build'
//} }
} }
stage('publish-linux-cpu') { stage('publish-linux-cpu') {
environment { environment {