This commit is contained in:
Vendored
+7
-1
@@ -1,5 +1,5 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent { label 'Ubuntu18-openjdk1.8'}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Do nothing') {
|
stage('Do nothing') {
|
||||||
@@ -7,5 +7,11 @@ pipeline {
|
|||||||
sh '/bin/true'
|
sh '/bin/true'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('build') {
|
||||||
|
steps {
|
||||||
|
sh 'ant --version'
|
||||||
|
sh 'java -version'
|
||||||
|
sh 'mkdir ~/test_jenkins_mkdir'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user