Skip to content

Commit

Permalink
INFRA-91: Jenkinsfiles moved into the jenkins section.
Browse files Browse the repository at this point in the history
  modified:   .gitignore
  modified:   jenkins/jenkins_home/jobs/pipeline1/config.xml
  modified:   jenkins/jenkins_home/jobs/pipeline3/config.xml
  renamed:    jobs/pipelines/pipeline1.jenkinsfile -> jenkins/pipelines/pipeline1.jenkinsfile
  renamed:    jobs/pipelines/pipeline3.jenkinsfile -> jenkins/pipelines/pipeline3.jenkinsfile
  deleted:    jobs/build.gradle
  • Loading branch information
mks-d committed Apr 30, 2018
1 parent 8b16a1e commit f5c2116
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/**/build/
target
**/.DS_Store
README.html

# Ignore Gradle GUI config
gradle-app.setting
Expand Down
2 changes: 1 addition & 1 deletion jenkins/jenkins_home/jobs/pipeline1/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Certain projects require to pinpoint to an exact commit rather than using the ti
<submoduleCfg class="list"/>
<extensions/>
</scm>
<scriptPath>jobs/pipelines/pipeline1.jenkinsfile</scriptPath>
<scriptPath>jenkins/pipelines/pipeline1.jenkinsfile</scriptPath>
<lightweight>true</lightweight>
</definition>
<triggers/>
Expand Down
2 changes: 1 addition & 1 deletion jenkins/jenkins_home/jobs/pipeline3/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Depending on the context and the instance definition it can setup and run a new
<submoduleCfg class="list"/>
<extensions/>
</scm>
<scriptPath>jobs/pipelines/pipeline3.jenkinsfile</scriptPath>
<scriptPath>jenkins/pipelines/pipeline3.jenkinsfile</scriptPath>
<lightweight>true</lightweight>
</definition>
<triggers/>
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion jobs/build.gradle

This file was deleted.

0 comments on commit f5c2116

Please sign in to comment.