Add jenkinsfile for pipeline build and dockerfile for build
Signed-off-by: brian <brian@brutex.de>master
parent
731d7d510e
commit
474d072697
|
@ -98,9 +98,8 @@ publishing {
|
|||
dependencyNode.appendNode('groupId', 'net.brutex.cavis')
|
||||
dependencyNode.appendNode('artifactId', 'cavis-native-lib')
|
||||
dependencyNode.appendNode('version', '1.0.0-SNAPSHOT')
|
||||
dependencyNode.appendNode('classifier', 'linux-x86_64-avx2-cpu')
|
||||
dependencyNode.appendNode('scope', 'compile')
|
||||
|
||||
//dependencyNode.appendNode('classifier', 'linux-x86_64-avx2-cpu')
|
||||
//dependencyNode.appendNode('scope', 'compile')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue