Zaktualizuj 'Jenkinsfile'
This commit is contained in:
parent
8b798143c1
commit
327cbd796d
16
Jenkinsfile
vendored
16
Jenkinsfile
vendored
@ -1,20 +1,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
agent { dockerfile true }
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Building..'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
steps {
|
||||
echo 'Testing..'
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
echo 'Deploying....'
|
||||
sh 'node --version'
|
||||
sh 'svn --version'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user