mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2025-04-21 11:12:21 +08:00
add Jenkinsfile
This commit is contained in:
parent
32f0fc6111
commit
29bcc7fa57
11
Jenkinsfile
vendored
Normal file
11
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
|
||||||
|
stages {
|
||||||
|
stage('Build') {
|
||||||
|
steps {
|
||||||
|
echo 'Building..'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user