Docker als agent in jenkinsfile
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit
Some checks failed
gitea/real_analysis/pipeline/head There was a failure building this commit
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -2,6 +2,12 @@ pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Build') {
|
||||
agent {
|
||||
docker {
|
||||
image 'kjarosh/latex:2024.4'
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
steps {
|
||||
echo 'Starting build step...'
|
||||
sh './scripts/build.sh'
|
||||
|
||||
Reference in New Issue
Block a user