"git@developer.sourcefind.cn:chenzk/alphafold2_jax.git" did not exist on "665ebc301340b34efb85c72503fbbe8315b3a0f4"
Commit 1399174f authored by Chris Austen's avatar Chris Austen
Browse files

learning lang

parent ca4b7111
...@@ -61,6 +61,15 @@ def getDockerImage(Map conf=[:]) ...@@ -61,6 +61,15 @@ def getDockerImage(Map conf=[:])
return [dockerImage, image] return [dockerImage, image]
} }
def show_node_info() {
sh """
echo "NODE_NAME = \$NODE_NAME"
lsb_release -sd
uname -r
cat /sys/module/amdgpu/version
ls /opt/ -la
"""
}
pipeline { pipeline {
agent none agent none
...@@ -99,14 +108,7 @@ pipeline { ...@@ -99,14 +108,7 @@ pipeline {
build_cmd = "Chris" build_cmd = "Chris"
} }
steps{ steps{
cmd = """ show_node_info()
pwd
ls -l /
/opt/rocm/bin/rocm-smi
"""
sh cmd, label: " from Hip Tidy"
sh script: "echo hi mom", label: "my step"
} }
} }
stage('Clang Format') { stage('Clang Format') {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment