Compare commits

..

No commits in common. "main" and "master" have entirely different histories.
main ... master

2 changed files with 28 additions and 3 deletions

28
Jenkinsfile vendored Normal file
View File

@ -0,0 +1,28 @@
pipeline {
agent any
stages {
stage('source') {
steps {
git(url: 'http://1.14.125.6:3000/wangyz/test001.git', branch: 'main')
}
}
stage('stage1') {
parallel {
stage('stage1') {
steps {
echo '123456'
}
}
stage('stage2') {
steps {
echo 'qazwsx'
}
}
}
}
}
}

View File

@ -1,3 +0,0 @@
#include "acg_types.h"