fix agent

This commit is contained in:
Roberto Cirillo 2022-03-31 12:02:49 +02:00
parent 963b6bb22a
commit 2ed3ea9f2b
1 changed files with 5 additions and 3 deletions

8
Jenkinsfile vendored
View File

@ -1,11 +1,13 @@
pipeline {
agent {
label 'docker'
}
environment {
imagename = "yenigul/hacicenkins"
imagename = "d4science/r-full" #TO FILL WITH THE RIGHT VALUE (RepositoryName)
registryCredential = 'e348bfab-5580-4db6-b0e0-d854966bde08'
dockerImage = ''
dockerImage = '' # TO FILL WITH THE RIGHT VALUE
git_url='https://code-repo.d4science.org/gCubeSystem/docker-r-template-test.git'
}
agent 'docker'
stages {
stage('Cloning Git') {
steps {